CREATE_MESSAGE_MODULE initiation_menu$us_english


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

" PURPOSE:
"   This deck contains the command calls to create a menu message module
"   that is used by the procedure RAP$GET_INITIATION_OPTION.  The
"   messages are formatted for the RAP$PROMPT_VIA_MENU interface.
"
" 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 menus using message
"   module technology the message kinds are given new meanings.
"
"     The menu title is created as the brief help message.
"     The menu help is created as the full help message.
"     The menu selections are created as parameter prompt messages.
"     The menu selection help (optional) is created as a parameter help message.
"     The menu selection confirmation (optional) is created as a parameter
"     assist message.
"     The menu prompt is created as a parameter prompt message.
"
" NOTES:
*IFEND


CREATE_BRIEF_HELP_MESSAGE
+X2+N0Choose one of the following selections:+N+X2
**

CREATE_FULL_HELP_MESSAGE
+X2+N0Because you entered the INITIALIZE_SYSTEM_DEVICE (INISD) command in the
 system core command window, all NOS/VE permanent files have been erased
 from your disks.  You may now choose to install new software (selection 1)
 or activate the system for system console usage only (selection 2).
 Choose selection 2 to reload permanent files from tape backups.
+N+X2+N0To get help for a particular selection, enter the number of the selection,
 followed by a question mark.
 For example, to get help for selection 1, you would enter:
+N+X2+N2 1?+N+X2
**

CREATE_PARAMETER_PROMPT_MESSAGE n=install_installation_tape
+X2+P1.+X2Install the Installation Tape.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=console_usage_only
+X2+P1.+X2Activate the system for system console usage only.
+N7(Choose this selection if you need to restore permanent files.)
**

CREATE_PARAMETER_PROMPT_MESSAGE n=prompt
+X2+N0Enter selection or ? for HELP.
**

CREATE_PARAMETER_HELP_MESSAGE n=console_usage_only
+N0This selection causes the system to be activated for system console
 usage only.+X2Processing will be complete when you see the message:
+N+X2
+N2----- SYSTEM ACTIVATION COMPLETE -----
+N+X2
+N0This message will be followed by the NOS/VE slash (/) prompt at which time
 you may enter commands.+X2Typically, you will use the RESTORE_CATALOGED_FILES
 command to begin restoring your permanent files from a set of backup
 tapes.+X2To subsequently activate the system for
 production, enter the command
 ACTIVATE_PRODUCTION_ENVIRONMENT (ACTPE).
+N+X2
**

CREATE_PARAMETER_HELP_MESSAGE n=install_installation_tape
+X2+N0This selection causes the Installation Tape to be
 installed.+X2Mount the tape onto a configured tape unit.+X2(If you are
 using an unconfigured NOS/VE deadstart tape, you will have to unload
 the deadstart tape before you can mount the Installation
 Tape.)+X2Once installation of the tape is complete, you will be given the
 choice of activating the system for production or for system console usage only.
+N+X2
**

END_MESSAGE_MODULE

