After creating definitions for zOS Connect, unfortunately when defining new CLASMAPs for APPL and SERVER resource classes there was some fallout(resource violations) with WLM-established server address spaces for stored procedures.
SAF RESOURCE CLASS SERVER
show clasmap
******** APPL APL 8 EXT 3 new – removed after violations
******** APPL SAF 8 3 existing and good
******** SERVER SRV 41 EXT 546 new – removed after violations
******** SERVER SAF 41 546 existing good
Looking for ACF2 samples with no luck and looking for the equivalent of the info below:
Specifying WLM-established server address spaces for stored procedures - IBM Documentation
Release : 16.0
Component : ACF2 for z/OS
Resource class APPL and SERVER resource classes default to TYPE(SAF):
Resource class 3 char. type code
-------------- -----------------
APPL SAF
SERVER SAF
It is recommended changing the default type code for the APPL resource class from SAF to APL, and the default type code for the SERVER resource class from SAF to SRV. Sites may choose a different 3 character type code (especially if you are already using APL or SRV for other purposes).
Sites that already have a CLASMAP for APPL to use a type code other than SAF, eliminate the INSERT and REFRESH, and specify the defined type code in the SET RESOURCE(typ) statement where "typ" is your defined type code. Be sure to change the SET RESOURCE(typ) to your type codes.