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
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Describe the function and utility of the most difficult SAS macro that you have written?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
name some data transformation used in sas di? : Sas-di
For what purposes have you used sas macros? : sas-macro
How do dates work in SAS data?
what is the use of proc contents and proc print in sas? : Sas-administrator
what is sas business intelligence? : Sas-bi
What is the difference between input and infile statement?
What are the applications primarily used by business analyst? : Sas-bi
Describe 5 ways to do a “table lookup” in SAS?
Explain data_null_?
What does P-value signify about the statistical data?
explain the key concept of sas? : Sas-administrator
how would you determine the number of missing or nonmissing values in computations? : Sas programming