What is the difference between overriding parameters in procedures and symbolic parameters?

Showing Answers 1 - 2 of 2 Answers

Hervey

  • Oct 30th, 2006
 

A symbolic parameter in a proc is preceded by an "&" and a parm is information provided to a program or utility in this manner:

            

  Was this answer useful?  Yes

Hervey

  • Oct 30th, 2006
 

A symbolic is precedded by an "&" and a parm is information passed on to a program or utility:

         //PGMA  EXEC PROGRAM=PHASE2,PARM='T,114,PROD,'

To override a parm you would use this format: //stepname.PARM where as a symbolic would be something like this: //      LEVL=PROD

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions