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 metadata? : Sas-bi
explain what is factor analysis? : Sas-administrator
how to debug and test the sas program? : Sas-administrator
describe about metadata object? : Sas-di
Explain bmdp procedure?
For what purposes have you used sas macros? : sas-macro
What are the data types does SAS contain?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
explain the difference between proc means and proc summary?
Explain proc univariate?
Explain the purpose of substr functions in sas programming.
How do you control the number of observations and/or variables read or written?
How would you define the end of a macro? : sas-macro
how the sas basic syntax style described? : Sas-administrator
What is the difference between match merge and one to one merge?