EMS Manual

Compiled Filters
EMS Manual426909-005
5-53
Compiler Errors and Warnings
Cause. The size and offset of the indicated field is too large to be the value of the
indicated token. The compiler cannot detect this condition if the token is of variable
length and not extensible.
Effect. The command is not executed.
Recovery. Check that the end of field falls within the token’s value by modifying the
field or the token appropriately.
Cause. The indicated entity is the name of a token or the name of a subsystem ID
rather than the name of a Boolean variable as expected.
Effect. The command is not executed.
Recovery. Check that Boolean variables are provided to the compiler when needed.
Cause. The indicated name is undefined or not of the correct form.
Effect. The command is not executed.
Recovery. Check that you reference a defined, correct subsystem descriptor name.
Cause. The indicated token should be extensible, but the map was rejected by the
SSNULL procedure with err.
Effect. The command is not executed.
Recovery. For a description of SSNUL, see the SPI Programming Manual.
Cause. The token data type indicates that the token is an extensible one, but there
was no accompanying map structure.
Effect. The command is not executed.
Recovery. Provide a map structure to accompany any extensible tokens.
Cause. The token is used as an extensible token, but the size of the map information
is greater than 4000-bytes.
*** Error *** Expected a Boolean variable
*** Error *** Expected a subsystem descriptor name
*** Error *** Expected a valid token: bad map (error err
on SSNULL)
*** Error *** Expected a valid token: data type is map but
none was given
*** Error *** Expected a valid token: map structure is too
large