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

What are the efficacy variables in your study?

2 Answers   Accenture, Quintiles,


what is the primary data source for the wrs? : Sas-bi

0 Answers  


what are the best practices to process the large data sets in sas programming? : Sas-administrator

0 Answers  


Explain the use of proc print and proc contents?

0 Answers  


What is the one statement to set the criteria of data that can be coded in any step?

4 Answers   Accenture,






There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT

8 Answers   D&B,


Name statements that function at both compile and execution time.

3 Answers   L&T,


How to create a permanent sas data set?

0 Answers  


What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???

3 Answers  


What is the difference between Proc tabulate and Proc print

4 Answers   CitiGroup,


what is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?

2 Answers   Accenture, Infosys,


do you need to know if there are any missing values? : Sas programming

0 Answers  


Categories