Error on CA-7 when user sign on to release job - saw this msg on CA-7 panels:
SLIE-15 SGETPDS ERROR SASSLIBR LOAD FAILURE
This error occurs online when accessing a Librarian defined dataset.
Release : 12.1 Component : CA 7
Release : 4.4 Component : Librarian.
The error was caused by the INIT deck specifying dataset in the INCORRECT order.
The order of the 2 APPLCTN statements is important.
After working with the development team, we have determined that the order of the APPLCNT cards make a difference.
As documented the any application statements that are added should be placed before the APPLCNT=SASSPROG.
Below is a statement from the documentation.
Additions to the initialization file are made by inserting more APPLCTN statements before SASSPROG in the initialization file. Additions are only needed for interface modules or to mark modules as PERM or RESD, if necessary.
Refer Librarian Documentation here which states:
APPLCTN,NAME=SASSLIBR,ATTR=PERM
APPLCTN,NAME=SASSPROG,ATTR=LOAD
Place the APPLCTN statement for SASSLIBR ahead of the APPLCTN statement for SASSPROG, as shown.