The supplied security routine

This topic contains Product-sensitive Programming Interface and Associated Guidance Information.

Start of changeA default security routine called EYU9XESV is provided. A sample copy of this routine, called EYUAXESV is located in the CICSTS31.CPSM.SEYUSAMP samples library. Once it has been assembled and link-edited, this sample needs to be renamed EYU9XESV. The copy book that maps the input parameter block is called EYUBXESV and is provided in CICTS13.CPSM.SEYUMAC.End of change

By default, EYU9XESV processing is quite basic. EYU9XESV is called during both API connect and disconnect processing on the CMAS. At API connect time, EYU9XESV sets the USERID field to the default CICS® user ID for the CMAS (the DFLT_UID value). EYU9XESV then returns, accepting the connection. At API disconnect time, EYU9XESV sets the RESPONSE field to OK and returns.

Note: The EYU9XESV security routine is supplied only in System/390 Assembler language. Any customization that you perform on EYU9XESV must be done in Assembler language.