how to override PROC? please give answer in details. Please
mention how to write it in JCL. Thanks in advance.
Answer Posted / amra
In
To use a different PROC, you use a different library in the
JCLLIB. Your test PROC can be saved there with the same
name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Is it possible to left uncode disp?
How to pass the parameter in parm using linkage section ? (syntax)?
What is the motivation behind coding class parameter in job statement?
define cond parameter in jcl?
What do you understand by jcl?
What happens if both JOBLIB & STEPLIB is specified ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is multithreading in jcl?
how you will the direct the data to spool using sysout option?
What is Cataloged Procedures?
Explain dfsort utility?
How dummy is used in jcl?
what is the compile process of cobol program expalin with code