What statement do you code to tell SAS that it is to write
to an external file?
Answer Posted / sankar
using export procedure
syntax
in txt file: proc export data=datasetname dbms=dlm
outfile='path';
delimiter='specific delimiter';
run;
in excelfile: proc export data=datasetname dbms=excel200
outfile='path'
sheet='sheetname';
run;
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How to test the debugging in sas?
What are the table names in oracle database...?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What are the ways in which macro variables can be created in sas programming?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What do you code to create a macro? : sas-macro
Name and describe few sas character functions that are used for data cleaning in brief.
What are the differences between proc means and proc summary?
Difference between SAS STATA & SPSS?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
List down the reasons for choosing sas over other data analytics tools.
Differences between where and if statement?
describe about physical data integration? : Sas-di
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Name some categories in sas 9? : sas-grid-administration