
This program scans MVS control blocks and displays the current APF authorized libraries
none
| DDNAME | Description | Default |
|---|---|---|
| SYSPRINT | output queue for report | SYSOUT=X |
Assembly and Link JCL can be found in SYS1.SETUP.CNTL(APFLS$).
Execution JCL can be found in SYS1.SETUP.CNTL(APFLS#) and looks like this:
//APFLS JOB .... //APFCHLS EXEC PGM=BSPAPFLS
BSPAPFLS Version 1.0 - List APF Datsets
BSPAL03I - Volume APF Dataset name
MVSRES SYS1.LINKLIB
MVSRES SYS1.SVCLIB
MVSRES SYS1.VTAMLIB
MVSRES SYS1.INDMAC
PUB000 SYS2.LINKLIB
BSPAL99I - End of processing, MAXRC=0000
Although this program has been tested on the Turnkey MVS system Version 3 it is not guaranteed to be bug-free (which program is?)
Use at your own risk