suppose i have 10 job steps and i want to execute only step
6.How to write?
Answers were Sorted based on User's Feedback
Answer / aaki
for steps1-5 code cond=(0,LE) and after step06 put a //
(null).It will automatically stop execution when it finds a
null.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / ranjith
Use Restart=step6 in job card and at the end of step6 use //
(null statement).
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / rahul singh
code restart=step6, cond=(0,le) in job card and only step6
will be executed
| Is This Answer Correct ? | 0 Yes | 1 No |
How to copy VSAM files without using REPRO
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
describe the exec statement,its meaning ,syntax and keywords?
delete rules in db2
in ways data can be passed to a COBOL program from JCL?
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
What is the difference between the JOBLIB and the STEPLIB statements?
Can a PS file be read in reverse order?If so,how
how would you create a temporary dataset? And where will you use them?
Whats error code s222?
Please give me the coding for converting VB to FB and FB to VB