{
{   The purpose of this request is to get the name of the specified day of the
{ week.  These names are kept on "month and day name" message modules (on an
{ object library in the command list).
{
{       CLP$GET_DAY_NAME (DAY_OF_WEEK, FULL_FORM, NATURAL_LANGUAGE, DAY_NAME,
{         STATUS
{
{ DAY_OF_WEEK: (input)  This parameter specifies the day of the week whose
{       name is desired.
{
{ FULL_FORM: (input)  This parameter specifies whether the "full" form of the
{       name is to be returned (TRUE) or the name's abbreviation (FALSE).
{
{ NATURAL_LANGUAGE: (input)  This parameter specifies the natural language in
{       which the name is to be returned.  Osc$null_name can be used to
{       specify the job's currently selected natural language.  If no
{       definition for the day can be found in the requested natural language,
{       US_English is used.
{
{ DAY_NAME: (output)  This parameter specifies the returned day name.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: ose$bad_day_of_week
{                   ose$bad_natural_language
{
