 |
 |
Current group: bit.listserv.tsorexx
Re: Programmers, Strings, Arithmetic...
| Peter Keats | | Frank Clarke | | Jeremy C B Nicoll |
|
|
 | | From: | Peter Keats | | Subject: | Re: Programmers, Strings, Arithmetic... | | Date: | 22 Jan 2005 09:40:57 -0800 |
|
|
 | Very funny - no, really, I like it. On another point, for all you REXXy types, I want to monitor a batch of packs for available space (typical VTOC returned data). How can I code this in REXX (I'm not a sys prog so handling all the 'bits' and utilities behind the PDF screens tends to be a Black Art for me...). I can handle OUTRAP, and REXX constructs - it's the ISPF calls which tend to throw me...
Ta muchly.
Peter
---------------------------------------------------------------------- For TSO-REXX subscribe / signoff / archive access instructions, send email to LISTSERV@VM.MARIST.EDU with the message: INFO TSO-REXX
|
|
 | | From: | Frank Clarke | | Subject: | Re: Programmers, Strings, Arithmetic... | | Date: | Sun, 23 Jan 2005 23:28:39 GMT |
|
|
 | On 22 Jan 2005 09:40:57 -0800, PeterEJKeats@AOL.COM (Peter Keats) wrote: <195.371cd1a9.2f23ea14@aol.com>
>Very funny - no, really, I like it. >On another point, for all you REXXy types, I want to monitor a batch of >packs for available space (typical VTOC returned data). How can I code this in >REXX (I'm not a sys prog so handling all the 'bits' and utilities behind the >PDF screens tends to be a Black Art for me...). >I can handle OUTRAP, and REXX constructs - it's the ISPF calls which tend to >throw me...
REXX is a scripting language. How would you do it if there was no such thing as 'REXX'?
(change Arabic number to Roman numeral to email)
|
|
 | | From: | Jeremy C B Nicoll | | Subject: | Re: Programmers, Strings, Arithmetic... | | Date: | 22 Jan 2005 11:39:49 -0800 |
|
|
 | In article <195.371cd1a9.2f23ea14@aol.com>, Peter Keats wrote: > Very funny - no, really, I like it. On another point, for all you > REXXy types, I want to monitor a batch of packs for available space > (typical VTOC returned data). How can I code this in REXX (I'm not > a sys prog so handling all the 'bits' and utilities behind the PDF > screens tends to be a Black Art for me...). I can handle OUTRAP, and > REXX constructs - it's the ISPF calls which tend to throw me...
I think the efficient way is via something called DCOLLECT - IIRC that's a command within IDCAMS (or ISMF?) that's normally only available to storage administrators. The alternative, of running LIST VTOC isn't really worth considering.
Try asking on ibm-main.
-- Jeremy C B Nicoll - my opinions are my own.
---------------------------------------------------------------------- For TSO-REXX subscribe / signoff / archive access instructions, send email to LISTSERV@VM.MARIST.EDU with the message: INFO TSO-REXX
|
|
|
| | |
|
 |