suppose i have 10 job steps and i want to execute only step
6.How to write?
Answer Posted / anji
use Restate parameter in job card like Restart=(step 6)
And use cond parameter in 6'step like cond(4.le)
That means if successful exection 6 th step before going to
7th step it will check cond code if it is true remaning
steps not executed.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Mention the types of job control statements?
Explain the jcl exec statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
how can the same proc be re-used and called by many jobs?
What are the parameters that are used in creating a gdg?
what are the various stages of job processing?
when does a dataset go uncataloged?
How can a fb file convert to vb file using sort program?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what is the use of JCL?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to pass data to a program that is coded in an exec statement?
Explain the function of dd disp parameter?