If reading an external file to produce an external file,
what is the shortcut to write that record without coding
every single variable on the record?
Answer Posted / nandu
data test ;
infile "Path";
input var1 var2 var3 ;
file print 'path';
put @1 var1 @10 var2 ;
run;
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
do you prefer proc report or proc tabulate? Why? : Sas programming
how are numeric and character missing values represented internally? : Sas programming
What are the 3 components in sas programming?
What are the uses of sas?
What system options would you use to help debug a macro? : sas-macro
what is treatment emergent events and treatment emregent adverse event
What is the difference between %put and symbolgen? : sas-macro
How you can read the variables that you need?
What is SAS? What are the functions does it performs?
What is Linear Regression?
describe about metadata object? : Sas-di
What is the use of divide function?
What is maximum storage capability of SAS?
how does sas handle missing values in a merge? : Sas programming
Mention what is the difference between nodupkey and nodup options?