how to override PROC? please give answer in details. Please
mention how to write it in JCL. Thanks in advance.
Answer Posted / madhus s reddy
@kalpana: it is not possible to override the procedure. What
is the need of overriding the entire procedure?. you can
override only the dd statements in the procedures.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is use of restart and how to use it?
what is the use of JCL?
how you will the direct the data to spool using sysout option?
How to submit jcl through a cobol program?
For what purpose steplib and joblib are used ?
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
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 the submitter of a job wants to inform another user about the job completion, how can it be done?
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?
Is automatic restart possible in jcl?
What is the motivation behind coding class parameter in job statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
List in order the hierarchical levels of jcl?
Explain the function of //jcllib statement?
What is the purpose of dd * statement in jcl?