What is the difference between a symbolic and an override in
executing a PROC?
Answer Posted / guest
A symbolic is a PROC placeholder; the value for the symbolic
is supplied when the PROC is invoked, eg. &symbol=value. An
override replaces the PROC's statement with another one; it
substitutes for the entire statement.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
how you can direct the data to spool using SYSOUT option?
What is timing concept in mainframe?
what is the use of IEBGENER utility?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
how you can access an uncataloged dataset in a JCL?
Explain the purpose of dd * statement in jcl?
what is JCL?
which utility is used a dummy utility?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How do you overcome this limitation ?
What is NOTCAT ?
Explain how can return codes be tested before execution of a job step?
What is the function of //cntl statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?