BookmarkSubscribeRSS Feed
Tushh
Calcite | Level 5

Hi,

 I have SAS programs/jobs, Please advise if these SAS programs can be migrated to SSIS/.NET batch job. & How.

 

Thank You

3 REPLIES 3
SASKiwi
PROC Star

Assuming you are using Windows then how to run a SAS program in batch mode is documented here:

 

http://support.sas.com/documentation/cdl/en/hostwin/67962/HTML/default/viewer.htm#p16esisc4nrd5sn1ps...

 

Whatever tool you are using for running the batch job just needs to run a command that looks like this:

 

"c:\Program Files\SASHome\SASFoundation\9.4\Sas.exe” -sysin "c:\SASPrograms\prog1.sas" -config ”c:\Program Files\SASHome\SASFoundation\9.4\sasv9.cfg"

As to how you do this in SSIS/.NET would be best asked on a forum covering these topics.

Tushh
Calcite | Level 5
Thank You
SASKiwi
PROC Star

My pleasure. It would be most helpful if you marked this question as answered if you agree it has. I really does save time for those answering questions.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1726 views
  • 2 likes
  • 2 in conversation