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


Please Help Members By Posting Answers For Below Questions

what are the statements that are not valid to be included in an include statement?

925


a dd statement has 2 types of parameters. Name them?

735


Is their any set of rules for dd? Explain.

753


What is the purpose of dd?

823


Explain the job statement in jcl?

741






For what purpose steplib and joblib are used ?

759


how to run batch program without jcl?

10356


How can the disposition of sysout datasets be set for an entire jobstream?

951


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5167


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

4353


What are the jcl procedures?

735


whats the diff bw the evaluate also and and?

1946


In sms datasets, what is the function of the dd avgrec keyword?

722


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

844


How can a jobs execution priority be modified?

885