home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!gatech!paladin.american.edu!auvm!SIUEMUS.BITNET!DPTS
- Message-ID: <28JUL92.15648536.0141.MUSIC@SIUEMUS.BITNET>
- Newsgroups: comp.lang.rexx
- Date: Tue, 28 Jul 1992 14:29:21 CDT
- Sender: REXX Programming discussion list <REXXLIST@UGA.BITNET>
- From: Todd Shook <DPTS@SIUEMUS.BITNET>
- Subject: Coding question
- Lines: 44
-
- Hello REXX-L,
-
-
- I have a Rexx coding question that somebody on the list
- might be able to help with. I'm trying to write a Rexx program that
- will create the following output. My input looks like the following.
-
- variable
- --------
- record1: out=c1
- record2: out=c2
- record3: out=c3
- record4: out=c4
- . .
- . .
- . .
-
-
-
- I want to read these input records and create the following string.
-
-
- SET C1 C2 C3 C4 . . . until all records have been read.
-
- Any help on how I can create this string would be appreciated.
-
-
- Thanks Todd
-
-
-
-
-
-
-
- +----------------------------------------------------------------------+
- | Todd Shook | ____ __ __ __ ____ |
- | Data Processing Analyst III | / ___| | | || || | __| |
- | Southern Illinois University | ( ( || || || | |_ |
- | at Edwardsville | \ \ || || || | _| |
- | Edwardsville, IL 62026-1068 | ___) ) || ||__|| | |__ |
- | (618) 692-3742 | |____/ |__| \__/ |____| |
- | Bitnet: DPTS@SIUEMUS | |
- +----------------------------------------------------------------------+
-