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
How does jcl act on code(if you take a cobol program)?
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
How to alter the parameters for the existing gdg?
What is the purpose of disp parameter?
how you can direct the data to spool using SYSOUT option?
What is the function of job statement in jcl?
What are some jcl statements that are not allowed in procedures?
Is condition checking possible in jcl?
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
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What are steplib and joblib?
Can I share my data with other jobs? How?
which parameter is used to check the syntax of a jcl without executing it?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How do you overcome this limitation ?