Resolution:
Correct the code; then recompile.
Example:
The following example shows code that would throw this error.
01 i1 binary-long.
if i1 = 1
entry "StrangeEntryPoint"
declare i2 as binary-long = 3
display i1
end-if