Hello, I need to execute a Stored Procedure (SP) loaded in a Teradata Database. This Stored Procedure return the status of execution, and I need to take this status to determine the next steps in my workflow. I execute the SP using: proc sql; execute (call bd.procedure_name(status_var)); ... Is there any way to take the value of 'Status_var'? Thank you very much in advance Regards, Beatriz
... View more