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-8
Trace Example
Trace Example
The following commands will create a useful sample trace file.
1. Stop the asynchronous terminals and printers processes line:
STOP LINE $ATPL1
2. Start the line:
START LINE $ATPL1
3. Start the trace with the SCF TRACE command and specify SELECT ALL, PAGES
64, WRAP:
TRACE LINE $ATPL1, TO <FN>, SELECT ALL, PAGES 64, WRAP
4. Wait for the ATP6100 line-ready console message:
5. Stop the trace:
TRACE LINE $ATPL1, STOP
6. Use PTrace to format and display the trace records.
The following example of a trace allows you to examine the trace file after you recreate
the original problem:
1. Assume and then trace the line:
ASSUME LINE $ATPL1
TRACE, TO ATPTRACE, PAGES 64, RECSIZE 256
2. Recreate the original error that you want to capture.
3. Stop the trace and exit:
TRACE, STOP
EXIT
4. Run PTrace:
PTRACE FROM ATPTRACE
5. Check the file size:
COUNT
SELECT CLIPDI, CLIPD0, L0
OUT to filename
RECORD ALL
EXIT
Note. Depending on the nature of the problem you are investigating, you may wish to start the
trace before starting the line.