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


Please Help Members By Posting Answers For Below Questions

How to test the debugging in sas?

850


What are the table names in oracle database...?

2493


how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

823


What are the ways in which macro variables can be created in sas programming?

779


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1688


What do you code to create a macro? : sas-macro

801


Name and describe few sas character functions that are used for data cleaning in brief.

869


What are the differences between proc means and proc summary?

801


Difference between SAS STATA & SPSS?

873


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.

1672


List down the reasons for choosing sas over other data analytics tools.

1044


Differences between where and if statement?

782


describe about physical data integration? : Sas-di

759


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

4127


Name some categories in sas 9? : sas-grid-administration

732