Previous Topic: MUF_TCB_OR_SRB (MTC)Next Topic: SQL Tables


MUF_XCF (MFX)

This table contains the startup options from the XCF_FROM statement. It contains one row for every XCF_FROM Multi-User startup option specified. The table therefore remains empty except for a Multi-User that is using the XCF Coupling Facility.

Note: For more information about XCF, see the CA Datacom/DB Database and System Administration Guide.

Column Name

SQL Data Type

Nullable

Description

CURRENT_STATUS

 

CHAR(6)

No

Either DELETE, NO, or YES, as specified with the X option.

JOBNAME

CHAR(8)

No

The job name from which this MUF can accept requests, as specified with the XCF_FROM option.

JOBS_CURRENT

 

INTEGER

No

The number of active jobs which are connected to a MUF.

JOBS_TOTAL

 

INTEGER

No

The number of jobs that were received.

MUF_NAME

 

CHAR(8)

No

Name of the MUF specified in the MUF Multi-User startup option or the name of the MUF job name.

REQUESTS_CURRENT

 

INTEGER

No

The number of active requests which are connected.

REQUESTS_TOTAL

 

DECIMAL(11,0)

No

The number of requests that were received.

SYSTEM_NAME

CHAR(8)

No

System from which this MUF can accept requests, as specified with the XCF_FROM option

XCF_GROUP

 

CHAR(8)

No

Name of the group containing the jobs identified in the MUF_NAME column from which this MUF can accept requests.