700 - 725, Dynamic SQL error conditions PCB-00700: This statement can only be used with DYNAMIC=ANSI

700 - 725, Dynamic SQL error conditions PCB-00700: This statement can only be used with DYNAMIC=ANSI

Cause: One of the following statements was used without specifying DYNAMIC=ANSI: o EXEC SQL ALLOCATE or DEALLOCATE or GET or SET DESCRIPTOR o EXEC SQL DESCRIBE OUTPUT or INPUT ... USING ... lamp;lt;lamp;nbsp;descriptor namelamp;gt; o EXEC SQL EXECUTE ... INTO ... o EXEC SQL EXECUTE ... USING... lamp;lt;lamp;nbsp;descriptor namelamp;gt; o EXEC SQL OPEN ... INTO ... o EXEC SQL OPEN ... USING... lamp;lt;lamp;nbsp;descriptor namelamp;gt; o SCROLL in DECLARE CURSOR o EXEC SQL FETCH lamp;lt;lamp;nbsp;orientationlamp;gt; ... where lamp;lt;lamp;nbsp;orientationlamp;gt; is NEXT, PRIOR, FIRST, LAST, ABSOLUTE, or RELATIVE

Action: Specify DYNAMIC=ANSI or remove statement(s) like those above.

No comments:

Post a Comment