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 are the statements that are not valid to be included in an include statement?
a dd statement has 2 types of parameters. Name them?
Is their any set of rules for dd? Explain.
What is the purpose of dd?
Explain the job statement in jcl?
For what purpose steplib and joblib are used ?
how to run batch program without jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What are the jcl procedures?
whats the diff bw the evaluate also and and?
In sms datasets, what is the function of the dd avgrec keyword?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How can a jobs execution priority be modified?