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


Please Help Members By Posting Answers For Below Questions

What is the use of function Proc summary?

884


how does sas handle missing values in a merge? : Sas programming

761


What is program data vector (pdv) and what are its functions?

820


what is the primary data source for the wrs? : Sas-bi

858


Difference between SAS STATA & SPSS?

869


what are sas bi dashboard components? : Sas-bi

860


How to create an external dataset with sas code?

787


Are you sensitive to code walk-throughs peer review or QC review?

2879


What is the difference between input and infile statement?

872


how does sas handle missing values in functions? : Sas programming

816


what are input dataset and output dataset options? : Sas programming

788


Describe what are the different levels of administrative users in sas? : sas-grid-administration

785


what versions of sas have you used (on which platforms)? : Sas programming

797


What is the maximum and minimum length of macro variable

905


What is interleaving in SAS?

855