COBOL's 'COPY ABC.' = what in REXX




Hello,
Small question..
This is what is in my file common01

testab:
s = 1
etc
return

print3:
call lineout. .
etc
return

I would like to have common01 included in several other REXX's.

In Cobol I would code . .

COPY COMMON01. and that would be fine.

How does one accomplish this in REXX?

Please, thanks.
Graham
** Posted from http://www.teranews.com **
.