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

2 REPLIES 2
Kurt_Bremser
Super User

Running a SAS program in batch implies storing it as a text file (usually with extension .sas) and then running it from the commandline as

sas programname.sas -log logfile.log

How you run that from SSIS is best asked in a place where SSIS support is done.

LinusH
Tourmaline | Level 20

There are no migration tools.

You probably need t redevelop almost everything from scratch. When doing so, start from the requirements, not only from existing programs.

But as @Kurt_Bremser states, the "how" is a question for a MS forum. Apart from the competence part, I don't think many people here will actively help you quit SAS...Man Wink

Data never sleeps

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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.

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
  • 2 replies
  • 904 views
  • 1 like
  • 3 in conversation