RosettaCodeData/Task/Include-a-file/COBOL/include-a-file.cobol
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

4 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==.