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
If money were no object, what would you like to do?
What are the statements in proc sql?
what r the job openings SAS for fresher graduates !
how the sas basic syntax style described? : Sas-administrator
What is the use of function Proc summary?
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
What is slibref?
What Proc glm does?
What is the difference between input and infile statement?
For clinical entire study how many tables will create approx?
List down the reasons for choosing sas over other data analytics tools.
how do the in= variables improve the capability of a merge? : Sas programming
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Explain the difference between using drop = data set option in set and data statement?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming