How to remove entries from MQLIST display panel?
search cancel

How to remove entries from MQLIST display panel?

book

Article ID: 16338

calendar_today

Updated On:

Products

SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction



We have several old started tasks that are no longer running on our systems but they still show up on the MQLIST screen in Sysview. 

How can I act to take this away from the lists? 

Environment

Release: FAQSO.00200-14.1-SYSVIEW-Performance Management
Component:

Resolution

The MQLIST command gets the MQ subsystems from the SubSystem Vector Table (SSVT).

In order to do not see an old MQ Subsystem in the list returned by MQLIST the MQ subsystem should not be in the SSVT. 

If you want to delete the old MQ Subsystem you could try to delete it from SSVT using the SUBSYS command of Sysview. 

The Sysview command SUBSYS can be used to display information about subsystems and there is a DELETE sub-command to delete subsystems. 

Please note that the deleted entries will not show up till the next  IPL. Once the system is IPL’d the entry will be back. 

If you want to delete it permanently, if it is truly no longer used, the proper and permanent place to delete it from is the MVS parmlib member IEFSSNxx. Since here is where the MVS subsystems are defined in.

 

 

 

Additional Information

Sysview SubSYS command

Sysview MQLIST subsystem command