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
what JCL Procedures?
Why include statement is used in a jcl?
how you can direct the data to spool using SYSOUT option?
what is the use of IEBGENER utility?
A dd statement consists of 4 fields. Name them?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What are the parameters that are used in creating a gdg?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
what are JCLLIB and STEPLIB in JCL?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How to do automated restart when a job abend?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
i want to store 20 digits . how will u do it in cobol ?
What do you understand by jcl?