Each of the following commands displays scrollable MUF-level data for the specified remote system in read-only format. MUF information is presented in ascending numerical order by MUF number. Differences are presented in the "Result" column.
|
Command |
Result |
|---|---|
|
DBEX I,MUF(12),SYSID(SYSA) DBEX I,MSIDNAME(DBSIDPR),SYSID(SYSA) |
Displays MUF 12 in system SYSA only. Displays the MUF in SYSA which is the default MUF or the MUF with the SIDNAME of DBSIDPR in the DBCSID macro of the DBCVTPR. |
|
DBEX INQ,MUF(2?),SYSID(*)
|
Displays MUFs 20 through 29 in all connected CICS systems. Displays MUFs with SIDNAMEs beginning with DB as specified in the DBCSID macros in the DBCVTPR in all connected systems. (Or the default MUF with the SIDNAME of DBSIDPR if there are no DBCSID macros defined in the DBCVTPR.) |
|
DBEX INQ,MUF(??),SYSID(SYSA) |
Displays all MUFs in the CICS system SYSA. |
|
DBEX INQUIRE,MUF(??),SYSID(*) DBEX INQUIRE,MSIDNAME(*),SYSID(*) |
Displays all MUFs in all systems, beginning with the local system followed by remote systems in the order defined in the CICS Connection Table. |
|
DBEX I,MUF(2?),DISCONNECT,SYSID(SYSA)
DBEX INQ,MUF(DB*),DISCONNECT,SYSID(SYSA) |
Limits display to MUFs in CICS system SYSA which are in disconnected status and have a number between 20 and 29. Limits display to MUFs in CICS system SYSA which are in disconnected status and have SIDNAMEs beginning with DB as specified in the DBCSID macros in the DBCVTPR in all connected systems. Or, the default MUF with the SIDNAME of DBSIDPR if there are no DBCSID macros defined in the DBCVTPR. |
|
DBEX I,MUF(??),DISCONNECTING,SYSID(*) DBEX I,MSID(*),DISCONNECTING,SYSID(*) |
Limits displays to all MUFs in disconnecting status, that is to say those with DISCONNECTING in the STATUS column. The display begins with disconnecting MUFs in the local system followed by disconnecting MUFs in each remote system. |
|
DBEX I,MUF(??),STATS,SYSID(*) DBEX I,MSIDNAME(*),STATS,SYSID(*) |
Displays statistics for all MUFs. The display begins with MUFs in the local system, followed by MUFs in each remote system. |
|
DBEX I,MUF(2?),PLT,SYSID(SYSA)
|
Limits display to MUFs 20 through 29 in the SYSA system which are connected at PLT time. Limits display to MUFs in CICS system SYSA which are connected at PLT time and have SIDNAMEs beginning with DB as specified in the DBCSID macros in the DBCVTPR or, the default MUF with the SIDNAME of DBSIDPR if there are no DBCSID macros defined in the DBCVTPR. |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|