APPC Subsystem on MPE/XL Node Manager's Guide (30294-90007)

32 Chapter2
Interactive Control Operator Commands
APPCCONTROL PERFORMANCE
The APPCCONTROL PERFORMANCE display pauses at the end of every
screen of data. To see the next screen of data, press
[RETURN].
NOTE
You must enable the gathering of performance statistics before issuing
the APPCCONTROL PERFORMANCE command, or no statistics will be
available for display.
To enable statistics gathering at startup, specify PERFON = YES in the
APPCCONTROL START command, or set the
PerformanceOn
parameter of
the APPCStart intrinsic to 1. To enable statistics gathering once the
APPC subsystem is active, issue the APPCCONTROL PERFORMANCEON
command.
The APPCCONTROL START and APPCCONTROL PERFORMANCEON commands
are described later in this chapter. The APPCStart intrinsic is described
in Chapter 3 , “Control Operator Intrinsics.
If you want to print the output from the APPCCONTROL PERFORMANCE
command, you can redirect the output to a disk file and then print the
file. Redirecting the output creates a temporary file, and you must save
the file before you can print it. The following commands send the output
from the APPCCONTROL PERFORMANCE command to the temporary file
outfile and then save outfile to disk:
:APPCCONTROL PERFORMANCE > outfile
:SAVE outfile