What SAS statements would you code to read an external raw
data file to a DATA step?

Answer Posted / sankar

use INFLE statement

data dsname;
infile 'path of file' <options>;
input var1 var2................varn;
run;

options like dsd dlm missover firstobs obs ..etc

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are types of transport files?

7439


What are common programming errors committed in sas

925


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2564


How sas treats the dsd delimiters?

978


what is data governance? : Sas-di

819


Name types of category in which SAS Informats are placed?

956


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

3287


How will you generate test data with no input data?

847


describe about metadata object? : Sas-di

851


Difference between nodup and nodupkey options?

902


How to include or exclude specific variables in a data set?

899


What does the trace option do?

898


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

4167


Describe 5 ways to do a “table lookup” in SAS?

900


What system options would you use to help debug a macro? : sas-macro

889