On Tue, Jan 24, 2023 at 4:08 PM Radoslaw Skorupka < [email protected]> wrote:
> ... > I tried the following ABCDCNTL statement: > RECORD TYPE=V,LENGTH=(,,,50) > OUTREC FIELDS=(1,22,23,1,CHANGE=(8, > X'0001',C'READ ' ... > and the above caused ICE111A error. > However I changed it to the following: > RECORD TYPE=V,LENGTH=(,,,50) > OUTREC FIELDS=(1,22,24,1,CHANGE=(8, > X'01',C'READ ' ... > and now it works. Note, the change X'0001' to X'01' and 1,22,23,1 to > 1,22,24,1 > It seems I should specify 1,22,23,2 for X'0001' - the last 2 is length > of change field. > Looks like it... did you try it? Note: it is not what your first example shows. sas ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
