I was just experimenting with the INREC and came out with this doubt.......
I was trying to use below code and it failed as it would in any case.......
OPTION COPY
INREC FIELDS=(3,3,12,3),OVERLAY=(3:C'Z',12:C'0')
I tried below and it went fine.....
OPTION COPY
INREC OVERLAY=(3:C'Z',,12:C'0')
OUTREC FIELDS=(3,3,12,3)
Thanks.