what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
1 5438i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
1 4320I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
2 8674
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
which utility is used to sort a file in jcl?
how can you check if a file is empty using jcl?
What is the purpose of dd dummy statement?
Is it possible to code instream data in a PROC?
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?
What is the use of symbol // in jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is one line to pass PARM from JCL to COBOL?
List in order the hierarchical levels of jcl?
Does jcl support automatic restart?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How to pass data to a program that is coded in an exec statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain the function of //cntl statement?