how to override PROC? please give answer in details. Please
mention how to write it in JCL. Thanks in advance.
Answer Posted / abhilash
What you want to override in a PROC?
Lets take an example
//STEPA EXEC DEBASIS
inside the PROC DEBASIS we have
//STEPA001 EXEX .......,TIME=10
//DD01 DD .......
If you want to override a Step inside the PROC,
In JCL
//STEPA EXEC DEBASIS,TIME.STEPA001=20
If you want to override a DD statement
In JCL
//STEPA EXEC DEBASIS
//STEPA001.DD01 DD parameter=value
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the maximum length of a single line of jcl?
what is the resolution for sb37 error
Explain the job statement in jcl?
how can the same proc be re-used and called by many jobs?
how do you code a null statement?
what operation is performed by job statement?
Are there any set of rules for the names of the steps used in a job? What are they?
Differentiate between the joblib and the steplib statements?
How do you submit a job for execution?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain how can the submitting users racf authority be overridden in a job stream?
Mention the types of job control statements?
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain how can an in-stream dataset be terminated?