Ansicht
Dokumentation

SQL7050 - Result sets are not available from procedure &1 in &2. ( OS/400 )

SQL7050 - Result sets are not available from procedure &1 in &2. ( OS/400 )

ABAP Short Reference   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by IBM.
SAP E-Book


Message : SQL7050
Result sets are not available from procedure &1 in &2.

Message Long Text :

Cause . . . . . : An SQL CALL statement was performed for procedure &1 in &2. It opened &3 result sets, but all were closed before they could be processed. This can be caused by the ending of an activation group, or by some other function that closes SQL cursors, such as a Reclaim Resources (RCLRSC) CL command. This can also happen if the procedure contains a SET RESULT SETS statement, and an error occurred on that statement.
Recovery . . . : If the procedure was created with *NEW as the activation group, change it to *CALLER or a named activation group. Remove any functions that might be closing SQL cursors. If the procedure contains the SET RESULT SETS statement, make sure it completes successfully and does not identify cursors that are not open.

Message File : QSQLMSG
Library Message File : QSYS2924


ABAP Short Reference   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by IBM.

Length: 3236 Date: 20240424 Time: 012318     sap01-206 ( 2 ms )