Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Check Communications Trace (CHKCMNTRC) command returns the communications trace status for a specific line, a network interface description, a network server description, or for all of the traces of a specific type that exist on the system. The status is returned through a message.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CFGOBJ | Configuration object | Name, *ALL | Required, Positional 1 |
CFGTYPE | Type | *LIN, *NWI, *NWS | Required, Positional 2 |
Top |
Specifies the name of the configuration description to check. The configuration description is either a line description or a network interface description.
This is a required parameter.
Top |
Specifies the object type of the configuration description to check.
This is a required parameter.
Top |
Example 1: Checking All Traces
CHKCMNTRC CFGOBJ(*ALL) CFGTYPE(*NWI)
This command shows the communications trace status of all network interface traces.
Example 2: Checking An Individual Trace
CHKCMNTRC CFGOBJ(QESLINE) CFGTYPE(*LIN)
This command shows the communications trace status of line QESLINE.
Top |
*ESCAPE Messages
Top |