4. EXCEPTIONS › 4.3 Detailed Exception Descriptions › 00306: Insufficient Catalog RPLs
00306: Insufficient Catalog RPLs
FILE TSO System Activity
SAS FILE NAME DETAIL.TSOTSO01
SOURCE LOCATION sharedprefix.MICS.SOURCE(DYTSOEXC)
SEVERITY Impacting (SEVERITY='I')
MANAGEMENT AREA Performance (MGMTAREA='PERFORMANCE')
PURPOSE Warns of possible catalog access bottleneck.
RATIONALE A VSAM Request Parameter List (RPL) must be
allocated from a fixed-size pool for each
catalog request concurrently processed. Most
MVS systems degrade when fewer than 5 of these
control blocks are allocated.
DEFINITION This exception is detected when the data element
TSOXRPLX (Intvls When Catalog RPLs Less Than 5)
is found with a nonzero value. See Appendix B
for more information on this data element.
EXCEPTION The SAS statements identifying the exception
STATEMENTS situation and describing the condition are
stored in the source member named in SOURCE
LOCATION and are described below:
************************************************************;
*
** 00306
** INSUFFICIENT CATALOG RPLS
*;
IF TSOXRPLX > 0
THEN DO;
EXCCODE='00306'; SEVERITY='I'; MGMTAREA='PERFORMANCE';
EXCDESC1='INSUFFICIENT CATALOG RPLS';
EXCDESC2=' ENDTS=' || PUT(ENDTS,DATETIME19.2);
LINK HIT;
END;
THRESHOLD None required.
MODIFICATION