IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Symbolic Parameters


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
unna

New User


Joined: 15 Oct 2004
Posts: 17

PostPosted: Tue Nov 16, 2004 4:50 pm
Reply with quote

Hi,

What is the use of Symbolic Parameters in Procedures?
Back to top
View user's profile Send private message
anuradha

Active User


Joined: 06 Jan 2004
Posts: 247
Location: Hyderabad

PostPosted: Tue Nov 16, 2004 6:32 pm
Reply with quote

Hi unna,

Symbolic parameters are used to add,comment out parameters on JCL statements. You can use symbolic parameters for program names,region size,data set names for data files,volume serial numbers etc etc.

Mainly these are helpful to build the greater flexibility into the use of procedures.
Back to top
View user's profile Send private message
lramani

New User


Joined: 03 Nov 2004
Posts: 21
Location: NOIDA, India

PostPosted: Tue Nov 16, 2004 6:44 pm
Reply with quote

Hi Unna,
Symbolic parameters are used to assign a value to a character string within the procedure.

Symbolic parameters are used for easy modification of the proc.

The user may assign a value to the symbolic parameter at the time the proc is invoked. So in the JCL you could mention what value needs to be picked by the proc where these symbolic parameters are used.

If no value is assigned to a symbolic parameter by the user, a default value is supplied by the proc.
Back to top
View user's profile Send private message
unna

New User


Joined: 15 Oct 2004
Posts: 17

PostPosted: Tue Nov 16, 2004 6:52 pm
Reply with quote

Thank you Anuradha and Lakshmi
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts Injecting HTTPHEADER parameters in th... PL/I & Assembler 0
No new posts pass data as symbolic parameter from ... CLIST & REXX 2
No new posts passing symbolic parameters through d... JCL & VSAM 3
No new posts Trim values of parameters in JCL JCL & VSAM 2
Search our Forums:

Back to Top