Multiple choice technology mainframe

Dispositional parameters for DISP=( , , ) ?

  1. (NEW,DELETE,DELETE)

  2. (NEW,CATLG,DELETE)

  3. (NEW,CATLG,UNCATLG)

  4. (MOD,CATLG,DELETE)

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

DISP=(NEW,DELETE,DELETE) is correct for a temporary dataset: NEW creates it, first DELETE specifies normal disposition (delete after successful completion), second DELETE specifies abnormal disposition (delete if job fails). This is standard for scratch datasets that should not be kept. Option B's CATLG would catalog the dataset, making it permanent.