how do you read binary data in sas?

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


Please Help Members By Posting Answers For Below Questions

how can you import .csv file in to sas? : Sas programming

832


What system options would you use to help debug a macro? : sas-macro

853


What is the difference between %put and symbolgen? : sas-macro

913


Explain how you can debug and test your SAS program?

741


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2338


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

2094


Explain the difference between informat and format with an example.

919


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

1840


Name and describe few sas character functions that are used for data cleaning in brief.

869


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

723


Difference between SAS STATA & SPSS?

869


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

876


what is the difference between infile and input? : Sas-administrator

839


What are the difficulties u faced while doing vital signs table or dataset?

2156


what is hierarchy flattening? : Sas-di

825