I have 5 steps in my job. say s1, s2, s3, s4, s5
//s1 exec .............
//s2 exec ............
//s3 exec ..........
//s4 exec ........
//s5 exec ...............
my question is i want to exeute only s2 and s4 steps...
please advice me how to do this:
Answer Posted / sanvz
the best way to acheive this
restart = step2 and code in step 3 cond as 0,eq
and after step 4 add null stmt
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
how to run batch program without jcl?
How to submit a jcl from cics?
How does jcl act on code(if you take a cobol program)?
Differentiate between addressing mode and run mode.
How does the jcl specify the job to os?
Is acct parameter mandatory?
Explain the purpose of dd dummy statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How jcl is used for testing batch programs?
What is the use of disp parameter?
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
How can values be passed from the job stream to an executable program?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what operation is performed by job statement?
Does jcl support automatic restart?