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

Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

1974


Can I share my data with other jobs? How?

671


how JCL works?

799


What is the purpose of the dd keylen parameter?

726


What is the function of job statement in jcl?

637






I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2110


I need exexution process for JCL programs

1853


How do you overcome this limitation ?

699


What is the purpose of dd?

728


when can a job time-out occur? How to overcome that?

753


What are s0c1, s0c4, s0c5, s0c7 and socb?

707


whats the diff bw the evaluate also and and?

1858


What is Cataloged Procedures?

715


How to alter the parameters for the existing gdg?

716


List the different components of jcl statement?

697