staceybauer
Instructor
I am trying to use the COPY REPLACING option in an Enterprise COBOL program and can't seem to get it to work. It compiles cleanly, but seems to ignore the statement. No data is replaced. Here is the code.
COPY TR319XXX REPLACING ==DL== BY ==XL==.
I have tried literals, fields etc. and no luck.
Does anyone know if the ADATA compile option needs to be turned on to make this work?
COPY TR319XXX REPLACING ==DL== BY ==XL==.
I have tried literals, fields etc. and no luck.
Does anyone know if the ADATA compile option needs to be turned on to make this work?