home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.rexx
- Path: sparky!uunet!spool.mu.edu!agate!doc.ic.ac.uk!warwick!pavo.csi.cam.ac.uk!ag129
- From: ag129@cus.cam.ac.uk (Alasdair Grant)
- Subject: Re: rexx in tso environme
- Message-ID: <1993Jan21.143553.22752@infodev.cam.ac.uk>
- Sender: news@infodev.cam.ac.uk (USENET news)
- Nntp-Posting-Host: bootes.cus.cam.ac.uk
- Organization: U of Cambridge, England
- References: <1993Jan21.124124.8342@schbbs.mot.com>
- Date: Thu, 21 Jan 1993 14:35:53 GMT
- Lines: 17
-
- In article <1993Jan21.124124.8342@schbbs.mot.com> TTZ488@waccvm.corp.mot.com (Hugh Dunn) writes:
- >> 1) How does one create a Rexx program in TSO?
- >Put it in a file called 'pgname.CLIST' with the first line of
- >the file being a REXX comment e.g. /* REXX */
- >> 2) Does TSO recognize a Rexx program by the same comment card that OS/2
- >> recognizes Rexx?
- >See above
-
- You can also put it in a file called MYFILE.EXEC and call it using
- EXEC MYFILE EXEC. This way, you do _not_ need a comment, i.e. the
- file consisting entirely of
-
- say 'Hello'
-
- will work. But it's more portable to start with a comment of some sort.
-
- p.s. Rexx on TSO is a real pig. Not nearly as fun as on CMS.
-