The PROC-STATUS phase returns the return status from a MS SQL Server stored procedure. The return status is an integer value that typically indicates whether a stored procedure succeeded or failed; if a stored procedure fails, a code indicates why it failed. See your Microsoft SQL Server documentation for descriptions of the possible values for the return status.