What is the difference between a symbolic and an override in
executing a PROC?

Answers were Sorted based on User's Feedback



What is the difference between a symbolic and an override in executing a PROC?..

Answer / 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

What is the difference between a symbolic and an override in executing a PROC?..

Answer / 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

More JCL Interview Questions

How gdg are concatenated?

0 Answers  


In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?

1 Answers  


a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully

3 Answers  


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

0 Answers  


diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)

4 Answers   RBS,






why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two

1 Answers   IBM, Perot Systems,


//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES

5 Answers   IBM,


How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.

1 Answers   HSBC,


describe the job statement, its meaning,syntax and significant keywords?

1 Answers  


shall we concordinate two different length dataset in to a new date set.

6 Answers  


How to fetch even records from one file to another file by using ICETOOL in JCL?

3 Answers  


How do you check the syntax of a JCL without running it?

17 Answers  


Categories