 PROCEDURE fsp$get_open_attributes (file_identifier:
    amt$file_identifier;
    VAR file_cycle_attributes {input, output} : fst$file_cycle_attributes;
    VAR status: ost$status);

{ Content of proc will be code which will externalize the types of the
{ formal parameters.}
{ The system will provide gated interfaces which return the information in one
{ or more sequences.}

  PROCEND fsp$get_open_attributes;

?? PUSH (LISTEXT := ON) ??
*copyc amc$condition_code_limits
*copyc ame$attribute_validation_errors
*copyc ame$improper_file_id
*copyc ame$ring_validation_errors
*copyc amt$file_identifier
*copyc fst$file_cycle_attributes
*copyc ost$status
?? POP ??
