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
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
How would you identify a macro variable?
Explain the special input delimiters used in sas programming.
What is the difference between using drop = data set option in data statement and set statement?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What is interleaving in SAS?
Which statement does not perform automatic conversions in comparisons?
What does the trace option do?
Give e an example of..
what is the difference between unique key and primary key? : Sas-di
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
How do you define proc in sas? : sas-grid-administration
Name some categories in sas 9? : sas-grid-administration
what are sas/access and sas/connect? : Sas programming