CREATE_MESSAGE_MODULE ram$pacs_messages$us_english


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

" PURPOSE:
"   This deck contains the command calls to create the package software
"   messages module.
"
" 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 messages to display
"   using message module technology the parameter prompt messages are used
"   as the displaying messages.
*IFEND

CREATE_PARAMETER_PROMPT_MESSAGE n=backup_complete
+N +P1 backed up to +P2.
**

CREATE_PARAMETER_PROMPT_MESSAGE n=deleted_catalog
+N Deleted +P1.
**

END_MESSAGE_MODULE

