The XLIST record produces Report 15, Excepted Userids/Vaddrs, and excludes user IDs from the analysis if the USERIDS parameter is used. In addition you must have a separate XUSERIDS record listing the excluded user IDs.
The XLIST record also produces Report 16, Minidisks on Excepted Packs, and excludes disk packs from the analysis if the PACKS parameter is used. In addition, you must have a separate XPACKS record listing the excluded packs.
If no value is specified for the XLIST record, no minidisks or disk packs are excluded from the analysis and neither Report 15 nor Report 16 is produced.
XLIST [ USERIDS ] [ PACKS ]
- USERIDS
Specifies that Report 15 is to include utilization statistics about each minidisk owned by the excluded user ID. - PACKS
Specifies that Report 16 is to include utilization statistics about minidisks on each excluded disk pack.
Examples
- To exclude user IDs, change the XLIST record to:
XLIST USERIDS
- To exclude disk packs, change the XLIST record to:
XLIST PACKS
- To exclude user IDs and disk packs, change the XLIST record to:
XLIST USERIDS PACKS