Previous Topic: UNIX System Services-related ParametersNext Topic: USSACTIVE Parameter


INITUSSPROC Parameter

Determines whether the USS process dynamic exit module, OPUSPREX, is installed in the z/OS USS process exit list.

Default value

NO

Other possible values

YES

Set or modify this parameter...

At initialization

Example: INITUSSPROC

This function tells CA OPS/MVS to install OPUSPREX in the z/OS process exit list:

OPSPRM('SET','INITUSSPROC','YES')

Note: Once the exits have been installed by setting INITUSSPROC=YES, they can only be removed by a system IPL or by issuing the following z/OS commands:

SETPROG EXIT,DELETE,EXITNAME=BPX_POSPROC_INIT,MODNAME=OPUSPREX
SETPROG EXIT,DELETE,EXITNAME=BPX_IMAGE_INIT,MODNAME=OPUSPREX
SETPROG EXIT,DELETE,EXITNAME=BPX_PREPROC_TERM,MODNAME=OPUSPREX

Setting INITUSSPROC=NO will not cause the exits to be de-installed.