× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Don,
By "put them in a PF" did you mean something like the following?
create table qtemp/qlist as (
select o.OBJNAME, o.OBJLIB,
'CLRMSGQ MSGQ(' *concat* o.objlib *concat* '/' *concat* o.objname
*concat* ')' as CMDSTR
from table(qsys2.object_statistics('*ALL', '*MSGQ')) o
WHERE O.OBJLIB <>'QUSRSYS')
with data;

select * from qtemp.qlist;

Or were you talking DSPOBJD OBJ(*ALL/*ALL) OBJTYPE(*MSGQ) ?



On Wed, Jul 26, 2023 at 9:59 AM <dr2@xxxxxxxx> wrote:

put them in a PF

Read the file in a CL

clrmsgq lib/msg

On 2023-07-26 09:43, DEnglander--- via MIDRANGE-L wrote:

Is there a way to automatically [maybe via GO CLEANUP] to remove
Messages
in Message Queues that are not tied to a UserID?

We have a small amount of application message queues that do not get
automatically cleaned up. Is there a way for them to have [for example]
all messages older than 30 days to be deleted? In addition, the
application messages queues are not in QUSRSYS.

Thank you,

Doug

"CONFIDENTIALITY NOTICE: This e-mail transmission (and/or the
attachments accompanying it) contain confidential information belonging to
the sender. The information is intended only for the use of the intended
recipient. If you are not the intended recipient, you are hereby notified
that any disclosure, copying, distribution or the taking of any action in
reliance on the contents of the information is strictly prohibited. Any
unauthorized interception of this transmission is illegal under the law.
If you have received this transmission in error, please promptly notify the
sender by reply e-mail, and then destroy all copies of the transmission."
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.