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 to do user inputs and command line arguments in sas?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
explain the use of % includes a statement in sas? : Sas-administrator
Explain the use of proc gplot? : sas-grid-administration
explain the concepts and capabilities of business object? : Sas-bi
What is a method to debug and test your SAS program?
What do you understand by the term Normal Distribution?
What is the basic syntax of a sas program?
What do you code to create a macro? : sas-macro
What is data _null_?
what is sas and what are the functions? : Sas-administrator
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
it will become easy if uuu provide website linkssss and list of consultanciessssss
how are numeric and character missing values represented internally? : Sas programming
I have a dataset concat having variable a b & c. How to rename a b to e & f?