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 JCL statement consists of?
how can you check if a file is empty using jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Is there any command to check wether the ps file is in sorted order?
In sms datasets, what is the function of the dd avgrec keyword?
what is the use of JCL?
List the different components of jcl statement?
what is the compile process of cobol program expalin with code
what sort card you will use to copy the data from one dataset to another dataset?
what is use of dcb parameter in dd statement?
What is catelog procedure and how many catelog procedure to use in one job?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
how would you create a temporary dataset? And where will you use them?
Give the syntax of job specifying jcl statement.