Usage Note 49313: SAS® Drug Development - LIBNAME Base SAS Function does not work with WebDAV library engine
The LIBNAME Base SAS® function does not work with WebDAV library engine.
Consider the following DATA step that assigns a library named _in_ Base SAS® for Windows:
data _null_;
   rc1=libname('_in_','C:\','base','compress=yes');
   rc2=libref('_in_');
   put rc1 rc2;
run;
This code returns to the SAS LOG "0 0". This means that the library has been assigned.
Consider the following DATA step that assigns a WebDAV library named _in_ Base SAS® for Windows:
data _null_;
   rc1=libname('_in_','https://sddgrandfather.sas.com:444/webdav/SDD','webdav',"user=XXXXX password='XXXXXXXX'");
   rc2=libref('_in_');
   put rc1 rc2;
run;
This code returns to the SAS LOG "630249 70006". This means that the library has not been assigned.
As a workaround, use a mapped WebDAV drive, use SAS® Drug Development Desktop Connection, or use the Remote API for SAS® Drug Development.
Operating System and Release Information
| SAS System | SAS Drug Development | Windows Vista for x64 | | |
| Windows Vista | | |
| Windows Millennium Edition (Me) | | |
| Windows 7 Ultimate x64 | | |
| Windows 7 Ultimate 32 bit | | |
| Windows 7 Professional x64 | | |
| Windows 7 Enterprise x64 | | |
| Windows 7 Professional 32 bit | | |
| Windows 7 Enterprise 32 bit | | |
| Microsoft Windows XP Professional | | |
| Microsoft Windows 2000 Professional | | |
| Microsoft Windows 8 | | |
| Microsoft® Windows® for x64 | | |
| Microsoft® Windows® for 64-Bit Itanium-based Systems | | |
| Microsoft Windows XP 64-bit Edition | | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
SAS® Drug Development - LIBNAME Base SAS Function does not work with WebDAV library engine
| Date Modified: | 2013-04-11 14:33:25 |
| Date Created: | 2013-02-28 17:32:31 |