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 purpose of the dd keylen parameter?
which utility is used to run a cobol-db2 program?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how you will the direct the data to spool using sysout option?
What is timing concept in mainframe?
How can a stopped job be started again?
what is the difference between JES3 and JES2?
What is the motivation behind coding class parameter in job statement?
How would you understand error(execution phase)?
Can I send output of job to my remote device careerride123?
What are the utility programs in jcl?
Is automatic restart possible in jcl?
What is the function of dd disp parameter?
How do you submit a job for execution?
What is the significance of addrspc parameter in the exec statement?