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
how to debug and test the sas program? : Sas-administrator
What are the functions used for character handling?
Do you know the features of sas?
explain the proc in sas? : Sas-administrator
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
what are the component of range? : Sas-bi
Enlist the syntax rules followed in sas statements.
What is Linear Regression?
What is the difference between where and if statement?
How can I remove header from output data set?
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
How would you include common or reuse to be processed along with your statements?
What is maximum storage capability of SAS?
Explain the purpose of substr functions in sas programming.
what are some good sas programming practices for processing very large data sets? : Sas programming