How to execute 300 steps in a Job?
Answer Posted / prashanth
In a job max no of step is 255 ,if we want more than this
we have to submit one more jcl with in the same job
by using 'internal reader' its a part of JES
ex..
// step1 exec...
.
.
.
//step255 exec pgm=IEBGENER
//sysut1 dd dsn=another jcl
//sysut2 dd dsn= (*.INTRDER)
//sysprint dd sysout=*
| Is This Answer Correct ? | 33 Yes | 0 No |
Post New Answer View All Answers
What is the motivation behind coding class parameter in job statement?
How can return codes be tested before execution of a job step?
What are the rules employed while naming the steps in a job?
Must tape dataset definitions include vol=ser specifications?
What are the parameter we cannot use in procedure?
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 significance of addrspc parameter in the exec statement?
define cond parameter in jcl?
What are the utility programs in jcl?
How can the attributes of one sms dataset be copied to another dataset?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain the function of the dd dcb keyword?
How is the record format of an output dataset specified?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what sort card you will use to copy the data from one dataset to another dataset?