in a series of 10 steps, i need to run only 1,3,5,7 & 9th
steps only. how do u code?

Answer Posted / vinay sonar

//STEP1 EXEC PGM=IEBEDIT
//SYSIN DD*
EDIT TYPE=INCLUDE,STEPNAME=(STEP2,STEP3,STEP5,STEP7,STEP9)
/*

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

807


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

938


Why block size is multiple of lrecl in jcl?

1021


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?

838


Explain about ISPF/TSO Commands

1438






What is condition checking in jcl? Is this possible?

706


What is the use of disp parameter?

727


Matching Logic in Jcl not in cobol.Could any one please answer this question

3781


State the uses of syspring, sysin, sort fields, sum fields and dummy.

744


What is NOTCAT ?

842


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1815


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1455


How jcl work to handle various input output file operations?

744


What are steplib and joblib?

821


Explain the function of dd name parameter with a 2 part structure; audit.report?

1029