
  PROCEDURE [XREF] clp$determine_line_layout
    (    file_reference: fst$file_reference;
*IF NOT $true(osv$unix)
         record_type: amt$record_type,
         max_record_length: amt$max_record_length;
         line_number_present: boolean;
         line_number: amt$line_number;
         statement_identifier_present: boolean;
         statement_identifier: amt$statement_identifier;
*IFEND
     VAR line_layout: clt$line_layout;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*IF NOT $true(osv$unix)
*copyc amt$line_number
*copyc amt$max_record_length
*copyc amt$record_type
*copyc amt$statement_identifier
*IFEND
*copyc clt$line_layout
*copyc fst$file_reference
*copyc ost$status
?? POP ??
