Each statement ni a JCL is logically divided into HOW MANY number of fileds?
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.