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
What is the use of function Proc summary?
how does sas handle missing values in a merge? : Sas programming
What is program data vector (pdv) and what are its functions?
what is the primary data source for the wrs? : Sas-bi
Difference between SAS STATA & SPSS?
what are sas bi dashboard components? : Sas-bi
How to create an external dataset with sas code?
Are you sensitive to code walk-throughs peer review or QC review?
What is the difference between input and infile statement?
how does sas handle missing values in functions? : Sas programming
what are input dataset and output dataset options? : Sas programming
Describe what are the different levels of administrative users in sas? : sas-grid-administration
what versions of sas have you used (on which platforms)? : Sas programming
What is the maximum and minimum length of macro variable
What is interleaving in SAS?