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
What statement can be used to send data to another mvs jes3 node?
What is the motivation behind coding class parameter in job statement?
What is the use of symbol // in jcl?
define cond parameter in jcl?
What are steplib and joblib?
Is it possible to define dd statements as you want?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How gdg are concatenated?
What is the function of the dd avgrec keyword in sms datasets?
Can I send output of job to my remote device careerride123?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is the purpose of disp parameter?