Export to Excel using SAS -


suppose have 2 sas dataset: test1.sas & test2.sas. want export these 2 dataset excel, in excel file sheet1 have test1.sas data & in sheet2 have test2.sas data.

how it?

start this paper. this , this references.

using ods, can output data using reporting procs (ex. proc print , report) xml. not can create multisheet output, can format dates, set autofilters , place headers.


Comments

Popular posts from this blog

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -

How do I get the nth item in a queue in java? -

How to read input from STDIN in x86_64 assembly? -