TACL Reference Manual

Error Messages
HP NonStop TACL Reference Manual429513-018
B-34
TACL Error Messages
Cause. You supplied a token map with a format that TACL does not understand. The
token map is probably invalid, corrupted, or includes some new feature unknown to this
RVU of TACL.
Effect. The requested operation is ignored.
Recovery. Examine the token map and repair as the situation indicates.
Cause. In an #SSxxx function, you supplied a token map and a structure whose data
area was smaller than that described by the token map.
Effect. The requested operation is ignored.
Recovery. Ensure that the STRUCT has a large enough data area to accommodate
the requirements of the token map.
Cause. The indicated text is too long for the context in which it is being used.
Effect. The requested operation is ignored.
Recovery. Shorten the text.
Cause. You entered too many arguments for the request; for example, SETMANY
allows not more than 100 variables.
Effect. The requested operation is ignored.
Recovery. Delete the excess arguments.
Cause. You specified more options than are allowed.
Effect. The requested operation is ignored.
Recovery. Delete the additional options and reissue the request
*ERROR* Token map contains a specification unknown to TACL
*ERROR* Token map would overflow its STRUCT
*ERROR* Too long
*ERROR* Too many arguments
*ERROR* Too many options