OS/390
Attempting to execute in a stored procedure address space on z/OS when an abend occurs.
Here is one of the messages related to the abend:
Initial condition code is EDC6006E The raise() function was issued for the signal SIGABRT.
Also GSKCMS31 is listed as an abending module.
Enable the runtime POSIX option in order to successfully call the KMClient API.
Turn POSIX ON for only the Stored Procedure under consideration, via the RUN OPTIONS parameter. For example:
CREATE PROCEDURE DEVL7083.RUNSTATP
( OUT UTILITIES_EX INTEGER
, OUT HIGHEST_RETCODE INTEGER
, OUT RETCODE INTEGER
, OUT MESSAGE VARCHAR(1331) CCSID EBCDIC)
RESULT SETS 1
EXTERNAL NAME RUNSTATP
LANGUAGE C
PARAMETER STYLE GENERAL WITH NULLS
MODIFIES SQL DATA
WLM ENVIRONMENT WLMENVR
STAY RESIDENT NO
COLLID DEVL7083
PROGRAM TYPE MAIN
RUN OPTIONS 'TRAP(OFF),STACK(,,ANY,),POSIX(ON)'
COMMIT ON RETURN NO
SECURITY USER
ASUTIME NO
LIMIT;
Related Articles
Error 'No matching key: class com.rsa.keymanager.core.auth.z.Role' when installing Key Manager 10Number of Views A 'Catastrophic failure' error is displayed during the RSA enVision Panorama Z-Connector installation process 80Number of Views Panorama Z Connector 494Number of Views How to verify that envision is sending data via Z-Connector to SA Log collector 1Number of Views Using Vault instead of cleartext password in WildFly configuration file in RSA Identity Governance & Lifecycle 177Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x