CREATE_MESSAGE_MODULE jobs_recov_prompts$us_english


*IF $variable(rav$proc_doc,declared)<>'UNKNOWN'

" PURPOSE:
"   This deck contains the command calls to create a prompt message module
"   that is used by RAP$GET_JOBS_RECOVERED_OPTION. Modules are formatted for
"   use by the RAP$PROMPT_FOR_VALUE and DISPLAY_MESSAGE interfaces.
"
" DESIGN:
"   The function of a message module is to provide help for a user executing
"   commands interactively.  Therefore the kinds of messages found in a
"   message module reflect that purpose.  In setting up value prompts using
"   message module technology the message kinds are given new meanings.
"
"     The value prompts are created as parameter prompt messages.  The value
"     prompts help (optional) is created as a parameter help message.
"
" NOTES:
"   Things to do when SIU is implemented:
"     All occurrences of 'BASE_1 tape' should be replaced by 'Installation Tape'.
*IFEND

CREATE_PARAMETER_PROMPT_MESSAGE n=activate_system
+X2+N+X2+N0Your system has recovered some jobs.+X2Because of this, installation
 options (to install a BASE_1 tape or install deferred files) are NOT allowed.
+N+X2+N+X2+N0Do you want to activate the system?+X2(Enter YES, NO, or ?)
**

CREATE_PARAMETER_HELP_MESSAGE n=activate_system
+X2+N0No installation options are allowed in order to prevent system software from
 being changed while jobs are running.+X2Your options are:
+N+X2+N0Enter:
+N+X2+N2YES+X4to activate the system for general use.
+N2NO+X5to enter operator command mode or if you intended to install
+N9software.
+N+X2+N0If you answer YES or Y, the system will be activated for general use.
+N+X2+N0If you answer NO or N, the system will be placed in operator command mode.+X2To
 install software, respond with NO and perform either step below:
+N+X2+N1 1. Terminate the recovered jobs and perform another deadstart.
+N1 2. Re-deadstart the system with operator intervention.  Set the
+N5JOB_RECOVERY_OPTION system attribute to 3 to prevent recovery of the
+N5jobs.
+N+X2+N
**

END_MESSAGE_MODULE
