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
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?
When output dataset space is required, what quantity categories are used?
how to compare two datasets without using superce because output is limited to 133 bytes
Is automatic restart possible in jcl?
What are the 4 fields in dd statement?
what are JCLLIB and STEPLIB in JCL?
What is the use of disp parameter?
a dd statement has 2 types of parameters. Name them?
what is the resolution for sb37 error
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How does jcl specify the job to the operating system?
What do you know about jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Brief description of inline procedure of jcl.