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
explain what is factor analysis? : Sas-administrator
What does proc print, and proc contents are used for?
what is the function of catx syntax? : Sas-administrator
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
what is the basic structure sas administrator? : Sas-administrator
What is the difference between proportion and average?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
AE datasets names? how many types?
What is the difference between using drop = data set option in data statement and set statement?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Name any two sas spawners? : sas-grid-administration
Tell me about % include and % eval? : sas-macro
Explain append procedure?
What is the difference between INPUT and INFILE ?
How necessary is it to be creative in your work?