| 
       PROC-STATUS
       | 
| 
       DEFINE VARIABLE iStat AS INTEGER NO-UNDO.
        RUN STORED-PROCEDURE pcust (10, OUTPUT 0, OUTPUT 0). FOR EACH proc-text-buffer: END. CLOSE STORED-PROCEDURE pcust iStat = PROC-STATUS. DISPLAY iStat. | 
 For descriptions of the possible values for the return status of a non-ABL stored procedure, see the procedure's documentation.
For descriptions of the possible values for the return status of a non-ABL stored procedure, see the procedure's documentation.
   For more information on using this function, see the OpenEdge DataServer Guides (OpenEdge Data Management: DataServer for Microsoft SQL Server and OpenEdge Data Management: DataServer for Oracle).
For more information on using this function, see the OpenEdge DataServer Guides (OpenEdge Data Management: DataServer for Microsoft SQL Server and OpenEdge Data Management: DataServer for Oracle).