Problem Note 57191: SAS® Drug Development 4.5.2 - Indirect LIBNAME might cause Location, Date, and Size to be missing, and library incorrect in Input and Output tab
In SAS® Drug Development 4.3.2 when using an indirect LIBNAME statement, in SAS code any data set referenced as either an input or an output are listed in the Inputs and Outputs tab of the SAS® Session editor. Details such as Location, Date, and Size might be missing, and the library might be incorrect.
If the same code is executed within a Job, any data set referenced as inputs or outputs are not listed in the Job Manifest.
To see this behavior run this sample code in SAS® Drug Development:
      libname mylib "some path";
      libname mylib1 (mylib);
      data dsname;
      set mylib1.dsname;
      run;
Or:
      libname mylib2 ("some path 1” “some path 2” “some path 3");
      data dsname;
         set mylib2.dsname;
      run;
Operating System and Release Information
SAS System | SAS Drug Development | Linux for x64 | 4.5.2 | 4.5.3 | 9.4 TS1M1 | 9.4 TS1M1 |
*
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.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2016-02-10 16:01:44 |
Date Created: | 2015-12-03 16:47:22 |