DISPLAY,SERVICES command
The DISPLAY,SERVICES command outputs a formatted list of information about the services running in a data server.
Procedure
To display a list of all running services in the data server,
issue this command:
F name,DISPLAY,SERVICES
- name
- The name of the task or batch job started by the data server.
When information is requested about the services that are active within a data server, a WTO display message is generated for each service that is active. For each service, the following information is displayed:
- SERVICE
- Service name.
- TASKID
- TCB address (in decimal notation) of the service instance that is displayed.
- TASKNAME
- Same as TYPE.
- STATUS
- One of the values that is displayed in the table below.
- USER
- The user ID that is currently being serviced. Generally, this value is blank.
The following table lists the most common statuses:
Status | Description |
---|---|
QUIESCE | Unused. |
READY | Idle and waiting for requests. |
RECEIVING | Receiving a request. |
RESPONDING | Sending a response. |
STOP | Processing a STOP,ALL request. |