I want to overwrite a binary value in my file through overlay on a particular condition.
OUTREC IFTHEN=(WHEN=(5,13,CH,EQ,C'CE10040000005'),
OVERLAY=(368:C'US',370:C'CE'))
SORT FIELDS=COPY
OVERLAY=(368:C'US',370:C'CE'))
SORT FIELDS=COPY
apart from this I want to overwrite a binary field with 200 at a position 380 on same above mentioned condition .
Can anybody help me in this ?