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
What are types of transport files?
What are common programming errors committed in sas
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
How sas treats the dsd delimiters?
what is data governance? : Sas-di
Name types of category in which SAS Informats are placed?
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
How will you generate test data with no input data?
describe about metadata object? : Sas-di
Difference between nodup and nodupkey options?
How to include or exclude specific variables in a data set?
What does the trace option do?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Describe 5 ways to do a “table lookup” in SAS?
What system options would you use to help debug a macro? : sas-macro