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
Is there any command to check wether the ps file is in sorted order?
Is condition checking possible in jcl?
How do you send the output of a COBOL program to a member of a PDS?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
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 ?
what is “Cond= even” and “Cond=only”?
how to execute the last 5 steps in jcl
What parameter of the job statement is used to limit the cpu time consumed by the job?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
what happens if job falls in loop ? how to resolve it ?