Work requests - WORKREQ
The Work requests (WORKREQ) views display information about EJB work requests and the transactions associated with them.
Supplied views
To access from the main menu, click:
| View | Notes |
|---|---|
| Work requests EYUSTARTWORKREQ.DETAILED |
Detailed information about EJB work requests. |
| Work requests EYUSTARTWORKREQ.FORCEPURGE |
Force purge a selected work request. |
| Work requests EYUSTARTWORKREQ.PURGE |
Purge a selected work request. |
| Work requests EYUSTARTWORKREQ.TABULAR |
Tabular information about EJB work requests. |
Actions
| Action | Description |
|---|---|
| FORCEPURGE | Force purge a selected work request. |
| PURGE | Purge a selected work request. |
| SET | Set attributes according to new values specified in input fields |
Fields
| Field | Attribute name | Description |
|---|---|---|
| Client IP address | CLIENTIPADDR | The IPv4 or IPv6 address of the client that originated the request. The format of this IP address is given by the CLNTIPFAMILY value. |
| The format of the Client IP address | CLNTIPFAMILY |
A value indicating the format of the Client's IP address in the CLIENTIPADDR field. These are the possible values:
|
| Associated CorbaServer | CORBASERVER | The name of the associated CorbaServer. |
| Host port that received the request | LISTENERPORT | The host port that received the request. |
| Work request | NAME | The token generated by CICS to identify the work request. |
| Originating tasks application ID | OAPPLID | The application ID of the originating task. |
| Task that received the request | OTASK | The number of the task (RequestReceiver) that received the request. |
| Transaction ID that received the request | OTRANSID | The ID of the transaction that received the request. |
| Purge type | PURGETYPE |
Specifies whether a task is to be purged or forcepurged. The values are:
|
| Current request ID | REQUESTID | The ID of the current request. This value is sent by the client initiating the request and is used to associate the reply with the request. A client can be processing more than one request at any given moment. |
| Stack level of call | STACK | The stack level of this call. As each new request is received from the client the request receiver creates a stack and initializes it with a value of 1. The stack is incremented by 1 every time a new bean is invoked, and decremented each time a bean which has incremented it terminates. So the value of the stack gives the current level within the EJB transaction at which this work request is executing. If a request is sent to a non-CICS EJB server then this field is NOT incremented. |
| Local task number | TASK | The local task number. |
| Local transaction ID | TRANSID | The ID of the local transaction. |
| Address of target CICS system | TSYSTEM |
The VTAM APPLID or resolved IPv4 or IPv6 address and port of the target system. The field can be one
of the following:
|
| Format of the Target system address | TSYSTYPE |
Indicates the format of the target system's address. These are the possible values:
|
| Type of work being performed | WORKTYPE |
The type of work being performed:
|