
  PROCEDURE [XREF] clp$get_month_name
    (    month_number: 1 .. 12;
         full_form: boolean;
         natural_language: ost$natural_language;
     VAR month_name: ost$string;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ost$natural_language
*copyc ost$status
*copyc ost$string
?? POP ??
