
  PROCEDURE [XREF] osp$get_families_for_client
    (    client_binary_id: pmt$binary_mainframe_id;
         p_family_list { output } : ^array [1 .. * ] of ost$family_name;
         p_access_list { output } : ^array [1 .. * ] of dft$family_access;
     VAR family_count: 0 .. dfc$max_family_ptr_array_size);

?? PUSH (LISTEXT := ON) ??
*copyc dft$family_access
*copyc dft$served_family_table_index
*copyc ost$user_identification
*copyc pmt$binary_mainframe_id
?? POP ??
