BookmarkSubscribeRSS Feed
laxmanpai
Calcite | Level 5

Hi All, Could anyone suggest me as to how can i convert a SAS code to SQL stored procedure.

Is there any tool to convert sas code to SQL.

Awaiting your reply 

 

Regards

pai

2 REPLIES 2
Jagadishkatam
Amethyst | Level 16
I don't think there is any tool to convert the sas code to SQL we need to do that manually by coding in sql.
Thanks,
Jag
Kurt_Bremser
Super User

Yes, there is a tool. It sits between your ears.

 

SAS data step code is quite different from SQL; there are lots of things you can't do with SQL, or can only do with complicated code. Nothing that a simple translation tool could reliably do.