{
{   The purpose of this request is to find  the  code,  severity  and  message
{ template for a status condition name within a help module.
{
{       OSP$FIND_STATUS_MESSAGE_BY_NAME (HELP_MODULE, CONDITION_NAME,
{         CONDITION_CODE, CONDITION_SEVERITY, MESSAGE_TEMPLATE, STATUS)
{
{ HELP_MODULE: (input) This parameter specifies the pointer to the help module
{       that is to be searched.
{
{ CONDITION_NAME: (input) This parameter specifies the status  condition  name
{       to be searched for.
{
{ CONDITION_CODE:  (output)  This  parameter  specifies the code of the status
{       condition.  If no code for the status  condition  could  be  found  in
{       the help module, zero is returned.
{
{ CONDITION_SEVERITY: (output) This parameter specifies the  severity  of  the
{       status  condition.   If  no severity for the status condition could be
{       found in the help module, OSC$ERROR_STATUS is returned.
{
{ MESSAGE_TEMPLATE:  (output)  This  parameter  specifies  the  pointer to the
{       template for the message.  If no  message  for  the  status  condition
{       could be found in the help module, NIL is returned.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{
