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

how to debug and test the sas program? : Sas-administrator

668


What are the functions used for character handling?

746


Do you know the features of sas?

695


explain the proc in sas? : Sas-administrator

720


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

652






what are the component of range? : Sas-bi

704


Enlist the syntax rules followed in sas statements.

712


What is Linear Regression?

774


What is the difference between where and if statement?

718


How can I remove header from output data set?

2201


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

1707


How would you include common or reuse to be processed along with your statements?

1998


What is maximum storage capability of SAS?

989


Explain the purpose of substr functions in sas programming.

670


what are some good sas programming practices for processing very large data sets? : Sas programming

590