Library /sys$common/syshlp/basichelp.hlb RETRY *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The RETRY statement clears an error condition and re-executes the statement that caused the error inside a protected region of a WHEN block. Example HANDLER err_hand IF ERR = 50 THEN RETRY ELSE CLOSE #2 END IF END HANDLER
Additional Information (explode) :
|