Problem Note 58467: SAS® Life Science Analytics Framework 4.6 - Indirect LIBNAME might cause Location, Date, and Size to be missing, and library incorrect Inputs/Outputs
In SAS® Life Science Analytics Framework 4.6 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 Life Science Analytics Framework | Linux for x64 | 4.6 | 4.6.1 | 9.4 TS1M3 | 9.4 TS1M3 |
*
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: | medium |
Date Modified: | 2016-06-27 14:56:44 |
Date Created: | 2016-06-22 10:44:08 |