Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Delete Trace Data (DLTTRC) command deletes trace data that was stored in a set of database files by the ENDTRC (End Trace) command.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
DTAMBR | Data member | Name | Optional, Positional 1 |
DTALIB | Data library | Name, *CURLIB | Optional |
Top |
Specifies the database file member that contains the trace data that you want to delete. The member name will be the same as the trace session identifier specified on the Start Trace (STRTRC) and End Trace (ENDTRC) commands. The member name is the same for each of the physical files that contain the trace data.
This is a required parameter.
Top |
Specifies the library that contains the set of database files where the collected trace data is stored.
Top |
DLTTRC DTAMBR(MYTRACE) DTALIB(MYTRCLIB)
This command removes the database file members for files in library MYTRCLIB which contain trace data associated for trace session MYTRACE.
Top |
*ESCAPE Messages
Top |