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

Managing ATP6100 Using the
Subsystem Control Facility (SCF)
Asynchronous Terminals and Printer Processes Configuration and Management Manual—424280-003
6-41
TRACE LINE Command
Considerations for the TRACE LINE Command
•
If TO file-spec is specified, a new TRACE is initiated, unless file-spec is invalid, the
file cannot be opened, or a trace is already active for the ATP6100 process object
associated with the line. If TO file-spec is omitted, the TRACE command applies to
the trace currently in process, if any.
•
The keyword ALL selects all trace options.
•
If the trace file already exists, it is purged of data before the trace is initiated.
Examples of the TRACE LINE Command
The following command starts the trace of the line $ATPS1, puts the results in a file
named TRCFIL1, and selects all trace options:
->TRACE LINE $ATPS1,TO TRCFIL1,SELECT ALL
The following command starts the trace of the line $ATPS1, puts the results in a file
named TRCFIL2, and selects the L2 and CLBI trace options:
->TRACE LINE $ATPS1,TO TRCFIL2,SELECT (L2,CLBI)
The following command starts the trace of the line $ATPS1, puts the results in a file
named TRCFIL2, selects the ALL trace option, and specifies a BACKUP trace process:
->TRACE LINE $ATPS1,TO TRCBKUP,SELECT ALL,BACKUP
The following command stops the trace of the line $ATPS1:
->TRACE LINE $ATPS1,STOP
Note. Trace options can be specified as either keywords or corresponding numeric values.
SCF accepts a combination of keywords and numeric values within a TRACE command. Also,
numeric values are not verified by ATP6100—an undefined value has no effect and no warning
is issued.