What is the difference between a symbolic and an override in
executing a PROC?
Answer Posted / s.sivarajan
overriding parameter:
In the overriding parameter we can override the existing
statements by dd statements after giving the data set name.
symbolic parameter:
In the symbolic parameter we can override the parameter by
giving the assign statement.
example:
ASSIGN PROC SIVA=SHR.
after statements
in the DISP parameter we can giving like this
DISP=&SIVA.
Then it take disposition is shareable(SHR).
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of the dd keylen parameter?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
what happens in conversion stage in job processing?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what JCL Procedures?
How can the disposition of sysout datasets be set for an entire jobstream?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What do you understand by the term notcat 2 – gs?
What is the purpose of dd * statement in jcl?
How is the record format of an output dataset specified?
Are there any set of rules for the names of the steps used in a job?
List the different components of jcl statement?
What is use of restart and how to use it?
How to submit a jcl from cics?
Is it possible to left uncode disp? If yes, how?