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
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
What is order of searching of the libraries in a JCL?
How to copy one PS file to multiple PS files with same data?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
if we give TIME=0 how many sec that job/step
What are the parameter in the job card wihtout which job won't run........
What is 'S0C7' abend?
how to eliminate the duplicates in sorting
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
How can we increment subscript and index?
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?
Explain how can the disposition of sysout datasets be set for an entire jobstream?