- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 03-07-2017 03:26 AM
(10527 views)
Hi,
I am little confused by using proc SQL and proc FEDSQL.what is exact difference between these two procedures .
please tell me .
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I don't think that there is a complete table to show the exact differences.
But the documentation is a good starting place:
If you had a more specific requirement, it would be easier to reply....
Data never sleeps
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
SQL is run by the internal SAS ANSI SQL parser, fedSQL is run by the FBI.
Sorry, couldn't resist
Anyways, the manual clearly denotes what each one is for far better than we could:
http://support.sas.com/documentation/cdl/en/sqlproc/63043/HTML/default/viewer.htm#titlepage.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Another document that shows a good comparison between the 2 Procedures is called “Anything You Can Do I Can Do Better: PROC FEDSQL VS PROC SQL”
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
It was really Useful