Multiple choice technology mainframe

Which parameter is used to copy the attributes and allocation information for a new data set from an existing data set?

  1. LIKE

  2. COPY

  3. COPIES

  4. All of the above

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

In JCL (Job Control Language) for IBM mainframes, the LIKE parameter copies dataset attributes (space allocation, record format, etc.) from an existing dataset. COPY and COPIES are not valid parameters for this purpose - LIKE is the standard JCL keyword.