When you reference a SAS file resource location using the LIBNAME statement within the SAS Life Science Analytics Framework 5.4.x application, omitting the required path prefix information can produce unexpected results.
Specifically, content might be pulled from the workspace even if you are in the repository, and job inputs and outputs might be designated by the application as external versus internal.
The LIBNAME specification of a path without a leading slash is not supported by SAS Life Science Analytics Framework input/output processing. To ensure that job inputs and outputs are correctly handled, a LIBNAME path specification should always be prefixed by one of the following:
“&_SASUSRWS_/”
&_SASWS_/”
A fix for this issue will be considered for a future software release.