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
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
What are the differences between proc means and proc summary?
what are all the reports you generated in your recent project?
what is the Population you used in your project, is it ITT or PP?
why is a stop statement needed for the point=option on a set statement? : Sas programming
what is the effect of the options statement errors=1? : Sas programming
how many display types available in sas bi dashboard? : Sas-bi
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
what do you mean by data staging area? : Sas-di
How would you define the end of a macro? : sas-macro
how are numeric and character missing values represented internally? : Sas programming
explain the key concept of sas? : Sas-administrator
what is intially documentation in sas?
how many types of prompts are there? : Sas-bi
how will you location sas platform applications available from web browser? : Sas-bi