Answer Posted / april
proc cimport procedure allows us to convert a binary format
data into SAS dataset.
Syntax:
proc cimport infile= <binary format file> data=<dataset
name>;
run;
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Have you ever used the SAS Debugger?
What do the PUT and INPUT functions do?
What are the difference between sas functions and procedures?
What are the data types does SAS contain?
How to read an input file in sas?
What versions of SAS have you used (on which platforms)?
Describe crosslist option in tables statement?
what is operational data and operational system? : Sas-di
which features do you use to check the data validations and errors? : Sas-administrator
What do you understand by the term Normal Distribution?
How do you add a number to a macro variable? : sas-macro
What do the put and input function do?
Compare sas with other data analytics tools.
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what is sas and what are the functions? : Sas-administrator