there are 10 steps in jcl how to execute the steps from
step2 to step8 only
Answer Posted / vinay sonar
You can use cond parameter but it will be very tedious.
So you can use IEBEDIT
Syntax is
//SYSIN DD*
EDIT TYPE=INCLUDE,STEPNAME=
(STEP2,STEP3,STEP4,STEP5,STEP6,STEP7,STEP8)
/*
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to pass the parameter in parm using linkage section ? (syntax)?
Define concatenating?
Explain how can an in-stream dataset be terminated?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what operation is performed by job statement?
For what purpose steplib and joblib are used ?
How to override loadlib?
Describe the various parameters utilized in the creation of a gdg?
Explain the function of //jcllib statement?
What dd statement is used to supply the name of a dataset?
what is use of dcb parameter in dd statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Where & How Do You Code Identifier In Jcl?
A dd statement consists of 4 fields. Name them?