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.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

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
  • 3645 views
  • 3 likes
  • 2 in conversation