BookmarkSubscribeRSS Feed
Anandkvn
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 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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.

Get the $99 certification deal.jpg

 

 

Back in the Classroom!

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

View all other training opportunities.

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