what is DD statement is used in JCL?
How to submit jcl through a cobol program?
how you can access an uncataloged dataset in a JCL?
How can values be passed from the job stream to an executable program?
Is condition checking possible in jcl? If yes, how?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Is condition checking possible in jcl?
Describe the various parameters utilized in the creation of a gdg?
What is multithreading in jcl?
Explain the purpose of dd dummy statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What do you understand by the term job time – out and how can you overcome that?
How can the disposition of sysout datasets be set for an entire jobstream?