I have an input file which has PD value(in form of date) on 592 position(PD 592:4). I want to update this field based on one IF condition. I am using the below card, but the value is not update as PD value.
Code: Select all
OPTION COPY OUTREC
IFTHEN= (WHEN=(625,4, CH, EQ,C' 2024')
OVERLAY=(592:C' 2024001'))
IFTHEN=(WHEN=NONE, BUILD=(1:1,700))
I understand I am doing the overlay with Character, but is there a way to update the same with PD format?
Any suggestions are welcome