home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!uvaarpa!darwin.sura.net!bogus.sura.net!howland.reston.ans.net!paladin.american.edu!auvm!VNET.BITNET!PIPER
- Message-ID: <CMSPIP-L%93012711361491@VM.MARIST.EDU>
- Newsgroups: bit.listserv.cmspip-l
- Date: Wed, 27 Jan 1993 17:35:33 LCL
- Sender: VM/SP CMS Pipelines Discussion List <CMSPIP-L@MARIST.BITNET>
- From: "John P. Hartmann" <PIPER@VNET.BITNET>
- Subject: XI REXX
- Lines: 27
-
- RE: XI REXX
-
- It is a trivial program.
-
- j. john@vnet.ibm.com
- +=================================================== Beginning of XI REXX
- /* Xedit insert */
- /* John Hartmann 30 Jan 1989 18:35:31 */
- signal on novalue
- address xedit 'extr, linend'
- If linend.1='ON'
- Then xlate='|xlate *-*' c2x(linend.2) 'blank'
- else xlate=''
-
- 'callpipe (end \)',
- '*:',
- '|f: fanout',
- '|pad 1',
- xlate,
- '|change ,,i ,',
- '|subcom xedit',
- '\f:',
- '|*:'
-
- exit RC
- -========================================================= End of XI REXX
- * XI REXX C2 V 71 19 1 1/12/92 17:14:42
-