what are the symbolic parameters? why do we use symbolic
parameters ?

Answer Posted / abha

Example: If symbolic parameter is defined as CLASS=H
and later on in JCL we use SYSOUT=&&CLASS

At runtime SYSOUT=&&CLASS will be relaced by SYSOUT=H.

Hence here we have used CLASS as a symbolic paramter and
its usage is to increase maintainability because if later
we need to change the class it can be changed just at one
place instead of changing it at all the palces of it's
usage.

Is This Answer Correct ?    38 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does jcl act on code(if you take a cobol program)?

985


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

2278


How to alter the parameters for the existing gdg?

924


What is the purpose of disp parameter?

857


how you can direct the data to spool using SYSOUT option?

1177


What is the function of job statement in jcl?

838


What are some jcl statements that are not allowed in procedures?

965


Is condition checking possible in jcl?

958


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

1217


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2425


What are steplib and joblib?

909


Can I share my data with other jobs? How?

863


which parameter is used to check the syntax of a jcl without executing it?

1055


What is jcl in mainframe, and how many types of jcl statements are there for a job?

895


How do you overcome this limitation ?

920