On Tue, 28 Apr 2009 10:51:55 -0500, Kirk Wolf wrote:
>
>In this example, why not just use a temporary MVS dataset with
>DISP=PASS into the Unix step?
>
>Then use:
>
>fromdsn //DD:MYTEMP | process
>
>or:
>
>cp //DD:MYTEMP /dev/fd1 | process
>
Where is that last construct documented as supported?
>> The "process" was actually a Perl script which did some messaging of the
>> LISTCAT output for me.
>>
could you use the new-fangled Rexx "address TSO LISTCAT" and pipe
the output into "process"? I recognize that "address TSO" imposes
some unpleasant restrictions on the use of descriptors.
Fortunately, the following works for me:
foo=`rexx "address TSO 'LISTCAT level('userid()'.TEST)'"`
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html