BookmarkSubscribeRSS Feed
newbi
SAS Employee

Is it possible to export or ftp sas dataset into csv, xml  or excel and schedule to run the export job ?

Thanks

4 REPLIES 4
FriedEgg
SAS Employee

SAS has a procedure for doing exactly that.

http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a000316288.htm

You can also send the resulting file via ftp using the filename statement:

http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000178980.htm

As far as scheduling is confirmed you can install a crontab task to execute the job as a SAS batch process if you wanted.

SASKiwi
PROC Star

Other scheduling options include the Windows Scheduler if you are running under Windows, numerous third-party schedulers, or in SAS itself via the EG schedule project facility or the DATA step SLEEP function.

newbi
SAS Employee

I will be running this under unix.  What option do i have with unix ?

art297
Opal | Level 21

Minimally, you have SAS Scheduler and Crontab

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1304 views
  • 0 likes
  • 4 in conversation