CREATE_MESSAGE_MODULE inidd_activation$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_ACTIVATION_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+N0Your system activation choices are:+N+X2
**

CREATE_FULL_HELP_MESSAGE
+X2+N0You have completed the installation of the Installation Tape.+X2You may now
 activate the system in order to continue with the installation or activate it
 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.
+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 to continue with the installation.
**

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

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 so that you
 may continue with the installation.+X2The tasks and processes
 necessary for installation will be activated.+X2Since only the
 Installation Tape has been loaded, general system functionality
 is still limited.
+N+X2
**

CREATE_PARAMETER_HELP_MESSAGE n=console_usage_only
+N0This selection causes the system to be activated for system console
 usage only.+X2To subsequently activate the system to continue
 with the installation, enter the command
 ACTIVATE_PRODUCTION_ENVIRONMENT (ACTPE).
+N+X2
**

END_MESSAGE_MODULE
