Table 2–18 Qualifiers for TEST Control
Qualifier
Function
/PASSCOUNT:n
n is a decimal number from 0 to MAXINT. When n is 0, the
passcount is infinite.
/NOTRACE
Disables the test traces.
/COE
Continues on error.
/NOCONFIRM
Disables the test confirmation on destructive tests.
/EXTENDED
Enables extended error reports.
/NOSTATUS
Disables status messages and reports.
/LIST
Lists the available tests, but does not run them.
When you do not supply the qualifier(s), TEST runs all the nonextended tests
(except those that require confirmation).
2.8.17 X(transfer)
X is used by automatic systems communicating with the console. X is not
intended for use by operators.
X loads or unloads the count of bytes beginning at the specified address.
When the high-order bit of the count longword is 1, the data is read from physical
memory to the console terminal. When the high-order bit of the count longword
is 0, the data is written from the console terminal to physical memory.
The X syntax is:
X address-spec count
Return
data-stream checksum
The address-spec is a hexadecimal number that specifies a physical address.
The count is an 8-bit hexadecimal number that specifies a number of bytes.
The data-stream contains the bytes to be transferred by X. The checksum is a
2-digit hexadecimal number that specifies the 2’s complement checksum of the
data-stream. The checksum verifies the data-stream.
Cabinet and Component Descriptions 2–21