Answer Posted / nanu
Means execute this stape when just previous(not any
previous) step will terminated abnormaly.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Does jcl support automatic restart?
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
Are there any set of rules for the names of the steps used in a job? What are they?
whats the diff bw the evaluate also and and?
define cond parameter in jcl?
What is the motivation behind coding class parameter in job statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How does jcl act on a cobol code?
Can I share my data with other jobs? How?
What is the function of dd name parameter with a 2 part structure; audit.report?
write a jcl to execute a job by 7:00 am on jan 20,1986?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one