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


Please Help Members By Posting Answers For Below Questions

How many ways to overcome a missing values???

2588


What do you know about symput and symget?

982


What do you know about sas and what we do? : sas-grid-administration

839


Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com

1839


What is the use of the %include statement?

925


What is PDV?

939


What does P-value signify about the statistical data?

1137


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

1974


Describe the ways in which you can create macro variables?

889


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

2503


Mention the validation tools used in SAS?

898


How we can call macros with in data step? : sas-macro

865


describe the interaction table in sas di? : Sas-di

823


What are the applications primarily used by business analyst? : Sas-bi

809


What does the trace option do?

909