0 votes
in Cobol by
What is the point of the REPLACING option of a copy statement?

1 Answer

0 votes
by

REPLACING allows for the same copy to be used more than once in the same code by changing the replace value.

COPY <Name> REPLACING BY

...