
*copyc amt$local_file_name
*copyc amt$file_identifier
*copyc rat$installation_table
*copyc rat$header_record
*copyc rat$table_version
*copyc ost$status

PROCEDURE [XREF] rap$open_installation_table (table_file:  amt$local_file_name;
  VAR table_file_id: amt$file_identifier;
  VAR table: ^rat$installation_table;
  VAR header: ^rat$header_record;
  VAR version: ^rat$table_version;
  VAR status: ost$status);

