Terminal Read Processing

Overview of Messages

TAR0001 | TAR0002 | TAR0003 | TAR0004 | TAR0005

TAR0001 Invalid area or length specified in READ function
Explanation:

Self-explanatory message.

System action:

The user program is abnormally terminated with an online dump.

Appl. programmer info:

R1 contains the location of the parameter list for the READ function. The first word in the list contains the location of the area parameter. The second word contains the location of the length parameter.

Terminal operator info:

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


TAR0002 READ issued after READS without reset
Explanation:

This message is associated with the READS or READSR functions. It indicates that the user program issued a READR function after a READ function without issuing an intervening WRT function.

System action:

The user program is abnormally terminated with an online dump.

Appl. programmer info:

Either correct the logic of the program to issue a WRT function between the two READ functions or remove the superfluous READ function.

Terminal operator info:

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


TAR0003 Invalid delimiter list specified in READ or READS function
Explanation:

Self-explanatory message.

System action:

The user program is abnormally terminated with an online dump.

Appl. programmer info:

R1 in the dump contains the location of the parameter list for the READ or READS function. The fourth word in the list contains the location of the delimiter list parameter.

Terminal operator info:

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


TAR0004 Invalid remaining data specified in READ or READS function
Explanation:

This message is associated with the READ / READS functions and indicates that the location specified to contain the number of bytes remaining to be read was not within the area available to the user program.

System action:

The user program is abnormally terminated with an online dump.

Appl. programmer info:

R1 in the dump contains the location of the parameter list for the READ or READS function. The third word in the list contains the location of the remaining data parameter.

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.


TAR0005 Get for intermediate read buffer failed
Explanation:

During READxx processing, an intermediate buffer must be gotten internally. The attempt to get this buffer failed.

System action:

The user program is abnormally terminated with a dump.

System programmer info:

A fixed buffer pool manager message will have been issued prior to this message indicating why the request failed. Determine from this message why the request failed and take corrective action based on this.