SNAX/APC Configuration and Management Manual
Trace Analysis Program
SNAX/APC Configuration and Management Manual—138787
5-8
RECORD Command
Considerations
•
APCTAP supports BREAK key handling to stop the display. If you specify a range
that contains more information than your terminal can retain, pressing the BREAK
key after a GO command stops the display.
•
If you specify integer values, the end value must be greater than the begin value.
•
When you first start the trace analysis program, the range is set to include all
records.
•
Note that although the following examples do not show it, the absolute maximum
number of records that can be held in a trace is 10 million.
Examples
The following example sets the range to all records:
fmt>range all
The following example sets the range to records 4 through 21:
fmt>range 4,21
The following example sets the range to record 500 through the last record:
fmt>range 500,last
fmt>display range
Range: 00500 32767
fmt>
RECORD Command
Use the RECORD command to format one or more trace records.
ALL
specifies all trace records meeting the criteria specified in the SELECT command.
integer
specifies a range of trace records meeting the criteria specified in the SELECT
command.
Consideration
•
Only the records meeting the criteria specified in the SELECT command will be
formatted.
R[EC]ORD { A[LL] .....}
{integer [, integer ] }
{integer , integer }