Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are ways to export data from tables in SAS DI?

I am very new to SAS and I have some tables in SAS DI under inventory which I need to export to text file, what are the easy to do this? Can I somehow create a program in SAS EG to display the data in there then export?

like image 510
Mixer Avatar asked Jan 31 '26 07:01

Mixer


1 Answers

In SAS Data Integration Studio:

You can either use a File Writer or User Written Code transformations to export the table to a file. If you are using User Written Code just use a proc export Example here and DI Studio documentation here.

In SAS Enterprise Guide:

Navigate in the SAS Folder to where your table is saved and double click to open the table, then you will see in the top right the option to export/send to excel. Or you can write a proc export in a program (file-New- Program)

like image 56
momo1644 Avatar answered Feb 01 '26 23:02

momo1644



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!