{
{   The purpose of this request is to get the name of the specified month
{ These names are kept on "month and day name" message modules (on an object
{ library in the command list).
{
{       CLP$GET_MONTH_NAME (MONTH_NUMBER, FULL_FORM, NATURAL_LANGUAGE,
{         MONTH_NAME, STATUS
{
{ MONTH_NUMBER: (input)  This parameter specifies the number (1..12) of the
{       month 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 month can be found in the requested natural
{       language, US_English is used.
{
{ MONTH_NAME: (output)  This parameter specifies the returned month name.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: cle$bad_month_number
{                   ose$bad_natural_language
{
