
  PROCEDURE [XREF] rap$validate_for_installation
    (    product_list_p: ^clt$data_value;
         excluded_product_list_p: ^clt$data_value;
         force_reinstall: boolean;
         installation_tasks: rat$task_selections;
     VAR installation_control_record {input, output} : rat$installation_control_record;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc clt$data_value
*copyc ost$status
*copyc rat$installation_control_record
?? POP ??
