PROC IMPORT DATAFILE = 'C:\Users\TSE\s208034\Vegas_edit.dat'
OUT = Vegas DBMS = TAB REPLACE;
DATAROWS=1;
DELIMITER=' ; ';
GETNAMES=NO;
INPUT country $ review $ hotel_review $ help_vote $ score $ stay $ type $ pool $ gym $ tennis $ spa $ casino $ internet $ name $ stars $ rooms $ user $
member $ date $ month $ weekday;
RUN;
I want to input the dataset that is dat file with semicolon and add variable name
can someone tell me where is wrong and teach me pls