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
Describe the function and untility of the most difficult SAS macro that you have written.
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What are the differences between sum function and using “+” operator?
Give an example where SAS fails to convert character value to numeric value automatically?
What is the general format of function in sas? : sas-grid-administration
Name validation tools used in SAS
How do dates work in SAS data?
If you could design your ideal job, what would it look like?
What commands are used in the case of including or excluding any specific variables in the data set?
What is maximum number of rows and cols can be handled in SAS?
Intern stastical programmer written test
how many display types available in sas bi dashboard? : Sas-bi
what is star schema? : Sas-di
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What are the prime responsibilities of data integration administrator? : Sas-di