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

5 lines
242 B
COBOL
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
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==.