SYMBOL declaration missing.

#4001   Compile-time error or run-time catchable error

SYMBOL declaration missing.

Additional Information

The program contains 'X' '%y's but has no SYMBOL declaration.
    where X is the number of times a counter is printed with the %y format item.

Explanation

A program which contains a %y format item must contain an associated symbol declaration.