what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
1 5740i 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 4653I 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 9134
Name a few IBM utility programs, and explain its function.
What are steplib and joblib?
What is use of restart and how to use it?
Can I send output of job to my remote device careerride123?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is the use of JCL?
What is the maximum length of a single line of jcl?
how do you code a null statement?
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 ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Is automatic restart possible in jcl? If yes, how?
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?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the format of comment statement?