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 |
Name statements that are execution only.
What can be the size of largest dataset in SAS?
what is sas database server? : Sas-di
how to read the variables in sas? : Sas-administrator
How to display duplicate observations in data?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
what is change analysis in sas di ? : Sas-di
Name validation tools used in SAS
what is difference in window SAS & Unix SAS.....how do define working environment in both???
What is slibref?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Difference Between Scan and Substr