I have a Symbolic Parameter which can have a value say 01
or 02 etc. Now consider i have another Symbolic parameters
which is used to get 3 digit code of months (JAN, FEB, etc)
but for that i need to check the first symbolic parameter's
value and provide its corresponding month's name in the
second symbolic parameter. Say IF sym1 = 01 then sym2='Jan'
ENDIF etc... In JCL, IF condition is used for RC, ABEND
purposes of a step etc. When i use Symbolic parameter in IF
clause it is showing Error message. Is there a way to get
the above result possible in JCL. If you could provide me
with an example, i would understand it better.
No Answer is Posted For this Question
Be the First to Post Answer
which utility is used a dummy utility?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What are the differences between JES2 & JES3 ?
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
is there any way to execute more than one proc in the same exec statement at the same time..?
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
What is a procedure?
how to put a dependency on job in jcl using opc scheduler?
what is the JCL statement consists of?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
How do you submit a job for execution?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?