Multiple choice technology mainframe

Temporary Datasets can be coded by using two ampersands followed by name.

  1. True

  2. False

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

In JCL, temporary (scratch) datasets are indeed coded using two ampersands (&&) followed by a name, such as &&TEMP. These datasets are automatically deleted at job completion. The syntax is correct as stated.