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 are some good sas programming practices for processing very large data sets? : Sas programming
Do you think professionally?
What function CATX syntax does?
What sas features do you use to check errors and data validation?
i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?
when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.
Difference between sum function and using “+” operator?
what is cummaltive frequency,and varience in proc unviarte
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
How to merge the data using merge statement and proc format? Is the result is same ?
what is the basic structure sas administrator? : Sas-administrator
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.