SAS Programming

DATA Step, Macro, Functions and more
BookmarkSubscribeRSS Feed
SASWayne
Quartz | Level 8
Hello Experts,
I'm trying to understand the difference between using 'snow' and 'sasiosnf' in the place of engine in the libname statement to connect with Snowflake using SAS/ACCESS to Snowflake.
Ex-
libname snowlib snow dsn=snowprod;
libname snowlib sasiosnf dsn=snowprod;

Could someone help me with the difference please?
Thanks!
4 REPLIES 4
SASKiwi
PROC Star

I've only found sasiosnf mentioned in documentation in relation to Viya. Have you tried it and does it work? It's possible that snow and sasiosnf are just synonyms for each other. You could always ask SAS Tech Support for clarification.

SASWayne
Quartz | Level 8
I have used sasiosnf with SAS 9.4M7 and it works, not tried 'snow' yet. I think it'll give it a shot, will post the results later.
SASKiwi
PROC Star

If you search the main SAS documentation site you won't find sasiosnf at all so snow appears to be the "official" engine. I've found mention of sasiosnf in SAS Support but not many hits.

JBailey
Barite | Level 11

Hi @SASWayne

There isn't a difference in use. SASIOSNF is the actual engine name. SNOW is an alias. Both work.

Best wishes,
Jeff

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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
  • 4 replies
  • 2421 views
  • 1 like
  • 3 in conversation