Multiple choice technology mainframe

Each statement ni a JCL is logically divided into HOW MANY number of fileds?

  1. 4

  2. 5

  3. 3

  4. 6

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

JCL (Job Control Language) statements are divided into 5 logical fields: the name field (identifies the statement, starting with //), operation field (specifies the type of job like EXEC or DD), parameter field (provides additional information), comment field (for documentation), and the continuation field (for continuing parameters on subsequent lines). The 5-field structure is standard in IBM mainframe JCL.