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
To what type of programms have you used scratch macros?
What are the five ways to do a table lookup in sas? : sas-grid-administration
Explain translate function?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What is the role of unrestrictive users? : sas-grid-administration
Do you need to know if there are any missing values?
What are the different servers in sas? : sas-grid-administration
How do you delete duplicate observations in sas?
How many ways to overcome a missing values???
How is character variable converted into numeric variable and vice versa?
What is SAS?
What is substr function?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is the general format of function in sas? : sas-grid-administration
What function CATX syntax does?