Author |
Message
|
PSS |
Posted: Tue Nov 26, 2002 10:25 am Post subject: Fuzzy Backups for Page Datasets on OS/390 |
|
|
Newbie
Joined: 25 Nov 2002 Posts: 3
|
I need to set up fuzzy backups (Im going to use IDCAMS) for the page datasets. I want to keep MQ up and running so I want to use the display usage command to get the rba information but I am not in a shared queue enviroment. How do I get the starting RBA? Can someone go over the backup process I think Im fuzzy.  |
|
Back to top |
|
 |
blowbeat |
Posted: Tue Nov 26, 2002 10:40 pm Post subject: |
|
|
Apprentice
Joined: 02 Apr 2002 Posts: 49
|
I think you are.... Why do you think you need to have shared queues to be able to do a DISPLAY USAGE ?
Jan. |
|
Back to top |
|
 |
PSS |
Posted: Wed Nov 27, 2002 6:07 am Post subject: |
|
|
Newbie
Joined: 25 Nov 2002 Posts: 3
|
Hi Jan,
Thank you for your response. I am trying to do fuzzy backups without bring down MQ. I need to record the RBA so I should be able to get this information from the display usage on the page set. However, when I run this command this is what I get. I checked the MQSC Command Reference and under the Notes it says: Valid only when the queue manager is a member of a queue sharing group.
DISPLAY USAGE CMDSCOPE(*) PSID(00)
CSQN205I COUNT= 3, RETURN=00000028, REASON=FFFFFFFF
CSQN136E +MQ2B Not in queue-sharing group
CSQ9023E +MQ2B CSQ9SCND 'DISPLAY ' ABNORMAL COMPLETION
CSQU057I CSQUCMDS 1 commands read |
|
Back to top |
|
 |
blowbeat |
Posted: Wed Nov 27, 2002 6:21 am Post subject: |
|
|
Apprentice
Joined: 02 Apr 2002 Posts: 49
|
Aha, now I see.
" Valid only when the queue manager is a member of a queue sharing group. " is meant for CMDSCOPE(qmgr_name) or CMDSCOPE(*).
So you can use CMDSCOPE(' ') or simply use DISPLAY USAGE without the CMDSCOPE keyword.
Cheers, Jan. |
|
Back to top |
|
 |
nimconsult |
Posted: Wed Nov 27, 2002 6:22 am Post subject: |
|
|
 Master
Joined: 22 May 2002 Posts: 268 Location: NIMCONSULT - Belgium
|
The problem is "CMDSCOPE(*)" which only applies when the queue manager is part of a queue sharing group.
Simply run "DISPLAY USAGE PSID(0)" without the CMDSCOPE() keyword.
This is all written in the doc. _________________ Nicolas Maréchal
Senior Architect - Partner
NIMCONSULT Software Architecture Services (Belgium)
http://www.nimconsult.be |
|
Back to top |
|
 |
PSS |
Posted: Fri Nov 29, 2002 7:09 am Post subject: Display usage Command |
|
|
Newbie
Joined: 25 Nov 2002 Posts: 3
|
|
Back to top |
|
 |
|