Multiple choice technology mainframe What is the DISPOSITION of a dataset if the DISP field is not coded in the JCL? (NEW,CATLG,CATLG) (NEW,DELETE,DELETE) (NEW,CATLG,DELETE) (OLD,CATLG,UNCATLG) Reveal answer Fill a bubble to check yourself B Correct answer Explanation If the DISP parameter is omitted in a JCL DD statement, the default disposition is (NEW,DELETE,DELETE). Options specifying CATLG or OLD as defaults are incorrect because JCL defaults to creating a temporary dataset and deleting it upon completion.