If we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/

Answer Posted / vinay sonar

Use IEBEDIT

//STEP2 EXEC PGM=IEBEDIT
EDIT TYPE=INCLUDE,STEPNAME=(STEP43-STEP 50)

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of the dd dcb keyword?

832


Is condition checking possible in jcl?

722


What is NOTCAT ?

746


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1814


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

785






The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

949


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

1977


What is the use of symbol // in jcl?

933


how would you create a temporary dataset? And where will you use them?

774


Name what parameter directs the output of the job log dataset?

569


Name the statement which can be used to send data to another mvs jes3 node?

611


What do you understand by the term job time – out and how can you overcome that?

608


What are the difference between jcl and jes?

1050


what is the use of JCL?

666


What is Cataloged Procedures?

717