How do I CREATE an external dataset with sas code?
I would like to create within a sascode a non-exsistent
textfile on the host.
So I am not forced to create the file befor filling it.
Answer Posted / temporarypostedname
I thought about sth like this:
Data _null_;
filename fileref <device-type>
dsnname='path'
run;
something like this buy it do not work.
and i would like to add BLK, DISP; UNIT SIZE
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are some good sas programming practices for processing very large data sets? : Sas programming
What is the difference between class statement and by statement in proc means?
What is the difference between input and infile statement?
What is program data vector (pdv)?
What are the prime responsibilities of data integration administrator? : Sas-di
What is a put statement?
Intern stastical programmer written test
What is the maximum length of the macro variable?
what is the difference between nodup and nodupkey options? : Sas programming
Which date function advances a date, time or datetime value by a given interval?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Explain proc univariate?
How are numeric and character missing values represented internally?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming