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
In how ways you can pass the data from Jcl to cobol ?
How to ALTER the name of a GDG ?
What is a S0C4 error ?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
Whats error code s222?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
What is the function of job statement in jcl?
Explain the function of //jcllib statement?
what is the resolution for sb37 error
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
how to resolve sb37,sd37 se37 abends
i have a string of 80 chars i want to replace 4th char with "a"?