If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / raj
//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=XXX.GENERAL.STUDY(TEST001),DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSIN DD *
EDIT TYPE=EXCLUDE,STEPNAME=(STEP003,STEP005)
/*
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
what is use of disp parameter in dd statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What are the utility programs in jcl?
How can the submitting users racf authority be overridden in a job stream?
what is the difference between JES3 and JES2?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How to alter the parameters for the existing gdg?
Explain how can values be passed from the job stream to an executable program?
Describe the various parameters utilized in the creation of a gdg?
what is DD statement is used in JCL?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How can a fb file convert to vb file using sort program?
Explain the hierarchy levels in jcl?
what happens in conversion stage in job processing?
Name the parameters which can be used to limit the number of records written to a sysout dataset?