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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

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
  • 159 views
  • 0 likes
  • 2 in conversation