ABL
|
Description
|
RUN STORED-PROCEDURE statement
|
Executes the stored procedure or send-sql- statement 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 to be put into one or more temp-tables. Static, unprepared dynamic, and prepared dynamic temp-tables are supported.
Pass as many temp-tables as result set instances are returned by SQL statements in your Send-SQL or RUN STORED-PROC definition.
Note: When using SQL statement(s) through a send-sql-statement 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).
|