Hello,
> The raw data file Hotel.dat ...
You should start with importing that data into SAS.
But a .dat extension is very generic. It tells us nothing about the way the file is constructed.
I guess it's just plain text here. If it's plain text, then import with PROC IMPORT or a data step with INFILE (the latter option is probably the best).
Kind regards, Koen
... View more