
  PROCEDURE [XREF] clp$get_day_name
    (    day_of_week: ost$day_of_week;
         full_form: boolean;
         natural_language: ost$natural_language;
     VAR day_name: ost$string;
     VAR status: ost$status);

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