Re: More simple REXX/PIPES

2008-07-10 Thread Schuh, Richard
To: IBMVM@LISTSERV.UARK.EDU Subject: Re: More simple REXX/PIPES Perfect Richard.. My brain was stuck on 'JOIN *' Now it all fits. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL P

Re: More simple REXX/PIPES

2008-07-10 Thread Huegel, Thomas
Perfect Richard.. My brain was stuck on 'JOIN *' Now it all fits. -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] Behalf Of Schuh, Richard Sent: Thursday, July 10, 2008 11:08 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: More simple REXX/PIPES

Re: More simple REXX/PIPES

2008-07-10 Thread Thomas Kern
I think you can do that with the TABULATE stage that is on the IBM Downlo ads website. I think after you sort by column 1.2 then you can do a TABULATE BY 1-2 LIST and it will use columns 1-2 as a key and join the rest together as one record per key. /Tom Kern On Thu, 10 Jul 2008 10:57:49 -050

Re: More simple REXX/PIPES

2008-07-10 Thread McKown, John
0:58 AM To: IBMVM@LISTSERV.UARK.EDU Subject: More simple REXX/PIPES This shouldn't be very hard, but I seem to be a little slow today.. can't find my Geritol. I can do this with a bunch of 'IF''s and 'DO's but I wa

Re: More simple REXX/PIPES

2008-07-10 Thread Schuh, Richard
Subject: More simple REXX/PIPES This shouldn't be very hard, but I seem to be a little slow today.. can't find my Geritol. I can do this with a bunch of 'IF''s and 'DO's but I was looking for something prettier.

More simple REXX/PIPES

2008-07-10 Thread Huegel, Thomas
This shouldn't be very hard, but I seem to be a little slow today.. can't find my Geritol. I can do this with a bunch of 'IF''s and 'DO's but I was looking for something prettier. REXX or a PIPE, it doesn't matter. I have input that looks like this: 01 data-a 01 data-b 01 data-c 01 data-d 02 da