JCL

  Home  Mainframes  JCL


“JCL Interview Questions and Answers will guide us now that Job Control Language (JCL) is a scripting language used on IBM mainframe operating systems to instruct the system on how to run a batch job or start a subsystem. The term Job Control Language can also be used generically to refer to all languages which perform these functions, such as Burroughs WFL and ICLs OCL. Learn JCL or get preparation for the job of JCL by the help of this JCL Interview Questions with Answers guide”



47 JCL Questions And Answers

2⟩ What is the function of JOB statement in JCL?

(1) Marks the end of a job

(2) Marks the beginning of an instream procedure

(3) Marks the beginning of a job & assigns a name to the job

(4) Assigns an execution priority to a job

Answer is 3

 117 views

6⟩ What is the function of DD DISP parameter?

(1) Tells the system what to do with the dataset following normal termination of the step

(2) Describes the status of the dataset

(3) Tells the system what to do with the dataset following abnormal termination of the step

(4) All of the above

Answer is 4

 140 views

15⟩ What is the purpose of DD DUMMY statement?

(1) Marks a deleted DD statement

(2) Begins an interpreted command stream

(3) Specifies no space allocation & no disposition processing

(4) Suppress command processing

Answer is 3

 132 views