COBOL's 'COPY ABC.' = what in REXX
- From: Graham Hobbs <ghobbs@xxxxxxxxxxx>
- Date: Thu, 29 May 2008 15:10:02 -0400
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 **
.
- Prev by Date: COBOL Time of Day in micro-seconds or nano-seconds
- Next by Date: Re: Opinions on approach, please...
- Previous by thread: COBOL Time of Day in micro-seconds or nano-seconds
- Next by thread: Oracle optimization
- Index(es):