Hi,
I have an error in using COPY REPLACING statement. I have used COPY REPLACING as below.
01 GNCHDIOS-GROUP-1.
03 GRPROOT.
COPY GNCHDS1C.
03 GRP401A.
05 PRE401A.
COPY PROXX REPLACING ==:XX:== BY ==401A==.
Inside copybook PROXX the variables are defined at level 10.
Upon compilation this copy book(PROXX) is not getting expanded and iam getting error for the copybook variables in the program.
Can u please correct me...
Thanks
Kurup
I have an error in using COPY REPLACING statement. I have used COPY REPLACING as below.
01 GNCHDIOS-GROUP-1.
03 GRPROOT.
COPY GNCHDS1C.
03 GRP401A.
05 PRE401A.
COPY PROXX REPLACING ==:XX:== BY ==401A==.
Inside copybook PROXX the variables are defined at level 10.
Upon compilation this copy book(PROXX) is not getting expanded and iam getting error for the copybook variables in the program.
Can u please correct me...
Thanks
Kurup