Top IBM JCL Interview Questions and answers: Here, we highlight some common questions you might be asked during a job interview for IBM related positions. All the best for your interview Preparation.
What is use of space parameter in DD statement?
Which utility is used to update PDS?
Which utility is used to sort a file in JCL?
What sort card you will use to copy the data from one dataset to another dataset?
Which statement is used to end the in-stream procedure in a JCL?
Which parameter is use to declare the name of dataset in dd statement?
Which utility is used to run a cobol-DB2 program?
Which utility is used a dummy utility?
How you will the direct the data to spool using sysout option?
How you will define a temporary dataset in JCL?
What is use of DCB parameter in DD statement?
What is use of DISP parameter in DD statement?
What is use of DSN parameter in DD statement?
which parameter is used to check the syntax of a jcl without executing it?
What is the purpose of coding notify parameter in job statement?
What is the purpose of coding class parameter in job statement?
How do you code a null statement?
What operation is performed by job statement?
In job processing, what happens in execution stage?
In job processing, what happens in conversion stage?
What are the various stages of job processing?
Where & how do you code identifier in JCL?
When can a job time-out occur? how to overcome that?
When does a dataset go uncataloged?
How to do automated restart when a job abend?
What are the statements that are not valid to be included in an include statement?
How do you access an uncatalogued dataset in a JCL?
How can the same proc be re-used and called by many jobs?
What are the ways of passing data to a cobol program from JCL?
How can you check if a file is empty using JCL?