  PROCEDURE [XREF] iop$queue_volume_assignment
    (    sfid: gft$system_file_identifier;
         label_type: amt$label_type;
         requested_density: rmt$density;
         requested_evsn: rmt$external_vsn;
         requested_rvsn: rmt$recorded_vsn;
         requested_volume_attributes: iot$requested_volume_attributes;
     VAR first_in_queue: boolean;
     VAR status: ost$status);


?? PUSH (LISTEXT := ON) ??
*copyc amt$label_type
*copyc gft$system_file_identifier
*copyc iot$requested_volume_attributes
*copyc ost$name
*copyc ost$status
*copyc rmt$density
*copyc rmt$external_vsn
*copyc rmt$recorded_vsn
?? POP ??
