i have 5 steps to execute in that i want to skip 3nd step
and start execute from forth step how can u do this.
Answer Posted / vinay sonar
put always true condition using cond parameter in step
eg //STEP2 DD PGM=IEBGENER,COND=(0,LT)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
What is timing concept in mainframe?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is “Cond= even” and “Cond=only”?
is there any way to execute more than one proc in the same exec statement at the same time..?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what is the purpose of coding notify parameter in job statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain how can values be passed from the job stream to an executable program?
How is the record format of an output dataset specified?
How does the jcl specify the job to os?
What parameter directs the output of the job log dataset?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How to submit a jcl from cics?