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
What is the procedure for backing up and restoring the FIM database in clustered mode 19Number of Views Procedure to open RADIUS ports on the SecurID Appliance 14Number of Views Access Manager Basic Authentication fails for SunOne reverse proxy failover. 45Number of Views How to call a stored procedure from the Generic Database AFX Connector in RSA Identity Governance & Lifecycle 46Number of Views A customer requests that a BIN in TEST environment be moved into PRODUCTION environment This procedure explains and provid… 15Number of Views
Trending Articles
How to generate a PASSCODE for manual entry on a Ericsson R380 WAP phone How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device RSA Authentication Manager 8.9 Release Notes (January 2026) IDR SSO - Step 3: Deploy the Identity Router How to enable RSA SecurID protection on Microsoft Outlook Web Access (OWA) Exchange ActiveSync (EAS) and Microsoft Outlo…