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 the purpose of dd dummy statement?
what is the compile process of cobol program expalin with code
what is a jcl?
How do you access an uncatalogued dataset in a jcl?
which utility is used a dummy utility?
Explain the function of //cntl statement?
Explain about LMQUERY�give a dialog information about a data set
Explain about LMFREE�free data set from its association with data ID
Explain about ISPF/TSO Commands
How to run cobol program using jcl?
how do you code a null statement?
What are the rules employed while naming the steps in a job?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the format of comment statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?