
  PROCEDURE [XREF] stp$ring2_create_set ALIAS 'STAICR2'
    (    requested_set: stt$set_name;
         requested_master_vol: rmt$recorded_vsn;
         master_internal_vsn: dmt$internal_vsn;
         requested_set_owner: ost$user_identification;
         access_status: stt$access_status;
         active_volume_table_index: dmt$active_volume_table_index;
         root_recreated: boolean;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc dmt$active_volume_table_index
*copyc dmt$internal_vsn
*copyc ost$status
*copyc ost$user_identification
*copyc rmt$recorded_vsn
*copyc stt$access_status
*copyc stt$set_name
?? POP ??
