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 / krishna chaitanya
at jobcard cond(o,gt)
and then at step 3 cond(0,le)
and at step 4 (0,gt)
or
simply give restart step4
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the purpose of dd * statement in jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
What are the 4 fields in dd statement?
what are JCLLIB and STEPLIB in JCL?
Explain how can an in-stream dataset be terminated?
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) ?
Is condition checking possible in jcl?
What is the significance of addrspc parameter in exec statement?
Must tape dataset definitions include vol=ser specifications?
How can a fb file convert to vb file using sort program?
Explain how can the attributes of one sms dataset be copied to another dataset?
what is use of dcb parameter in dd statement?
how JCL works?