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

Explain in DD statement what is the use of DCB parameter?

922


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

1237


Explain the jcl exec statement?

892


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

952


Explain about LMQUERY�give a dialog information about a data set

1133


what is use of space parameter in dd statement?

996


Are there any set of rules for the names of the steps used in a job?

881


Is it possible to left uncode disp? If yes, how?

945


Is it possible to define dd statements as you want?

890


What are hierarchy levels in jcl?

1276


What is the format of comment statement?

945


A dd statement consists of 4 fields. Name them?

1202


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

1102


how do you access an uncataloged dataset in a jcl?

1293


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

2123