
  PROCEDURE [XREF] fmp$expand_file_label (p_file_label: fmt$p_file_label;
        expand_label: boolean;
    VAR job_label: ^SEQ ( * );
    VAR job_label_size: jmt$system_label_info_length;
    VAR ring_attributes: amt$ring_attributes;
    VAR ring_attributes_source: amt$attribute_source;
    VAR file_previously_opened: boolean;
    VAR expanded_label: bat$static_label_attributes;
    VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fmt$file_label
*copyc jmt$system_label_info_length
*copyc bat$static_label_attributes
*copyc ost$status
?? POP ??
