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

28⟩ What is the function of a DD statement?

(1) Identifies & describes a dataset

(2) Delimits a DO loop

(3) Marks the start of a declarative section

(4) Delimits the start of an inline include section

Answer is 1

 152 views

31⟩ What is the function of //CNTL statement?

(1) Marks the beginning of one or more program control statements

(2) Identifies the control card library

(3) Delimits the PROC control statements

(4) None of the above

Answer is 1

 146 views

40⟩ What is the function of //JCLLIB statement?

(1) Identifies the source of the JCL commands

(2) Points to the system software library

(3) Marks the beginning of the in-stream JCL

(4) Identifies the libraries that the system will search for include groups or procedures named in EXEC statements

Answer is 4

 137 views