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
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?
Explain how can return codes be tested before execution of a job step?
Why block size is multiple of lrecl in jcl?
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?
Explain about ISPF/TSO Commands
What is condition checking in jcl? Is this possible?
What is the use of disp parameter?
Matching Logic in Jcl not in cobol.Could any one please answer this question
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is NOTCAT ?
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.
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How jcl work to handle various input output file operations?
What are steplib and joblib?
Explain the function of dd name parameter with a 2 part structure; audit.report?