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 read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Can I share my data with other jobs? How?
What are the jcl procedures?
what is DD statement is used in JCL?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How do you overcome this limitation ?
Does jcl support automatic restart?
which utility is used a dummy utility?
What is the purpose of dd dummy statement?
what is DSN parameter and DISP parameter is used for?
Is it possible to left uncode disp? If yes, how?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?