SAS Question:
Download Questions PDF

How to CREATE an external dataset with sas code?

Answer:

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

Download SAS Interview Questions And Answers PDF

Previous QuestionNext Question
What is option year cuttoff in sas?How to add a number to a macro variable?