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 / prakhar sadafal

Use the _infile_ option in the put statement

view sourceprint?
filename some 'c:cool.dat';
filename cool1 'c:cool1.dat';
data _null_;
infile some;
input some;
file cool1;
put _infile_;
run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I need level 2 to 5 sas using companies in india

1932


Give some ways by which you can define the variables to produce the summary report (using proc report)?

599


how are numeric and character missing values represented internally? : Sas programming

619


What was the last computer book you purchased? Why?

1912


What is the difference between where and if statement?

619






If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

595


Name and describe few sas character functions that are used for data cleaning in brief.

668


What is proc sort?

719


what can you learn from the sas log when debugging? : Sas programming

610


List out some key concept of SAS

619


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

554


What is the difference between INPUT and INFILE ?

754


What is the difference between order and group variable in proc report?

841


explain what is data set in sas? : Sas-administrator

526


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

3064