In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?
Answer Posted / darshan
STOPAFT can be used
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the function of //jcllib statement?
What do you know about jcl?
How do you overcome this limitation ?
How can an in-stream dataset be terminated?
How to pass the parameter in parm using linkage section ? (syntax)?
What is the function of the dd dcb keyword?
Explain dd statement in jcl?
What is the function of job statement in jcl?
In job processing, what happens in conversion stage?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what is the JCL statement consists of?
Mention the types of job control statements?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What are the rules employed while naming the steps in a job?