🎴 Flashcard Mode

JCL (Job Control Language) Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

A DD statement has 2 types of parameters. Name them?

AnswerClick to flip back
A
Positional, Keyword
💡 Explanation:

DD (Data Definition) statements in JCL have two parameter types: positional parameters (which must appear in a specific order, like dataset name) and keyword parameters (identified by keywords like DISP, SPACE, UNIT, etc., which can appear in any order). Positional parameters come first, followed by keyword parameters.

Change Mode