OSI/AS SCF Reference Manual

Table Of Contents
OSI/AS SCF Commands
OSI/AS SCF Reference Manual424121-001
2-226
TRACE Command Syntax
COUNT count
specifies the number of trace records to be captured. count is an integer in the
range -1 through 32767. If COUNT is omitted or if count equals -1, records are
accumulated until the trace is stopped. The default is -1. The trace will stop when
the trace file reaches EOF, unless WRAP has been specified.
NOCOLL
indicates that the trace collector process should not be initiated.
PAGES pages
designates how much space, in units of pages, is allocated in the extended data
segment used for tracing. PAGES can be specified only when a trace is being
initiated. pages is an integer in the range 4 through 1024 or equal to 0 (zero). If
PAGES is omitted or if pages equals 0, the default value of 64 pages is assumed.
RECSIZE size
specifies the length of the data in the trace data records. size is an integer in the
range 16 through 4050 or equal to 0 (zero). The length of the trace header, which is
eight bytes, is not included in size. If RECSIZE is omitted or if size equals 0, the
default value of 128 bytes is assumed.