Posted: Fri Mar 30, 2007 7:38 am
You can only execute stored procedures form native api stages. Any return values will be either ignored and or the stored procedure wont run.
Its better to create a small script that fires off your stored procedure and gets the return code. This way you can fire off the script in the before/after job routine ExecSH.
Its better to create a small script that fires off your stored procedure and gets the return code. This way you can fire off the script in the before/after job routine ExecSH.