On Thu, 17 Apr 2008 15:51:44 -0700, Edward Jaffe
<[EMAIL PROTECTED]> wrote:

>Mark Zelden wrote:
>> I just looked at yours and tried it and I can't see why I would need
>> to trap the output.   Running some simple tests, both seemed to
>> do the same thing.
>>
>
>Try it from a console. A *real* console. TSO command processors often
>write messages with trailing whitespace -- normally unseen by the user.
>If you don't strip it off, those lines will be wrapped on an 80-column
>console.
>
>I issued a LISTD command using your REXX and got:
>
>  SYS1.PARMLIB
>  --RECFM-LRECL-BLKSIZE-DSORG
>    FB    80    6160    PO                                             +
>
>  --VOLUMES--
>    Z9RES1
>
>Mine got:
>
>  SYS1.PARMLIB
>  --RECFM-LRECL-BLKSIZE-DSORG
>  FB    80    6160    PO
>  --VOLUMES--
>  Z9RES1
>


Ahhh... now I see.  I didn't look at your exec closely.  I thought you
were just trapping the output and redisplaying it.  Thanks.  

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

----------------------------------------------------------------------
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

Reply via email to