What is a procedure?
Answer / guest
A set of precoded JCL that can be modified through the use
of parameters or override cards. Note: Procedures can be
catalogued or instream.
| Is This Answer Correct ? | 3 Yes | 0 No |
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
How to create delta file using JCL
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
how to concatenate datasets
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
List some valid operation codes in JCL
How to compare 2 files using File-Aid?
Explain about LMMFIND - find a library member
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....