Determines whether the USS process dynamic exit module, OPUSPREX, is installed in the z/OS USS process exit list.
NO
YES
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.
|
Copyright © 2014 CA.
All rights reserved.
|
|