What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / sankar
using proc import procedure
synatax :for text file
proc import datafile='path' out=datasetname
dbms=dlm;
delimiter='specific delimiter';
run;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
what r the job openings SAS for fresher graduates !
for report generation which one you used proc report or data_null_?
what is factor analysis? : Sas-administrator
what is ae onset date n what is RDS
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
Describe the ways in which you can create a macro variable?
What is the use of %include statement?
for whom is sas data integration studio designed? : Sas-di
What is the difference between %local and %global? : sas-macro
What versions of SAS have you used (on which platforms)?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
what are the benefits of data integration? : Sas-di
Approximately what date is represented by the SAS date value of 730?