Hi All, I'm a newbie to SAS. I kwon very well ssis in windows. I actually work on SAS EG and I want toi know how to do thé same work like ssis. Migration of data from shared folder sftp to m'y server.
I like learn, so , please give me Book name or tips. Sorry for my english.
To connect to Oracle from SAS you need a SAS/ACCESS product like SAS/ACCESS to Oracle or ODBC installed and licensed. Run this program to confirm what products you have available:
proc product_status;
run;
proc setinit;
run;
The 2025 SAS Hackathon has begun!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.