Can I replace Proc SQL with Proc Fedsql? How is it different from each other? In terms of pros and cons.
Thanks
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.
Do you know any benifits of upgrading SAS from 9.2 to 9.4 in terms of performance, error checking, logging , decisioning etc..
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.
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!
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.
Ready to level-up your skills? Choose your own adventure.