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

45⟩ What is the purpose of the DD KEYLEN parameter?

(1) Specify the length of a data set key in bytes

(2) Override the key length of an SMS defined VSAM dataset

(3) Override the key length specified in the dataset label

(4) All of the above

Answer is 4

 138 views

46⟩ What is the function of the STEPLIB DD statement?

(1) Identify a library to be searched for programs named in the EXEC statement

(2) Identify a library containing executable job steps

(3) Override the system step library within a job stream

(4) All of the above

Answer is 4

 116 views

47⟩ What is concatenating?

(1) Overriding or adding procedures

(2) Logically connecting input datasets

(3) Overriding a called PROC dsname

(4) All of the above

Answer is 2

 120 views