Previous Topic: Updating MUF-Level Processing OptionsNext Topic: Overriding DBCSID Parameter Values


Display Example: DBEC I,MUF(0?),SYSID(CVDS)

SYSID = CYDS CA Datacom CICS Services APPLID = A31ICYDS DBEC I,MUF(0?),SYSID(CVDS) A SYS MUF STATUS W E USERS SIDNAME JOB LVL MUFN/SUB CONDITIONS CVDS 01 CONNECTED A D 020 DBDVM5 DBDVM5 12 DBDVMUF5 CVDS 02 UNCONNECTED A D 006 DBDVMS DBDVMS1 CVDS 03 UNCONNECTED A D 006 DBDVMT DBDVMT1 CVDS 04 CONNECTED A D 020 PRODMU2 DSL2MU12 12 DSL2MU12 CVDS 05 CONNECTED A D 020 DBDVMR DBDVMR 12 DBDVMR CVDS 06 UNCONNECTED A D 006 MUFW MUFW1 CVDS 07 UNCONNECTED D D 003 MUF1 MUF11 CVDS 08 UNCONNECTED D D 003 MUF6 MUF6 CVDS 09 UNCONNECTED D D 003 MUF7 MUF71                                 PF1: REFRESH                 PF7: BACKWARD   PF8: FORWARD

Field Descriptions

All fields marked with a Y in the Chg column are updatable when the panel is invoked through a DBEC transaction.

Column

Chg

Description

A

Y

Action to perform when DBEC transaction used:

C

Perform CONNECT on MUF. (Same as DBEC P,CONNECT,MUF(nn).)

D

Perform DISCONNECT on MUF. (Same as DBEC P,DISCONNECT,MUF(nn).)

E

Select and invoke return code summary display for that MUF.

I

Perform IMMEDIATE disconnect from MUF regardless of active tasks running against that MUF. (Same as DBEC P,IMMEDIATE,MUF(nn)).

 

 

R

Perform RESET on MUF statistics. This resets the selected MUF statistics to zero from the STATS display. This option is only available from the display with the STATS limiter.

T

Select and invoke active tasks display for that MUF.

U

Select and invoke task usage summary for that MUF.

S

Select and begin browse display at the URT-level.

SYS

 

Identifies the CICS system to which this display line refers.
*LOC means local CICS or TOR.

MUF

 

Identifies the sequence number of the MUF relative to the position of the associated DBCSID macro appended to the DBCVTPR macro for that remote CICS system.

STATUS

 

Indicates the CONNECT status of the MUF on that remote CICS system:

UNCONNECTED

Not yet connected by a program call, PLT, or a DBEC transaction.

DISCONNECTED

Explicitly disconnected with a DBEC P,DISCONNECT.

DISCONNECTING

Disconnect requested by DBEC P,DISCONNECT command, but not yet disconnected pending completion of a read in progress, URT closes, or a transaction having exclusive control.

CONNECTED

Connected by CA Datacom CICS Services and no transaction to disconnect it has been issued.

CONNECTING

Connect requested by DBEC P,CONNECT command, but not yet connected pending completion of the request in progress in the MUF.

W

 

(WHEN) Indicates when CA Datacom CICS Services opens the URT:

P

(PLT) Specifies the URT is opened by CA Datacom CICS Services at startup time.

A

(AUTO) Specifies the URT is automatically opened by CA Datacom CICS Services when an application request needs this URT.

D

(DEFER) Specifies the URT can only be opened with an explicit DBEC or DBOC command.

E

 

(EOJ OK) indicates whether CA Datacom CICS Services participates in recognizing that an EOJ was requested for this MUF. If so, then the value indicates whether CA Datacom CICS Services DISCONNECTs or disconnects IMMEDIATE this MUF. This value is specified in the DBCVTOR or in the DBCSID macro of the DBCVTPR. For more information about specifying this value, see the System Reference Guide. CA Datacom/DB This feature is not supported in CA Datacom/DB Version 12.0.

N

CA Datacom CICS Services will not recognize a MUF EOJ. MUF waits until a DISCONNECT for the MUF is performed in CA Datacom CICS Services as it works in CA Datacom CICS Services r11.

D

When a MUF EOJ has been requested and a request return indicates this to CA Datacom CICS Services, then a DISCONNECT is issued internally by CA Datacom CICS Services.

I

When a MUF EOJ has been requested and a request return indicates this to CA Datacom CICS Services, then a IMMEDIATE is issued internally by CA Datacom CICS Services.

Note: If the value is D or I and there is no activity in CICS, MUF severs the connection with CICS at the time the interval has been reached as specified in the X_EOJ_OK_S_DELAY startup parameter. For more information, see the CA Datacom/DB documentation for EOJ_OK support.

USERS

Y

The value specified in the corresponding MUF DBCSID macro in the DBCVTPR generation for the number of tasks to allocate for CA Datacom/DB threads. Specify a number between 001 and 255. If there are no DBCSID macros coded with the DBCVTPR, this is the USERS= value specified in the DBCVTPR macro. In this case, this value can also be changed with the DBOC GENOPTS command. For more information, see the System Reference Guide.

Before updating this value, verify that the MUF has been disconnected. If you use the d or i line command on a DBEC I,MUF(nn) screen to disconnect the MUF, press the PF1 function key to refresh the screen before implementing any overrides.

SIDNAME

 

The name of the CA Datacom/DB DBSIDPR module associated with the MUF, as specified in the DBCSID macro or, in a single MUF environment, the name DBSIDPR.

JOB

 

The job name of the CA Datacom/DB of the connected MUF.

LVL

 

The CA Datacom/DB release level of the connected MUF.

MUFN/SUB

 

This field displays the MUF name if the SIDNAME module is assembled with a name specified by MUFNAME= that matches the MUF name specified in the MUF startup option. Otherwise, this field displays the number of the SVC and SVC sub-ID associated with this MUF as defined in the SIDNAME module.

CONDITIONS

 

CONN RC=xx.yyy

The last connect request for this MUF failed for the reason indicated by CA Datacom/DB return code xx(yyy).

DISC RC=xx.yyy

The last disconnect request for this MUF failed for the reason indicated by CA Datacom/DB return code xx(yyy).