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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kumar
/*this is only for txt file*/
data _null_;
file print;
if _n_=1 then do;
put @5'name1'@10 name2';
put @5name1 @10name2;
end;
and for excel file
file kala dde 'path.xls';
data l;
infile kala;
input name1 name2;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Give some ways by which you can define the variables to produce the summary report (using proc report)?
how can u create zero observation dataset?
How would you remove a format that has been permanently associated with a variables?
What are common programming errors committed in sas
Name statements that are execution only.
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.
Which command is used to save logs in the external file?
What is SAS informats?
. Which date advances a date, time or date/time value by a given interval?
When you will use nowd option in report???
how to remove duplicates using proc sql?
how do you pull data from equifax?tell me the process?
0 Answers Synchrony Financial,