RosettaCodeData/Task/Include-a-file/COBOL/include-a-file.cobol

5 lines
242 B
COBOL

COPY "copy.cpy". *> The full stop is mandatory, wherever the COPY is.
COPY "another-copy.cpy" REPLACING foo BY bar
SPACE BY ZERO
==text to replace== BY ==replacement text==.