CICS supplies a sample security exit program, DFHEBURM, that alters the user ID under which the Bank Account sample runs from the default CICS user ID to “SAMPLE”. You can use this version of the user-replaceable program, or alter it to suit your needs. If you already have a customized security exit program for IIOP, you can update your version to perform a similar function.
You must specify the name of your security exit program on the URM option of the TCPIPSERVICE definition under which the sample is to be run.
For guidance information about the security exit program for IIOP, seeUsing the IIOP user-replaceable security program.
For information about writing a security exit program for IIOP, see the CICS® Customization Guide. Also, study the source of the supplied sample program, which contains comments and tips.
For information about compiling and installing user-replaceable programs, see the CICS Customization Guide.
For information about coding TCPIPSERVICE definitions, see the CICS Resource Definition Guide.
For information about coding CORBASERVER resource definitions and TCPIPSERVICE resource definitions, see the CICS Resource Definition Guide.