How to execute step2,step1,step3 when step1,2&3 are in order
Answer Posted / sandy
We can execute step3, 1, 2 in order by using the DPRTY.
By setting the execution priority of setplib we can achieve
this.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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 would you create a temporary dataset? And where will you use them?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are the parameters that are used in creating a gdg?
How jcl is used for testing batch programs?
How to submit a jcl from cics?
How to alter the parameters for the existing gdg?
How does jcl act on code(if you take a cobol program)?
Differentiate between the joblib and the steplib statements?
How would you understand error(execution phase)?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Explain how can an in-stream dataset be terminated?
How does jcl specify the job to the operating system?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What is job control language?