What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / aks
Proc import
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how could you generate test data with no input data? : Sas programming
What are the statements that are executed only?
What system options would you use to help debug a macro? : sas-macro
What are the different operating system platforms in which we can use sas? : sas-grid-administration
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Which command is used to save logs in the external file?
What is the role of administrative users? : sas-grid-administration
what is the use of proc sql? : Sas programming
what is sas database server? : Sas-di
what is data governance? : Sas-di
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
what can you learn from the sas log when debugging? : Sas programming
If a variable contains letters or special characters, can it be numeric data type?
Explain the difference between informat and format with an example.
What is the difference between nodupkey and nodup options?