Asynchronous Terminals and Printer Processes Configuration and Management Manual
Table Of Contents
- What’s New in This Manual
- About This Manual
- 1 Configuration Quick Start
- 2 Overview of the ATP6100 Subsystem
- 3 Configuring the ATP6100 Subsystem
- 4 Printer Profiles and Default Modifiers
- 5 Terminal Profiles and Default Modifiers
- 6 ManagingATP6100Usingthe SubsystemControlFacility(SCF)
- 7 PTrace Facility for ATP6100
- A ATP6100 Subsystem Error Messages
- B SCF Command Summary for ATP6100
- ABORT LINE Command
- ABORT SU Command
- ACTIVATE SU Command
- ALTER LINE Command
- ALTER SU Command
- INFO LINE Command
- INFO SU Command
- LOAD LINE Command
- START LINE Command
- START SU Command
- STATS LINE Command
- STATS SU Command
- STATUS LINE Command
- STATUS SU Command
- STOP LINE Command
- STOP SU Command
- SUSPEND SU Command
- SWITCH PROC Command
- TRACE LINE Command
- VERSION PROC Command
- C Moving to G-Series or H-Series RVUs
- Glossary
- Index

PTrace Facility for ATP6100
Asynchronous Terminals and Printer Processes Configuration and Management Manual—424280-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 ] ... ) ]