On Thu, 17 Nov 2016 17:29:28 +0530, Peter <[email protected]> wrote:
>I have installed a product when I try to start it fails with module not >being APFed. > >There are two datasets in STEPLIB. The Dataset1 which has the failing >modules is already APFed. Still the STC fails and it was fixed once the >second dataset was APFed. > >I am trying to understand why would STC expect the second dataset in >steplib in APF though the calling module is in 1st dataset ? It's not the STC expecting it, it's the system. The entire concatenation is authorized, or it's not, because it's critical for system security and integrity that an authorized program NOT load anything from an unauthorized library. Therefore, z/OS doesn't allow a partially authorized concatenation for STEPLIB/JOBLIB. If it were to allow that it would need to fail any loads from the unauthorized part of the concatenation anyway, so the user should remove the unauthorized library from the STEPLIB since the modules in it can't be used. -- Walt ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
