Note the following situations in which error conditions related to the use of LOAD-RESULT-INTO are reported:
If you try to execute the
CLOSE STORED-PROC statement after the
Run STORED-PROC statementfor which you have defined the
LOAD-RESULT-INTO function, the following error message appears:
The system generates either of the previous error messages as it assumes a second CLOSE STORED-PROC statement has been incorrectly executed in the current implementation.
For more information about the enhanced stored procedure functions and statements, see
Table 22.