8.1 psb_errpush — Pushes an error code onto the error stack

call psb_errpush(err_c, r_name, i_err, a_err)

Type:
Asynchronous.
On Entry
err_c
the error code
Scope: local
Type: required
Intent: in.
Specified as: an integer.
r_name
the soutine where the error has been caught.
Scope: local
Type: required
Intent: in.
Specified as: a string.
i_err
addional info for error code
Scope: local
Type: optional
Specified as: an integer array
a_err
addional info for error code
Scope: local
Type: optional
Specified as: a string.