OSI/MHS SCF Reference Manual
OSI/MHS SCF Commands
OSI /MHS SCF Reference Manual—424828-001
2-211
TRACE PROCESS Command
TO file-spec
specifies the file to which trace information is to be written.
WRAP
specifies that when the trace disk file end-of-file (EOF) is reached, trace data will
wrap around to the beginning of the file and overwrite any data that is there. The
default value is no wrap.
COUNT
specifies the number of trace records to be captured. It has a range of -1 through
32767. If COUNT is omitted or if COUNT equals -1, records are accumulated until
the trace is stopped. When the count limit has been reached, tracing will stop.
Considerations
•
To issue the TRACE PROCESS command, the PROCESS object must be in the
STARTED state.
•
The values 0 and -1 are valid for both the MON and PROCESS object types.
Values 16 through 29 are valid only for the PROCESS object type, and values
1 through 9 are valid only for the MON object type.
Examples
These commands start and stop traces for PROCESS objects $ZMHS.#MS1 and
$ZMHS.#MRP1:
TRACE PROCESS $ZMHS.#MS1, TO TRACEF,SELECT SPIMSG
TRACE PROCESS $ZMHS.#MRP1, STOP