Resolution:
Correct the code; then recompile.
Example:
In the following example, the INSTANCE OF references the dt operand as type string, but it is defined as a type System.DateTime.
01 dt type System.DateTime.
01 i1 binary-long.
if dt instance of string *>type System.DateTime
display "Pass"
end-if