Live another day, learn another trick. Thanks for the tip.

Regards,
Richard Schuh

 -----Original Message-----
From:   The IBM z/VM Operating System [mailto:[EMAIL PROTECTED]  On Behalf Of 
Kris Buelens
Sent:   Wednesday, November 08, 2006 12:11 PM
To:     IBMVM@LISTSERV.UARK.EDU
Subject:        Re: Another PIPE how to

>You might be able to use the rexxvars stage to extract the data you want. 
Something similar to:
>PIPE rexxvars | drop 1 | spec w2 1 read w2-* nw | find TABLE.| ... 

For this approach, using "REXXVARS TOLOAD" is easier:
 PIPE rexxvars TOLOAD | find /TABLE.| ... 
what will work if the stems tail never contains a / character.

Kris,
IBM Belgium, VM customer support

Reply via email to