there are 10 steps in jcl how to execute the steps from
step2 to step8 only
Answer Posted / suputhru
AAA BHAI LOOG, First understand the requirement.
1.we can't code COND=(0,LE) for first step.
here we can use COND=only,
2.for not execution of 9 and 10 use COND=(0,LE)
else direct answer: IEBEDIT utility.
Incude 2 to 8 stepnames.
ex:
//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=INCLUDE, STEPNAME=(STEP001,STEP002,...STEP008)
/*
Similarly, we can use TYPE=EXCLUDE to exclude the steps from exec.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Explain the hierarchy levels in jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
Can an individual step be restricted from using all the jobs allowed cpu time?
Is automatic restart possible in jcl?
what is a jcl?
what are JCLLIB and STEPLIB in JCL?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Does jcl support automatic restart?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Give the syntax of job specifying jcl statement.
What is timing concept in mainframe?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What are the rules employed while naming the steps in a job?
Suppose I have five jobs to do. But I want to hold one?
Matching Logic in Jcl not in cobol.Could any one please answer this question