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
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
How do you submit JCL via a Cobol program?
List the different components of jcl statement?
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
what is fixed length and variable length and difference between them
what is instream data
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
can u execute a proc from another proc?
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
How to execute 300 steps in a Job?
What does SYSIN * indicate?