COBSQ0411 token is not a table of null indicator variables.

Restriction: This topic applies to Windows environments only.

The SQL Option preprocessor was expecting the token displayed to be a null indicator or a null indicator table.

Correct the SQL statement and recompile the program. If you are using a null indicator table, make sure you do not use the group-name. For example, if the following is a definition of a null indicator table:

01 staff-null-tbl.

03 staff-null-ind occurs 7 times pic s9(04) comp.

You should specify staff-null-ind instead of staff-null-tbl in your query.