{
{   The purpose of this request is to get the name, status severity,
{ diagnostic severity and message template for a status condition code.
{
{   The libraries in the command list are searched for a message module
{ containing the desired condition code.  If such a module is found but the
{ module's natural language is not the one currently selected for the job, the
{ search continues.  If no module in the desired natural language is found,
{ but a module in the default natural language (US_English) was found, it is
{ used.  If still no information for the condition code can be found, defaults
{ are returned (see the individual parameter descriptions, below).
{
{       OSP$GET_STATUS_MESSAGE_BY_CODE (CONDITION_CODE, CONDITION_NAME,
{         STATUS_SEVERITY, DIAGNOSTIC_SEVERITY, MESSAGE_TEMPLATE, STATUS)
{
{ CONDITION_CODE: (input)  This parameter specifies the condition code to be
{       searched for.
{
{ CONDITION_NAME: (output)  This parameter specifies the name of the
{       condition.  If the condition code could not be found, the name
{       'UNKNOWN_CONDITION' is returned.
{
{ STATUS_SEVERITY: (output)  This parameter specifies the status severity of
{       the condition.  If the condition code could not be found,
{       OSC$ERROR_STATUS is returned.
{
{ DIAGNOSTIC_SEVERITY: (output)  This parameter specifies the diagnostic
{       severity of the condition.  If the condition code could not be found,
{       OSC$ERROR_SEVERITY is returned.
{
{ MESSAGE_TEMPLATE: (output)  This parameter specifies the pointer to the
{       message template for the condition.  If the condition code could not
{       be found, NIL is returned.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: none
{
