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
Is there any command to check wether the ps file is in sorted order?
what is DD statement is used in JCL?
what is a jcl?
What parameter directs the output of the job log dataset?
what operation is performed by job statement?
How is a type of file defined in the jcl that executes the cobol program?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What are the difference between jcl and jes?
What are the jcl procedures?
In job processing, what happens in execution stage?
What happens if both JOBLIB & STEPLIB is specified ?
Where & How Do You Code Identifier In Jcl?
what are JCLLIB and STEPLIB in JCL?
how to run batch program without jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?