BPXP018I COMPLETION CODE 040002CC abend in ACF2 CICS TS 4.2 and beyond due to SIGNON parameter
search cancel

BPXP018I COMPLETION CODE 040002CC abend in ACF2 CICS TS 4.2 and beyond due to SIGNON parameter

book

Article ID: 20825

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC

Issue/Introduction

ACF2 CICS SIGNON parameters TRANON and TRANOFF have been set to the same transaction for years and through multiple releases of CICS. Starting with CICS TS 4.2, the region will not start and abends with U1800 (x'706). The dump is showing an abend of U716 (x'2CC').

The following message may be seen in the CTS output:

BPXP018I THREAD nnnnnnnnnn, IN PROCESS yyyyyy, ENDED

WITHOUT BEING UNDUBBED WITH COMPLETION CODE 040002CC

, AND REASON CODE 00000000.

Why is this happening?

Environment

Release: ACF2 R16
Component: ACF2MS

Resolution

CICS TS 4.2 added passphrase support. When that enhancement was done, new transaction CESL was added by IBM for the new signon attempt with a password phrase. A new ACF2 parameter to SIGNON was also added: TRANONL. With these changes, code was added to make TRANON, TRANOFF, and TRANONL mutually exclusive. This was done in PTF RO46083. Checking in the PTF will cause a U716 abend if any of these parameters have the same value.

The defaults are:

TRANOFF=CESF
TRANON=CESN
TRANONL=CESL