Reusing Copybooks
Question: If we want to use the same copybook for more than one record set how will we declare it.
Anonymous
Answer:
COPY copybookname REPLACING field1 BY field2.
This allows you to rename parts of the content of the copybook for the second usage.


