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:
-
The area or length or was not specified.
-
The area specified was not within the area available to the user
program.
-
The location specified to contain the length of the data to be
written was not available to the user program.
-
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.
-
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.
-
The location specified to contain the line length was not within
the area available to the user program.
-
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.
|