Multiple choice technology mainframe

What are the correct values for the DSN parameter of a temporary data set?

  1. &NAME&(TEMP)

  2. &&TEMP(NAME)

  3. &&NAME

  4. &NAME

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

In JCL, temporary data sets are indicated by prefixing the name with two ampersands (&&). &&NAME specifies a simple temporary data set, while &&TEMP(NAME) specifies a member in a temporary partitioned data set. Single ampersands specify JCL symbolic parameters.