
  PROCEDURE [XREF] stp$create_ast_entry ALIAS 'STAACRE'
    (    set_name: stt$set_name;
         unique_set: stt$unique_set_name;
         master_vol: rmt$recorded_vsn;
         master_internal_vsn: dmt$internal_vsn;
         active_volume_table_index: dmt$active_volume_table_index;
         set_owner: ost$user_identification;
         access_status: stt$access_status;
         dm_packet_storage: stt$dm_packet_storage;
     VAR ast_index: stt$ast_index;
     VAR create_entry_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$ast_index
*copyc stt$dm_packet_storage
*copyc stt$set_name
*copyc stt$unique_set_name
?? POP ??
