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 |
What is maximum storage capability of SAS?
What is the difference between input and infile statement?
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
What are the joins,types of joins and thier functions?
what is the difference between informat$8. $char8.
Explain how merging helps to combine data sets.
Are you involved in writing the inferential analysis plan? Tables specfications?
what are the methods that you would employ to fine tune your SQL extract process using SAS/Access or Proc SQL?
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
What is the basic syntax of a sas program?
Explain the message ‘MERGE HAS ONE OR MORE DATASETS WITH REPEATS OF BY VARIABLE’.