BookmarkSubscribeRSS Feed
BrahmanandaRao
Lapis Lazuli | Level 10

Hi Experts,

Good Morning,

Of course it is repeated question could you please give solution interviewer question

Q1). Points wise difference between Libname  (implicit pass thur query) and sql pass thru query (Explicit pass thru) which one can work functions and which is best ?

1 REPLY 1
s_lassen
Meteorite | Level 14

There are two differences between implicit and explicit pass-through:

  1. Using explicit pass-through, you have to use the local SQL dialect instead of SAS SQL. So you may have to change the code quite a bit from what you are used to. On the other hand a lot of the other SQL dialects have some nifty constructs, which you may not have in SAS.
  2. When doing SAS SQL on libnames that refer to external databases, it only becomes pass-through if you are careful not to use SAS functions that are not representable in the SQL dialect of the external database. I think you can see the documentation of which functions are supported in the SAS/ACCESS documentation for the various databases.

Does that answer your question?

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 264 views
  • 0 likes
  • 2 in conversation