how do you read binary data in sas?

Answers were Sorted based on User's Feedback



how do you read binary data in sas?..

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

how do you read binary data in sas?..

Answer / koduri

using date format
input date ib4.;

Is This Answer Correct ?    7 Yes 6 No

how do you read binary data in sas?..

Answer / gk

u can also asci format also to read the binary data.

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More SAS Interview Questions

How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?

0 Answers   Quintiles,


What are the new features included in the new version of SAS Programming Language?

0 Answers  


what is hierarchy flattening? : Sas-di

0 Answers  


explain the key concept of sas? : Sas-administrator

0 Answers  


Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks

2 Answers  


what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?

1 Answers   Satyam,


Which are the statements whose placement in the data step is critical?

0 Answers  


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

0 Answers   Oracle,


what is the difference between proc means and proc summary?

2 Answers   Accenture,


what are sas/access and sas/connect? : Sas programming

0 Answers  


Do you think professionally?

1 Answers   Oracle,


what has been your most common programming mistake? : Sas programming

0 Answers  


Categories