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 generate random samples?

5 Answers  


what are some good sas programming practices for processing very large data sets? : Sas programming

0 Answers  


How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?

1 Answers   Student,


explain the main difference between the nodup and nodupkey options? : Sas-administrator

0 Answers  


what the use of proc glm

1 Answers   Accenture, C Marc,






SAS System ?

5 Answers  


what are the types of interactive display types? : Sas-bi

0 Answers  


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

0 Answers  


what type of reports you are generating in your company...???

2 Answers   GSK GlaxoSmithKline,


what are all the reports you generated in your recent project?

0 Answers   Accenture, Quintiles,


One way of creating a new variable in Macros is by % Let....What is the other way..?

5 Answers   TCS,


What is the difference between match merge and one to one merge?

0 Answers  


Categories