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 in DD statement what is the use of DCB parameter?
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
Explain the jcl exec statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain about LMQUERY�give a dialog information about a data set
what is use of space parameter in dd statement?
Are there any set of rules for the names of the steps used in a job?
Is it possible to left uncode disp? If yes, how?
Is it possible to define dd statements as you want?
What are hierarchy levels in jcl?
What is the format of comment statement?
A dd statement consists of 4 fields. Name them?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
how do you access an uncataloged dataset in a jcl?
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) ?