Symbolic parameters in JCL using SET statement

Symbolic parameters used in JCL can be assigned a value using the SET statement.

//      SET INFILE=MY.DATA.SET.HERE

You can also give an eight character (upto 8 char) name to this statement.

//MYVARS SET INFILE=MY.DATA.SET.HERE

Multiple variables can be defined in a SET statement – separated by comma.

//MYVARS SET INFILE1=MY.DATA.SET.HERE,PARM1='KARTHIK'

Learn more

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.