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
how does sas handle missing values in functions? : Sas programming
What are the 3 components in sas programming?
Which date function advances a date, time or datetime value by a given interval?
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;
Explain input and put function?
what is the difference between unique key and primary key? : Sas-di
Explain by-group processing?
How many ways to overcome a missing values???
What are the statements in proc sql?
which features do you use to check the data validations and errors? : Sas-administrator
What system options would you use to help debug a macro? : sas-macro
what is broad cast agent? : Sas-bi
why is sas considered self-documenting? : Sas programming
what is transformation in sas data integration? : Sas-di
do you need to know if there are any missing values? : Sas programming