The following functions and stored procedure have been defined without a RUNOPTS value specified.
This means it's defaulting to ALL31(OFF).
Is it possible to alter the RUNOPTS to ALL31(ON) without any potential issues?
CAISEC.CIA_FILTER_MATCH
CAISEC.CIA_FUNCTION_MATCH
CAISEC.CIA_RESOURCE_MATCH
CAISEC.CIA_ROLEINFO_MATCH
CAISEC.CIA_SCOPERES_MATCH
CAISEC.CIA_USERCICS_MATCH
CAISEC.CIA_USERLANG_MATCH
CAISEC.CIA_USEROPER_MATCH
CAISEC.CIA_USERSECL_MATCH
CAISEC.CIA_USERWRKA_MATCH
CAISEC.CIA_PROC_ROLE
Release : 6.0
Component : CA COMPLIANCE EVENT MANAGER
All CIA functions are linked with a CEEUOPT member that specifies ALL31(ON) so they should be running that way value already.
The stored procedure is the only program that does not have a CEEUOPT linked in but it is not used by CIA for Top Secret.
It should be fine to specify ALL31(ON) for the stored procedure.