how do you read binary data in sas?
Answers were Sorted based on User's Feedback
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 |
Answer / gk
u can also asci format also to read the binary data.
| Is This Answer Correct ? | 1 Yes | 8 No |
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
what is the difference between %put and symbolgen?
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is the order of evaluation of the comparison && logical && relational operators:?
I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
hi i am nipun can anybody tell me that if a clinical sas programmer write the code and after successfull execution where do they store it. how they submit tables to TL how work is assigned to programmers either both code, log, output to be submitted. can any one tell me the process
How we can call macros with in data step? : sas-macro
what is slowly changing dimension? : Sas-di
how to intersect the tables by using PROC MIXED?
what is null hypothesis? why do you consider that?
0 Answers Accenture, Quintiles,
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.