SAS Programming

DATA Step, Macro, Functions and more
BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
dpa
Obsidian | Level 7 dpa
Obsidian | Level 7

HI I came across this statement and want to know what BASE option doing.

 

libname HOME BASE "~";

1 ACCEPTED SOLUTION

Accepted Solutions
3 REPLIES 3
LinusH
Tourmaline | Level 20

According to the documentation this part of the libname statement declares the engine.

Base is the default standard SAS engine.

http://support.sas.com/documentation/cdl/en/syntaxidx/68719/HTML/default/index.htm#/documentation/cd...

http://support.sas.com/documentation/cdl//en/lrcon/68089/HTML/default/viewer.htm#n1nuvd4qvxu58on1m8p...

Data never sleeps
Kurt_Bremser
Super User

It means that SAS will use the basic SAS dataset format, which means .sas7bdat (or .ssd01 for version 6 and earlier) files. This is the default, but it might be handy if certain filetypes exist in the same directory that might mislead SAS.

dpa
Obsidian | Level 7 dpa
Obsidian | Level 7

Thank you for your help

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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
  • 3 replies
  • 7727 views
  • 3 likes
  • 3 in conversation