CP6100 I/O Process Programming Manual
CPTEST
CPTEST Error Messages
CPTEST ERROR MESSAGES
Below is a list of the CPTEST error messages. CPTEST error
messages indicate errors in the source code or in the commands
you enter interactively.
CAN'T OPEN 'OUT' FILE ERROR: <n>
CPTEST is unable to open the file you designated. <n>
is a file system error code.
Comma expected
This command requires you to enter a comma.
COMMAND RESERVED FOR INTERACTIVE USERS
You can enter the FC command only when you run CPTEST
interactively.
EDITREAD ERROR: <n>
An error occurred when reading the input file. <n>
is a file system error code.
EDITREADINIT ERROR <n> ON COMMAND FILE
The file specified has file code 101, but the call to
EDITREADINIT failed. <n> is a file system error code.
File name expected
CPTEST requires you to enter a file name in this command.
Hex text string must be an EVEN number of nibbles
When the text string you enter consists of a string of
hexadecimal digits, it must be an even number of digits
in length since it takes two digits to specify one byte.
IN AND OUT MUST BE THE SAME TERMINAL
If the input and the output you specify are both terminals
(that is, type 6), they must be the same device.
Illegal file name
You entered an illegal file name. Follow the normal
file naming conventions.
B-29