ABL
|
Description
|
RUN STORED-PROCEDURE statement
|
Executes the stored procedure or send-sql- statement option and tells OpenEdge that the stored procedure has ended.
|
LOAD-RESULT-INTO phrase
|
Allows data from a result set that is returned for a foreign data source either through a stored procedure or a send-sql- statement option to be put into one or more temp-tables. Static, unprepared dynamic, and prepared dynamic temp-tables are supported. Only one result set can be returned when when using the send-sql-statement option.
Note: When using SQL statement(s) through a send-sql-statement option or stored procedure to load result sets into temp-tables, RUN STORED-PROC carries an implicit Run CLOSE-PROC statement. (The stored procedure's output parameters are available after the RUN STORED-PROC executes and closes the procedure.)
|
PROC-STATUS phrase
|
Reads the return value (optional).
|