CREATE_MESSAGE_MODULE normal_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_NORMAL_OPTION.  The module is
"   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+N0This menu shows your options for either installing software or
 activating the system.  Processing 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.
+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=production_usage
+X2+P1.+X2Activate the system for production.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=console_usage_only
+X2+P1.+X2Activate the system for system console usage only.
**

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

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

CREATE_PARAMETER_HELP_MESSAGE n=production_usage
+X2+N0This selection causes the system to be activated for general
 use.+X2If the network is configured and has been enabled (by the
 NETWORK_ACTIVATION system attribute), all of the tasks and applications
 associated with it will be activated.+X2In a dual-state mainframe, the
 tasks used to communicate with the 170 partner system will be activated.
 +X2Activating the system makes the mainframe available to users.+N+X2
**

CREATE_PARAMETER_HELP_MESSAGE n=console_usage_only
+N0This selection causes the system to be activated for system console
 usage only.+X2This means that the mainframe will not be
 available to users other than the system console operator.+X2One reason
 to do this might be to restore permanent files on a disk device that has
 just been put online.+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.+X2Typically, this is done only during the installation of a new NOS/VE
 release.+X2Once the Installation Tape has been installed, the system will be
 activated for system console usage only.+X2(You will not be prompted for a system
 activation choice.)+X2This
 means that the mainframe will not be available to users other than
 the system console operator.+X2This is done to prevent users from accessing
 the system until the installation is complete.
+N+X2
**

END_MESSAGE_MODULE
