i have 10 steps in jcl program but i have to exicute only
2,4,6,8th and 10th ?how it's possible?
Answer Posted / suputhru
MR Amarnath ReddY IS RIGHT.
Use IEBEDIT utility
NOTE: For not execution of steps use: EXCLUDE
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to pass the parameter in parm using linkage section ? (syntax)?
How to run cobol program using jcl?
what JCL Procedures?
What is the use of disp parameter?
what are the statements that are not valid to be included in an include statement?
How gdg are concatenated?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How jcl is used for testing batch programs?
How can the attributes of one sms dataset be copied to another dataset?
Suppose I have five jobs to do. But I want to hold one?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what is DSN parameter and DISP parameter is used for?
Is condition checking possible in jcl?
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?
Explain the function of //cntl statement?