Terminal Output Services

Overview of Messages

TAW0001 | TAW0002 | TAW0003 | TAW0004 | TAW0005 | TAW0006

TAW0001 Invalid area, length/line length in WRT/WRTS function
Explanation:

This message is associated with the WRT or WRTS functions. It indicates that one or more of the following conditions prevented the successful execution of a WRT or WRTS function:

  1. The area or length or was not specified.

  2. The area specified was not within the area available to the user program.

  3. The location specified to contain the length of the data to be written was not available to the user program.

  4. The value specified for the length of the data to be written was negative or greater than the maximum buffer length for the device to which the data should be sent.

  5. The value specified for the length, when added to the area specified, resulted in a location that was not within the area available to the user program.

  6. The location specified to contain the line length was not within the area available to the user program.

  7. The value specified for line length was negative or zero.

System action:

The user program is abnormally terminated with a Com-plete online dump.

Terminal operator info:

This error was caused by the application program. Seek the assistance of the application programmer responsible for the failing program.

Appl. programmer info:

R1 in the dump contains the location of the parameter list for the WRT or WRTS. The first word in the list contains the location of the area parameter. The second word points to the length parameter. Word 3 contains the location of the line length parameter in the WRT function.


TAW0002 Amount of data to be written was too large for terminal
Explanation:

This message is associated with the WRT or WRTS functions. It indicates that the data written was too long for the device to which it should have been sent because:

  1. The value specified for the length was too large.

  2. The data, when added to the control characters inserted by Com-plete , had a combined length too large for the receiving device. This can happen when the data contained too many new-line symbols.

  3. Too many new-line symbols were embedded in the data.

System action:

The user program is abnormally terminated with a Com-plete online dump.

Terminal operator info:

This error was caused by the application. Seek the assistance of the programmer responsible for the program in use when the error occurred.

Appl. programmer info:

R1 in the dump contains the location of the parameter list for the WRT WRTS function. The second word in the list contains the location of the length parameter. Refer to the appropriate hardware manual for information about the device characteristics of each terminal type.


TAW0003 Invalid data specified in WRT or WRTS function
Explanation:

This message is associated with a WRT/ WRTS function. It indicates that the data to be written contained one or more invalid control characters.

System action:

The user program is abnormally terminated with a Com-plete online dump.

Terminal operator info:

This error was probably caused by the application program. Seek the assistance of the application programmer responsible for the program in use when the error occurred.

Appl. programmer info:

Remove the invalid control character(s) from the data to be written. Refer to the appropriate hardware manual for information about the control characters accepted by the terminal in use.


TAW0004 Permanent I/O error occurred while writing to terminal
Explanation:

This message is associated with the WRT function. It indicates that a permanent I/O error occurred while Com-plete was writing to a terminal.

System action:

The user program is abnormally terminated with a Com-plete online dump.

Terminal operator info:

This error was probably caused by a hardware failure. Notify the application programmer responsible for the failing program.

System programmer info:

Check the Com-plete log for messages related to this error.

Appl. programmer info:

Notify the Com-plete system programmer.


TAW0005 Tid=$1 Pgm=$2 terminal write error
Explanation:

This message is associated with Com-plete terminal WRITE functions and indicates that one or more of the following conditions exist:

  1. The application program retried a terminal write error unsuccessfully.

  2. The terminal is turned off.

  3. The terminal has hardware problems.

System action:

The application program continues to process.

Computer operator info:

If this message appears frequently, cancel TID $1. This will stop the messages. Notify the terminal operator that a problem exists with the terminal so the terminal user won't keep trying to execute the program.

Appl. programmer info:

To avoid having this message written repeatedly to the log device (or console if there is no log device), check the return code received from the WRITE function and take appropriate action.


TAW0006 Invalid write option by attached program
Explanation:

This message is associated with the Com-plete terminal WRITE function and indicates that the attached program used a writ option that is not supported for attached programs.

System action:

The program is abnormally terminated with a Com-plete online dump.

Terminal operator info:

The appearance of this message indicates an error in the program. Notify the person responsible for the application program.