What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / madhu
infile and input statements.
ex:
data m;
infile 'c:\m.txt';
input :xxxx;
run;
Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How many ways to overcome a missing values???
What do you know about symput and symget?
What do you know about sas and what we do? : sas-grid-administration
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
What is the use of the %include statement?
What is PDV?
What does P-value signify about the statistical data?
what are all the reports you generated in your recent project?
Describe the ways in which you can create macro variables?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
Mention the validation tools used in SAS?
How we can call macros with in data step? : sas-macro
describe the interaction table in sas di? : Sas-di
What are the applications primarily used by business analyst? : Sas-bi
What does the trace option do?