Multiple choice technology mainframe

Temporary datasets can be created either by not specifying any DSNAME or by specifying the temporary file indicator as in

  1. DSN=&&TEMP

  2. DSN = &*TEMP

  3. DSN = &TEMP

  4. DSN =TEMP

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

In JCL, temporary datasets are designated by prefixing the dataset name with two ampersands, as in DSN=&&TEMP. This tells the system that the dataset is temporary and should be deleted at the end of the job.