
  PROCEDURE [XREF] nap$acquire_specific_connection
    (    system_job_name: jmt$system_supplied_name;
         server: nat$application_name;
         file: fst$file_reference;
         attributes: ^nat$create_attributes;
         wait_time: nat$wait_time;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc fst$file_reference
*copyc jmt$system_supplied_name
*copyc nat$application_name
*copyc nat$create_attributes
*copyc nat$wait_time
*copyc ost$status
?? POP ??
