MPE/iX Error Messages Manual Vol 1 (32650-90878)

262 Chapter3
Command Interpreter
(CIERR) 1901-12256
redirected input when it is not the terminal.
9000 MESSAGE END OF FILE ENCOUNTERED. (CIERR 9000)
CAUSE During a second-level CI interaction, an EOF was hit on
an FREAD to $STDIN.
ACTION Enter ":" or ":EOD" at the prompt.
9001 MESSAGE THE INPUT VARIABLE NAME EXCEEDS THE MAXIMUM
LENGTH ALLOWED. (CIWARN 9001)
CAUSE The input variable exceeded 255 characters.
ACTION Make sure there is a delimiter after the variable name.
Make sure the variable name was typed correctly.
9002 MESSAGE THE EDIT CAUSES THE COMMAND LINE TO EXCEED
MAXIMUM LENGTH ALLOWED. (CIWARN 9002)
CAUSE The REDO edit caused the command line to exceed the
maximum length of 279 characters.
ACTION Limit the command line entry to less than 279 characters.
9003 MESSAGE THE INPUT TIMED READ HAS EXPIRED. (CIWARN
9003)
CAUSE The timeout interval set on the input command has
expired.
ACTION No action is required, unless you did not want the input
command to time out.
9004 MESSAGE PRINT OUTPUT HAS BEEN TRUNCATED TO 270
CHARACTERS. (CIWARN 9004)
CAUSE The printed output line exceeded the maximum line
length of 270 characters. This line length equals the record
size of the file being printed.
9005 MESSAGE UNEXPECTED END OF FILE ENCOUNTERED. (CIERR
9005)
CAUSE An unexpected end of file condition occurred.
ACTION Examine the file using a text editor to ensure that the
whole file is there. Then reenter the command.
9006 MESSAGE EXPECTED A "YES" OR "NO" RESPONSE. (CIERR
9006)
CAUSE The response entered was not yes or no.
ACTION Respond with either yes or no.
9007 MESSAGE INVALID MESSAGE LEVEL - EXPECTED 0, 1, 2.
(CIWARN 9007)
CAUSE The message level specified was not 0, 1, or 2.