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 datasets are prefixed with a double ampersand (&&). The format &&NAME represents a sequential temporary dataset, and &&TEMP(NAME) represents a member of a partitioned temporary dataset.