LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (April 2010, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 12 Apr 2010 06:27:16 -0400
Reply-To:     Dimitri Shvorob <dimitri.shvorob@VANDERBILT.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Dimitri Shvorob <dimitri.shvorob@VANDERBILT.EDU>
Subject:      Checking if LIBNAME assignment failed

Can anyone suggest a test for a successful LIBNAME assignment that would handle the case of a read-only (hence a test by attempting a write is insufficient) ODBC source?

Thank you.

%let valid = 0; libname mylib odbc dsn = "myodbc"; %LibnameStatus(mylib, valid); %put &valid.;


Back to: Top of message | Previous page | Main SAS-L page