Multiple choice technology programming languages If DISP parameter is not coded in the DD statement that what is the default value? DISP=OLD,DELETE,KEEP DISP=OLD,KEEP,KEEP DISP=NEW,DELETE,DELETE DISP=SHR,KEEP,DELETE Reveal answer Fill a bubble to check yourself C Correct answer Explanation If the DISP parameter is omitted entirely from a JCL DD statement, the operating system assumes default values of NEW for status, and DELETE for both normal and abnormal termination dispositions.