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

For temporary datasets in JCL, the DSN parameter format is &&TEMP(NAME) or simply &&NAME. The double ampersand (&&) indicates a temporary dataset. Option B (&&TEMP(NAME)) and Option C (&&NAME) both represent valid temporary dataset naming conventions.