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 / sumit
data _null_;
infile 'path';
input;
file 'destination path';
put _infile_;
run;
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
explain the concepts and capabilities of business object? : Sas-bi
What are the uses of sas?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What is the role of unrestrictive users? : sas-grid-administration
What are the differences between sum function and using “+” operator?
Explain append procedure?
How to limit decimal places for variable using proc means?
how can you import .csv file in to sas? : Sas programming
What do you understand by the term Normal Distribution?
What does PROC print, and PROC contents do?
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
do you need to know if there are any missing values? : Sas programming
how do the in= variables improve the capability of a merge? : Sas programming