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
How do you access an uncatalogued dataset in a jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what is “Cond= even” and “Cond=only”?
How can a fb file convert to vb file using sort program?
What is multithreading in jcl?
What is notcat 2 - gs?
How to pass data to a program that is coded in an exec statement?
what sort card you will use to copy the data from one dataset to another dataset?
Explain the function of //jcllib statement?
What do you understand by the terms: joblib and steplib?
Name the statement which can be used to send data to another mvs jes3 node?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Name a few IBM utility programs, and explain its function.
How can return codes be tested before execution of a job step?