How to skip first step of a job? Can we use COND on the
first step?
Answer Posted / amrita
We can use RESTART in the Job card. For example if in the
Job, proc has been called from Step name STEP01 and the we
want to skip first step from proc viz PROCSTEP01 i.e. we
want our Job to start from Proc step 2 viz PROCSTEP02, use
following syntax in the Jobcard -
RESTART=(STEP01.PROCSTEP02).
| Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
what happens in execution stage in job processing?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
which utility is used a dummy utility?
Explain the function of the dd dcb keyword?
What are some jcl statements that are not allowed in procedures?
Is condition checking possible in jcl?
What is the purpose of dd * statement in jcl?
How do you submit a job for execution?
which parameter is use to declare the name of dataset in dd statement?
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 you can access an uncataloged dataset in a JCL?
in ways data can be passed to a COBOL program from JCL?
what is use of dcb parameter in dd statement?