Asynchronous Terminals and Printer Processes Configuration and Management Manual

Table Of Contents
PTrace Facility for ATP6100
Asynchronous Terminals and Printer Processes Configuration and Management Manual424280-003
7-6
SELECT Command
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 ATP6100 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 7-3 on page 7-7, which lists the valid
SELECT keywords.
SELECT [ ALL ]
[ CURRENT ]
[ number ]
[ keyword ]
[ ( keyword [ , keyword ] ... ) ]