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

in ways data can be passed to a COBOL program from JCL?

669


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?

735


How can return codes be tested before execution of a job step?

923


Can an individual step be restricted from using all the jobs allowed cpu time?

1009


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

679






How to execute 2nd and 4th steps among 5 steps in jcl proc?

747


What is the function of dd name parameter with a 2 part structure; audit.report?

700


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

977


Differentiate between the joblib and the steplib statements?

859


What are steplib and joblib?

725


Why block size is multiple of lrecl in jcl?

915


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

747


When output dataset space is required, what quantity categories are used?

832


write a jcl to execute a job by 7:00 am on jan 20,1986?

699


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

728