Posted: Fri May 21, 2004 3:33 am Post subject: Manually close a queue, or equivalent action
Acolyte
Joined: 19 Mar 2004 Posts: 70
Hi
On mainframe a put application was interrupted putting a message on a queue. Now I want to clear this queue but it's use count output is still = 1 thus I cannot clear the queue.
How can I manually close the queue? Is there a timeout intervall?
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
EB,
Try issuing the command:
Code:
DISPLAY QSTATUS(name-of-queue) TYPE(HANDLE) ALL
Not sure what parameters are displayed on the mainframe, but on a Windows or Solaris platform the process id (PID) that holds the handle is displayed. As for clearing messages from queues with open IPPROCS/OPPROCS, we use the IH03 supportpac (RFHUTILC).
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum