Hi,
I have SAS programs/jobs, Please advise if these SAS programs can be migrated to SSIS/.NET batch job. & How.
Thank You
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.
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...
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.