/* REXX */ /* */ /* AUTHOR: Mark Zelden */ /* */ /* Trace ?r */ /*********************************************************************/ /* DISPLAY LPA, LNKLST, AND APF LIBRARY LISTS ON TERMINAL */ /*********************************************************************/ /* */ /* NOTE: The dynamic APF and dynamic LNKLST code in this exec */ /* use undocumented IBM control blocks and may break at */ /* any time! */ /* ... tested on MVS ESA 4.3, OS/390, and up to z/OS 1.9. */ /* */ /* NOTE: The LNKLST SET displayed is the LNKLST SET of the address */ /* space running this program, not necessarily the most */ /* current one. For the current LNKLST SET either: */ /* 1) Run this exec in batch. */ /* 2) Log off and on TSO before executing this exec. */ /* 3) Issue SETPROG LNKLST,UPDATE,JOB=userid (B4 execution) */ /* */ /* NOTE: The APF flag in the LNKLST display is the status if the */ /* data set is accessed VIA LNKLST. Therefore, if IEASYSxx */ /* specifies LNKAUTH=LNKLST, all entires are marked as APF=Y. */ /*********************************************************************/ /* EXECUTION SYNTAX: */ /* */ /* TSO %LPROG