
  PROCEDURE [XREF] amp$create_key_definition
    (    file_identifier: amt$file_identifier;
         key_name: amt$key_name;
         key_position: amt$key_position;
         key_length: amt$key_length;
         optional_attributes: ^amt$optional_key_attributes;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_identifier
*copyc amt$key_length
*copyc amt$key_name
*copyc amt$key_position
*copyc amt$optional_key_attributes
*copyc ost$status
?? POP ??
