how to override PROC? please give answer in details. Please
mention how to write it in JCL. Thanks in advance.
Answer Posted / kalpana dwivedi
For Override a proc, syntax is
Stepname.Ddname
For exapmle in a jcl proc is called as
//STEP1 EXEC=PROC1
and PROC1 contains a dd statement
//DD1 DSN=ESDSKXD.REXX.DATA,DISP=SHR
For overriding the DD1 of PROC1, syntax would be:
//STEP1.DD1 DSN=ESDSKXD.REXX.DATA,DISP=SHR
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
what is use of dsn parameter in dd statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain how can the attributes of one sms dataset be copied to another dataset?
How can the attributes of one sms dataset be copied to another dataset?
List the different jcl statements that are not permitted in the procedures?
what is use of space parameter in dd statement?
How jcl is used for testing batch programs?
Why include statement is used in a jcl?
Can an individual step be restricted from using all the jobs allowed cpu time?
what is the compile process of cobol program expalin with code
What is the function of the dd avgrec keyword in sms datasets?
Explain how can a stopped job be started again?
Name a few IBM utility programs, and explain its function.
What is NOTCAT ?
What are the 4 fields in dd statement?