.BEGIN RECOVERY
This subroutine changes the current application to the 'Recovery Processing' phase.
Usage:
GOSUB --- .BEGIN RECOVERY
* Check for errors
IF --- .BEGIN RECOVERY NE
Description:
This subroutine changes the current application to the 'Recovery Processing' phase. No parameters are required.
This should be invoked as an Optional Child and the Parent Disposition should be End After. A MENU statement with the proper application ID and a blank process name should be defined in the Post Invocation event point of the Optional Child invocation. This will cause the Recovery menu for that application to display to the end user after the operational phase is changed.
You must have identified one of your menus with an Operational Phase Startup of 'RECOVERY PROC', otherwise this routine does nothing.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2012-02-02