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 compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What parameter of the job statement is used to limit the cpu time consumed by the job?
How can unused space allocation be returned to the system when a dataset is closed?
a dd statement has 2 types of parameters. Name them?
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain dfsort utility?
Explain about LMFREE�free data set from its association with data ID
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the use of disp parameter?
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?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
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) ?
What is the function of the dd mgmtclas keyword in sms datasets?