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

Give some examples where proc report’s defaults are different than proc print’s defaults?

599


To what type of programms have you used scratch macros?

2142


explain what is factor analysis? : Sas-administrator

602


describe the interaction table in sas di? : Sas-di

595


What is PDV?

725






how does sas handle missing values in assignment statements? : Sas programming

569


If you could design your ideal job, what would it look like?

2376


Do you need to know if there are any missing values?

597


What does proc print, and proc contents are used for?

611


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

609


Of all your work, where have you been the most successful?

4203


How necessary is it to be creative in your work?

2022


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

535


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

1917


In sas, what are the areas that you are most interested in? : sas-grid-administration

640