how do you read binary data in sas?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / gk
u can also asci format also to read the binary data.
Is This Answer Correct ? | 1 Yes | 8 No |
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What are the new features included in the new version of SAS Programming Language?
what is hierarchy flattening? : Sas-di
explain the key concept of sas? : Sas-administrator
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
Which are the statements whose placement in the data step is critical?
If you could design your ideal job, what would it look like?
what is the difference between proc means and proc summary?
what are sas/access and sas/connect? : Sas programming
Do you think professionally?
what has been your most common programming mistake? : Sas programming