BookmarkSubscribeRSS Feed
helloSAS
Obsidian | Level 7

Can I replace Proc SQL with Proc Fedsql? How is it different from each other? In terms of pros and cons.

Thanks

3 REPLIES 3
snoopy369
Barite | Level 11

This might be helpful: Base SAS(R) 9.4 Procedures Guide

From what I've read, FEDSQL should be used if you need it, but not necessarily otherwise - it has some drawbacks compared to PROC SQL as it is much more ANSI compliant (for example, CREATE TABLE in FEDSQL is illegal if the table already exists, but legal in PROC SQL).  The main reason you might need it is interfacing with multiple DBMSs other than SAS in a consistent language that supports some of the basic ANSI types like VARCHAR and such.

helloSAS
Obsidian | Level 7

Do you know any benifits of upgrading SAS from 9.2 to 9.4 in terms of performance, error checking, logging , decisioning etc..

snoopy369
Barite | Level 11

I would talk to your SAS sales rep for that sort of information.  They should have specific information related to the products and uses you have.

hackathon24-white-horiz.png

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.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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