> -----Original Message----- > From: IBM Mainframe Discussion List On Behalf Of Frank Swarbrick > > [ snip ] > > Systems is concerned about system integrity. Rightly so. LNKLST has historically been for systems > libraries only. But since there is no similar facility for business applications libraries this seems > to be the only way I can get what I want. In any case, does anyone see any obvious issues with this? > One concern is that the APPL libraries would automatically become APF authorized, which of course is a > no-no. That does not *appear* to have occured: > > /D PROG,LNKLIST > RESPONSE=ZOSD > CSV470I 17.22.12 LNKLST DISPLAY 224 > LNKLST SET LNKLSTAP LNKAUTH=LNKLST
With LNKAUTH=LNKLST (IEASYSxx member) defaulted or specified, *all* libraries in the link list are treated as APF-authorized, including your application libraries. To link-list your application libraries without APF-authorizing them, specify LNKAUTH=APFTAB in IEASYSxx. http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2E291/49.8 .1 -jc- ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

