There are number of parameters which are mandatory in the case of procedures and each of these parameters has a specific job associated wi...
There are number of parameters which are mandatory in the case of procedures and each of these parameters has a specific job associated with it.
- Errorbuf: This is the parameter used for returning error messages and for sending that to log file.
- Retcode: This is the parameter capable of showing the status associated with a procedure. 0, 1 and 2 are the status displayed by this parameter. 0 is used for indicating completed normal status, 1 defines completed warning status and 2 is the one denoting completed with error.