%include "hotel_cc.sas"; filename ein "example.dat"; data examp; infile ein; input aff_stat first_1 first_2 second_1 second_2; run; %hotel_cc(examp,aff_stat,2,first second,RESULT.OUT);