Multiple choice technology mainframe

Which control statement is used to indicate the utility that an editing operation is to be performed?

  1. GENERATE

  2. MODIFY

  3. ALTER

  4. MEMBER

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

In JCL utilities like IEHLIST and IEBCOPY, the GENERATE control statement is used to indicate that an editing operation should be performed on the dataset. MODIFY is used for different purposes, ALTER changes attributes, and MEMBER refers to PDS members, not editing control.