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 ?    32 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

724


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?

810


What are hierarchy levels in jcl?

940


what happens in execution stage in job processing?

650


Is acct parameter mandatory?

753






I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

698


Define concatenating?

654


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7583


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

830


What are the parameter we cannot use in procedure?

629


How dummy is used in jcl?

637


How to pass data to a program that is coded in an exec statement?

811


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

852


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2042


List in order the hierarchical levels of jcl?

660