
  PROCEDURE [XREF] clp$convert_date_time_to_string
    (    date_time: clt$date_time;
         format: clt$date_time_form_string;
     VAR str: ost$string;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc clt$date_time
*copyc clt$date_time_form_string
*copyc ost$status
*copyc ost$string
?? POP ??
