Re: RMM Scratch list short

2007-12-05 Thread Jeffrey Deaver
RMM SV OWNER(*) VOLUME(V*) STATUS(SCRATCH) LIMIT(*)
But it will only list the scratch volumes to V0.
I have volumes defined out to V4.

Stupid mistake on my part.  The query works fine.  The final tape list I
was reviewing was created downstream in a job which contained additional
sorts to format the output.  Turns out one of them was filtering on 'V0'.
Should have starred at it longer.

Thanks.


Jeffrey Deaver, Engineer
Systems Engineering
[EMAIL PROTECTED]
651-665-4231(v)
651-610-7670(p)

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


Re: RMM Scratch list short

2007-12-05 Thread Mike Wood
Jeffrey,
 You dont say how you are issuing the command, or whether there are any 
error messages or non-zero return codes or reason code.
I would never have assumed you were issuing this from Rexx and asking for 
variables back; but Tom did, and he could be correct.  TSO PROFILE VARSTOR
(HIGH) should help if you are.

However, I would assume that if you did issue from Rexx, and the results are 
not what you expect you would check the rc and [EMAIL PROTECTED] and so would 
find rc 
4 [EMAIL PROTECTED] 10 if the rexx variable limit was reached.

If you are not running from rexx, I have never seen anything like this before, 
so best report the problem to IBM.

Oh, did you run a IDCAMS EXAMINE ?

Mike WoodRMM Development

On Tue, 4 Dec 2007 12:39:29 -0600, Jeffrey Deaver 
[EMAIL PROTECTED] wrote:

I'm trying to get RMM to list all the scratch tapes it knows about which
start with the letter 'V'.  Here is the command I'm using...

RMM SV OWNER(*) VOLUME(V*) STATUS(SCRATCH) LIMIT(*)

But it will only list the scratch volumes to V0.I have volumes
defined out to V4.

Anyone have any ideas?

Thanks!

Jeffrey Deaver, Engineer
Systems Engineering
[EMAIL PROTECTED]
651-665-4231(v)
651-610-7670(p)

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


RMM Scratch list short

2007-12-04 Thread Jeffrey Deaver
I'm trying to get RMM to list all the scratch tapes it knows about which
start with the letter 'V'.  Here is the command I'm using...

RMM SV OWNER(*) VOLUME(V*) STATUS(SCRATCH) LIMIT(*)

But it will only list the scratch volumes to V0.I have volumes
defined out to V4.

Anyone have any ideas?

Thanks!

Jeffrey Deaver, Engineer
Systems Engineering
[EMAIL PROTECTED]
651-665-4231(v)
651-610-7670(p)

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


Re: RMM Scratch list short

2007-12-04 Thread Pinnacle
- Original Message - 
From: Jeffrey Deaver [EMAIL PROTECTED]

Newsgroups: bit.listserv.ibm-main
Sent: Tuesday, December 04, 2007 1:40 PM
Subject: RMM Scratch list short



I'm trying to get RMM to list all the scratch tapes it knows about which
start with the letter 'V'.  Here is the command I'm using...

RMM SV OWNER(*) VOLUME(V*) STATUS(SCRATCH) LIMIT(*)

But it will only list the scratch volumes to V0.I have volumes
defined out to V4.

Anyone have any ideas?

Thanks!



Jeff,

Most likely you're running into the Rexx variable pool problem.  If you're 
at z/OS V1R8, you can use the TSO PROFILE command to move Rexx control 
storage above the line.


Regards,
Tom Conley 


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