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 / satyanarayana
execute the steps till 6th step and in the 7 the step we
need to give the positive conditin like COND = (0 LE)which
is always true. so all the steps from 7 th step will be
bypassed.
thanks
satya
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Explain about LMQUERY�give a dialog information about a data set
How can the submitting users racf authority be overridden in a job stream?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What statement can be used to send data to another mvs jes3 node?
Does jcl support automatic restart?
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.
A dd statement consists of 4 fields. Name them?
How do you submit a job for execution?
what are JCLLIB and STEPLIB in JCL?
How to do automated restart when a job abend?
What do you understand by jcl?
Where & How Do You Code Identifier In Jcl?
What are steplib and joblib? What for they are used?
How can the attributes of one sms dataset be copied to another dataset?
what operation is performed by job statement?