how to skip the steps in JCl
Answers were Sorted based on User's Feedback
Answer / abhijit18in2002
Just use COND(0,LE) at the step u dnt want to execute it
will be excluded
STEP01 EXEC PGM=IEFBR14
STEP02 EXEC PGM=IEFBR14,COND=(0,LE)
STEP03 EXEC PGM=IEFBR14
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / chowdary
to skip the steps in jcl we use restart or cond parameter
| Is This Answer Correct ? | 11 Yes | 2 No |
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
What is the use of symbol // in jcl?
In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
How does -818 sql error occur? Why does it happen and what can be done to overcome this error code?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how do u see jobs submitted before ur job ?
Can I send output of job to my remote device careerride123?
What are isolation levels? Where do we need to specify them in compiling JCL?
Explain how can a stopped job be started again?
Why include statement is used in a jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file