
  PROCEDURE [XREF] amp$get_nested_file_definitions
    (    file_identifier: amt$file_identifier;
     VAR definitions: amt$nested_file_definitions;
     VAR nested_file_count: amt$nested_file_count;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_identifier
*copyc amt$nested_file_count
*copyc amt$nested_file_definitions
*copyc ost$status
?? POP ??
