A job has 90 steps i want to execute only step7 and step15

Answer Posted / shriram10

Ans1) you can use IEBEDIT Utility like
//step1 exec pgm=iebedit
//sysprint dd sysout=*
//sysut1 dd dsn=proj.test.file,disp=shr
//sysut2 dd sysout=(*,intrdr)
//sysin dd *
edit type=include
stepname=(step7,step15)
/*

correct me if i am wrong
thanks

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is notcat 2 - gs?

936


For what purpose steplib and joblib are used ?

688


Explain how can return codes be tested before execution of a job step?

831


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9220


How gdg are concatenated?

672






How to override loadlib?

1423


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

776


in ways data can be passed to a COBOL program from JCL?

667


How can an in-stream dataset be terminated?

848


Describe the various parameters utilized in the creation of a gdg?

684


Explain about LMFREE�free data set from its association with data ID

1006


What parameters can be used to limit the number of records written to a sysout dataset?

750


Explain how can the attributes of one sms dataset be copied to another dataset?

705


Explain the function of the steplib dd statement?

646


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

1969