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 / jim
filename indata 'c:\test_input.txt';
data _null_;
infile indata;
file 'c:\test_output.txt';
input;
put _infile_;
run;
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is the difference between input and infile statement?
What is the difference between order and group variable in proc report?
What is the difference between SAS functions and procedures?
what is business intelligence? : Sas-bi
explain about sas business intelligence? : Sas-bi
What is a put statement?
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
Name types of category in which SAS Informats are placed?
Describe the ways in which you can create macro variables? : sas-macro
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What’s the difference between var b1 – b3 and var b1 — b3?
What are the table names in oracle database...?
name several ways to achieve efficiency in your program? : Sas programming
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
How do dates work in sas?