In JCL, missing DISP parameters default based on status. For DISP=(,,KEEP), status defaults to NEW, and normal disposition defaults to DELETE, matching (NEW,DELETE,KEEP). For DISP=(OLD,,), normal and abnormal dispositions default to KEEP (since status is OLD), matching (OLD,KEEP,KEEP).