🎴 Flashcard Mode

Mainframe Technologies: PL/I, DB2, and JCL

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
GENERATE
💡 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.

Change Mode