Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Dump Communications Trace (DMPCMNTRC) command copies the unformatted trace data for the specified line, network interface description, or network server description to a user-specified stream file. The data in the stream file can be formatted at a later time, either on the current system or a different system, by using the Print Communications Trace (PRTCMNTRC) command and specifying the FROMSTMF parameter.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CFGOBJ | Configuration object | Name | Required, Positional 1 |
CFGTYPE | Type | *LIN, *NWI, *NWS | Required, Positional 2 |
TOSTMF | To stream file | Path name | Required, Positional 3 |
REPLACE | Replace file | *NO, *YES | Optional |
Top |
Specifies the configuration object that was traced. The object is either a line description, a network interface description, or a network server description.
Top |
Specifies the type of configuration description that was traced.
Top |
Specifies the stream file to which data is copied. All directories in the path name must exist. New directories are not created. If the stream file does not exist, it is created.
Top |
Specifies whether the dump operation replaces or fails to copy the records to a stream file if a stream file with the specified name already exists. If the stream file does not exist, it is created.
Top |
DMPCMNTRC CFGOBJ(*QESLINE) CFGTYPE(*LIN) TOSTMF('/user/Test.stmf') REPLACE(*YES)
This command dumps the communications trace of line description QESLINE to stream file /user/Test.stmf. If this stream file already exists, it will be replaced.
Top |
*ESCAPE Messages
Top |