CP6100 Configuration and Management Manual
PTrace Facility for CP6100
CP6100 Configuration and Management Manual—426741-003
9-6
PTrace Commands for CP6100
response to a NEXT, FIND, or RECORD command, it checks its selection mask to
determine whether or not the record is of a type that you want to display. PTrace also
checks many other session parameters, such as those established by LIMIT.
You can select specific records in three ways within the CP6100 subsystem:
•
Through a keyword that is translated into an enumerated value
•
Through a number that is saved as an enumerated value
•
Through a 32-bit selection mask
ALL
selects all trace-selection options.
CURRENT
selects the currently defined trace-selection options.
number
is an integer that specifies an enumerated value corresponding to a specific
keyword.
number can be specified in decimal, octal, hexadecimal, or binary notation. When
you specify a number, it is saved as an enumerated value. The formats and ranges
are listed below:
Decimal: 0 through 32767
Octal: %0 through %77777
Hexadecimal: %0 through %h7fff
Binary %b0 through %b111111111111111
keyword
is one of the keywords listed in Table 5-3. Table 9-3 lists the valid SELECT
keywords.
SELECT [ ALL ]
[ CURRENT ]
[ number ]
[ keyword ]
[ ( keyword [ , keyword ] ... ) ]