i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / siri
//jobname job ,,,,,,,,restart=step5.proc,cond=(00,gt)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which dd parameters are required?
Is automatic restart possible in jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the significance of addrspc parameter in exec statement?
which utility is used to run a cobol-db2 program?
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 do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what JCL Procedures?
Must tape dataset definitions include vol=ser specifications?
in ways data can be passed to a COBOL program from JCL?
Is it possible to left uncode disp? If yes, how?
how to do automated restart when a job abends?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Can an individual step be restricted from using all the jobs allowed cpu time?