PTrace Reference Manual
PTrace Commands
PTrace Reference Manual—526393-001
3-23
RECORD/REC Command
Considerations: PAGESIZE Command
•
If the PAGESIZE command is not used, PTrace does not count the number of
lines.
•
Press RETURN to display the next page.
•
Press BREAK to return to the PTrace prompt.
Examples: PAGESIZE Command
RECORD/REC Command
The RECORD or REC command displays records selected by record number. If a
specified record does not fulfill the selection criteria, it is not displayed (refer to the
FILTER and SELECT commands).
The RECORD command never displays more than the number of records specified by
the LIMIT command.
first
is an integer that specifies the record number of the first, or only, record to be
displayed.
last
is an integer that specifies the record number of the last of a range of records to be
displayed.
ALL
specifies that all records in the trace file are to be displayed.
Considerations: RECORD/REC Command
•
The first record in the trace file, the trace file header record, is record number
0. The first data record is record number 1.
•
A slash (/) can be used in place of the comma (,) in the RECORD command
syntax.
•
Pressing the BREAK key terminates the display of records.
?PAGESIZE 20 Displays 19 lines.
?PAGESIZE 0 Does not count lines; displays data continuously.
RECORD { first [ , last ] }
{ ( first [ , last ] ) }
{ ALL }