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 are symget and symput? : sas-macro

735


In SAS explain which statement does not perform automatic conversions in comparisons?

803


Given an unsorted data set, how to read the last observation to a new data set?

841


Differentiate input and infile.

598


What do you know about sas and what we do? : sas-grid-administration

608






What are the statements in proc sql?

598


do you prefer proc report or proc tabulate? Why? : Sas programming

578


What is a put statement?

668


What does the RUN statement do?

854


What is the maximum length of the macro variable?

680


describe how to adjust the performance of data integrator? : Sas-di

568


what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

550


Explain how you can debug and test your SAS program?

567


what is the effect of the options statement errors=1? : Sas programming

598


What is substr function?

626