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
Explain the function of job statement in jcl?
which utility is used to run a cobol-db2 program?
what is the purpose of coding notify parameter in job statement?
How to override loadlib?
What is the function of dd name parameter with a 2 part structure; audit.report?
define cond parameter in jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Are there any set of rules for the names of the steps used in a job?
Can I send output of job to my remote device careerride123?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain how can return codes be tested before execution of a job step?
What is the function of the dd avgrec keyword in sms datasets?
what is use of dsn parameter in dd statement?