AM3270 and TR3271 Configuration and Management Manual

SCF Interface to AM3270 and TR3271
AM3270 and TR3271 Configuration and Management Manual529993-001
4-32
Examples of the START Command
Examples of the START Command
The following command starts the line $AM3270.
START LINE $AM3270
The following command starts the subdevice $AM3270.#TERM1:
START SU $AM3270.#TERM1
STATS Command
The STATS command displays statistical information for the specified object. For each
statistical counter returned, an associated timestamp is also returned indicating when
the sample was taken.
Considerations for the STATS Command
The SEL option is not supported.
Wild cards are not supported at the subdevice level.
Command Syntax for the STATS Command
The STATS command has the following syntax:
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
LINE line-name | SU su-name
designates the line or subdevice whose statistical information you wish to display. If
you omit the line-name or su-name, the statistics for the assumed objects are
displayed.
RESET
if present, restores all the statistics counters to their initial values after the statistics
are displayed.
Note. To issue the STATS command, you must first know the name of the line or subdevice.
To find the names of your AM3270 lines, enter LISTDEV TYPE 60,10 at the SCF prompt.
TYPE 60,10 refers to AM3270. The AM3270 lines are listed in the “Names” column. To get
the names of the subdevices, enter the command NAMES LINE $linename, SUB ONLY.
STATS [ / OUT file-spec / ] [ LINE line-name | SU su-name ]
[ , RESET ] [ , SUB [ ONLY | ALL | NONE ] ]