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-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!

Register now

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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