How to find out DFHSM intentions ?

2011-03-30 Thread Miklos Szigetvari

Hi

In the last few days we had some problems with DFHSM primary space 
management.

The question , if I can query from the DFHSM its intentions:
- when it will intend to start primary space management secondary  , etc 
etc


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How to find out DFHSM intentions ?

2011-03-30 Thread Gibney, Dave
QUERY SETSYS, use either HSEND or F,DFHSM

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of Miklos Szigetvari
 Sent: Tuesday, March 29, 2011 11:57 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: How to find out DFHSM intentions ?
 
 Hi
 
 In the last few days we had some problems with DFHSM primary space
 management.
 The question , if I can query from the DFHSM its intentions:
 - when it will intend to start primary space management secondary  ,
 etc
 etc
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How to find out DFHSM intentions ?

2011-03-30 Thread Miklos Szigetvari

Hi

Thank you, I see
If it says  PRIMARYSPMGMTSTART=(1700 1800), it is really 1700 ;-) ?
And the second question
If I can redirect this output to a dataset ?


On 3/30/2011 9:01 AM, Gibney, Dave wrote:

QUERY SETSYS, use either HSEND or F,DFHSM


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Miklos Szigetvari
Sent: Tuesday, March 29, 2011 11:57 PM
To: IBM-MAIN@bama.ua.edu
Subject: How to find out DFHSM intentions ?

Hi

In the last few days we had some problems with DFHSM primary space
management.
The question , if I can query from the DFHSM its intentions:
- when it will intend to start primary space management secondary  ,
etc
etc

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How to find out DFHSM intentions ?

2011-03-30 Thread Gibney, Dave
I'm sure there's an out dataset option. I'd need to look it up to be
sure. Try ODS('') via the HSEND option.

There's also a something DAY(Y and Ns) to control which days of the week
it runs on.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of Miklos Szigetvari
 Sent: Wednesday, March 30, 2011 12:53 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: How to find out DFHSM intentions ?
 
 
  Hi
 
 Thank you, I see
 If it says  PRIMARYSPMGMTSTART=(1700 1800), it is really 1700 ;-) ?
 And the second question
 If I can redirect this output to a dataset ?
 
 
 On 3/30/2011 9:01 AM, Gibney, Dave wrote:
  QUERY SETSYS, use either HSEND or F,DFHSM
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu]
On
  Behalf Of Miklos Szigetvari
  Sent: Tuesday, March 29, 2011 11:57 PM
  To: IBM-MAIN@bama.ua.edu
  Subject: How to find out DFHSM intentions ?
 
  Hi
 
  In the last few days we had some problems with DFHSM primary space
  management.
  The question , if I can query from the DFHSM its intentions:
  - when it will intend to start primary space management secondary
,
  etc
  etc
 
 

 --
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@bama.ua.edu with the message: GET IBM-MAIN
 INFO
  Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
-
 -
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@bama.ua.edu with the message: GET IBM-MAIN
 INFO
  Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How to find out DFHSM intentions ?

2011-03-30 Thread Miklos Szigetvari

Hi

Till now I find ODS for HLIST, but not for HSENDCMD

On 3/30/2011 10:06 AM, Gibney, Dave wrote:

I'm sure there's an out dataset option. I'd need to look it up to be
sure. Try ODS('') via the HSEND option.

There's also a something DAY(Y and Ns) to control which days of the week
it runs on.


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Miklos Szigetvari
Sent: Wednesday, March 30, 2011 12:53 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: How to find out DFHSM intentions ?


  Hi

Thank you, I see
If it says  PRIMARYSPMGMTSTART=(1700 1800), it is really 1700 ;-) ?
And the second question
If I can redirect this output to a dataset ?


On 3/30/2011 9:01 AM, Gibney, Dave wrote:

QUERY SETSYS, use either HSEND or F,DFHSM


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu]

On

Behalf Of Miklos Szigetvari
Sent: Tuesday, March 29, 2011 11:57 PM
To: IBM-MAIN@bama.ua.edu
Subject: How to find out DFHSM intentions ?

Hi

In the last few days we had some problems with DFHSM primary space
management.
The question , if I can query from the DFHSM its intentions:
- when it will intend to start primary space management secondary

,

etc
etc





--

For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN

INFO

Search the archives at http://bama.ua.edu/archives/ibm-main.html

-

-

For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN

INFO

Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How to find out DFHSM intentions ?

2011-03-30 Thread Tidy, David (D)
Hi,

I don't think there is an out dataset option for QUERY. In
SYS1.SAMPLIB(ARCTOOLS) there is a queryset REXX which returns the output
to TSO via extended console processing.

We basically use a version of QUERYSET to get HSM output back to TSO,
and then we have other routines that issue any TSO command to trap the
output back to a browse or edit window (from where we can create a
dataset of course). But you could also just update QUERYSET to write to
a dataset.

Best regards,
David Tidy  
IS Technical Management/SAP-Mf  
Dow Benelux B.V.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Gibney, Dave
Sent: 30 March 2011 10:07
To: IBM-MAIN@bama.ua.edu
Subject: Re: How to find out DFHSM intentions ?

I'm sure there's an out dataset option. I'd need to look it up to be
sure. Try ODS('') via the HSEND option.

There's also a something DAY(Y and Ns) to control which days of the week
it runs on.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
 Behalf Of Miklos Szigetvari
 Sent: Wednesday, March 30, 2011 12:53 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: How to find out DFHSM intentions ?
 
 
  Hi
 
 Thank you, I see
 If it says  PRIMARYSPMGMTSTART=(1700 1800), it is really 1700 ;-) ?
 And the second question
 If I can redirect this output to a dataset ?
 
 
 On 3/30/2011 9:01 AM, Gibney, Dave wrote:
  QUERY SETSYS, use either HSEND or F,DFHSM
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu]
On
  Behalf Of Miklos Szigetvari
  Sent: Tuesday, March 29, 2011 11:57 PM
  To: IBM-MAIN@bama.ua.edu
  Subject: How to find out DFHSM intentions ?
 
  Hi
 
  In the last few days we had some problems with DFHSM primary space
  management.
  The question , if I can query from the DFHSM its intentions:
  - when it will intend to start primary space management secondary
,
  etc
  etc
 
 

 --
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@bama.ua.edu with the message: GET IBM-MAIN
 INFO
  Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
-
 -
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@bama.ua.edu with the message: GET IBM-MAIN
 INFO
  Search the archives at http://bama.ua.edu/archives/ibm-main.html
 
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How to find out DFHSM intentions ?

2011-03-30 Thread Miklos Szigetvari

Hi

Yes , I send from USS Shell, and got back the REPLY in my TSO session 
(in another screen)

But thank you for the hint, I'm checking the ARCTOOLS

On 3/30/2011 10:25 AM, Tidy, David (D) wrote:

Hi,

I don't think there is an out dataset option for QUERY. In
SYS1.SAMPLIB(ARCTOOLS) there is a queryset REXX which returns the output
to TSO via extended console processing.

We basically use a version of QUERYSET to get HSM output back to TSO,
and then we have other routines that issue any TSO command to trap the
output back to a browse or edit window (from where we can create a
dataset of course). But you could also just update QUERYSET to write to
a dataset.

Best regards,
David Tidy  
IS Technical Management/SAP-Mf  
Dow Benelux B.V.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Gibney, Dave
Sent: 30 March 2011 10:07
To: IBM-MAIN@bama.ua.edu
Subject: Re: How to find out DFHSM intentions ?

I'm sure there's an out dataset option. I'd need to look it up to be
sure. Try ODS('') via the HSEND option.

There's also a something DAY(Y and Ns) to control which days of the week
it runs on.


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
Behalf Of Miklos Szigetvari
Sent: Wednesday, March 30, 2011 12:53 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: How to find out DFHSM intentions ?


  Hi

Thank you, I see
If it says  PRIMARYSPMGMTSTART=(1700 1800), it is really 1700 ;-) ?
And the second question
If I can redirect this output to a dataset ?


On 3/30/2011 9:01 AM, Gibney, Dave wrote:

QUERY SETSYS, use either HSEND or F,DFHSM


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu]

On

Behalf Of Miklos Szigetvari
Sent: Tuesday, March 29, 2011 11:57 PM
To: IBM-MAIN@bama.ua.edu
Subject: How to find out DFHSM intentions ?

Hi

In the last few days we had some problems with DFHSM primary space
management.
The question , if I can query from the DFHSM its intentions:
- when it will intend to start primary space management secondary

,

etc
etc





--

For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN

INFO

Search the archives at http://bama.ua.edu/archives/ibm-main.html

-

-

For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN

INFO

Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html