How to execute step2,step5,step7 of a proc of 10 steps?
You are not allowed to change in JCL.
Answer Posted / adarsh
we can execute selected steps using iebedit utility..
//sysin dd *
edit type = include,stepname=(step2,step5,step7)
//
| Is This Answer Correct ? | 34 Yes | 0 No |
Post New Answer View All Answers
How to pass data to a program that is coded in an exec statement?
How to submit a jcl from cics?
Is automatic restart possible in jcl?
What are hierarchy levels 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?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What do you know about jcl?
Is automatic restart possible in jcl? If yes, how?
What is the purpose of dd * statement in jcl?
List the different components of jcl statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
which parameter is used to check the syntax of a jcl without executing it?