in excel column a labelled as AB 123 acceptor a182 X SAS 1 sas to accept
Answers
Answered by
0
Answer:
proc import datafile="cars. txt" out=mydata dbms=tab replace; getnames=yes; run; Or if you wish to treat your tab-delimited file with variable names as a generic “delimited” file, you change the dbms option and indicate what the delimiter is. proc import datafile="cars.
Explanation: MARK ME AS BRAINLIEST
Similar questions