how can u import .csv file in to SAS?tell Syntax?
Answer Posted / swaroop
proc import datafile="f:\x.csv"
out= x dbms=csv;
run;
proc print;
run;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Enlist the functions performed by sas.
for report generation which one you used proc report or data_null_?
what is the difference between nodup and nodupkey options? : Sas programming
If a variable contains only numbers, can it be a character data type?
describe the interaction table in sas di? : Sas-di
Mention few capabilities of sas framework.
Why double trailing @@ is used in input statement?
What is the basic structure of the SAS base program?
what is the use of proc contents and proc print in sas? : Sas-administrator
Name types of category in which SAS Informats are placed?
How can sas program be validated?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Differentiate between ceil and floor functions.
what r the job openings SAS for fresher graduates !
How many data types are there in SAS?