ZOWE fails with CEE3204S abend
search cancel

ZOWE fails with CEE3204S abend

book

Article ID: 261922

calendar_today

Updated On:

Products

Brightside

Issue/Introduction

ZOWE STC fails with CEE3204S (system completion code 0C4):

 17.03.29 STC12243  +CEE0374C CONDITION=CEE3204S TOKEN=00030C84 59C3C5C5 00000000_00000000  730
    730                       WHILE RUNNING PROGRAM main WHICH STARTS AT 1F10CF00
    730                       AT THE TIME OF INTERRUPT
    730                       PSW     07850401 80000000 00000000_1F10CF50
    730                       GPR 0-2 00000000_00000000 00000000_00000000 00000000_00000020
    730                       GPR 3-5 00000000_00000000 00000051_95FFEEC0 00000000_0DB99788
    730                       GPR 6-8 00000000_00000000 00000000_1F10CF2E 00000051_8DE1D5C0
    730                       GPR 9-B 00000000_1F110388 00000051_8DE055E8 00000051_B6315A30
    730                       GPR C-E 00000051_00000003 00000000_0002D000 00000000_00000880
    730                       GPR F   00000000_0D9BF010

Environment

Release : 4.0

Cause

ZOWE STC sysout shows:

_CEE_RUNOPTS=XPLINK(ON),HEAPPOOLS(ON) ENVAR("_CEE_ENVFILE=DD:STDENV") POS(ON) FILET(AUTOCVT,AUTOTAG).

 

Resolution

Update DD STDENV in ZWESLSTC STC and set HEAPPOOLS OFF.

For example:

//STDENV   DD  *
_CEE_ENVFILE_CONTINUATION=\
_CEE_RUNOPTS=HEAPPOOLS(OFF),HEAPPOOLS64(OFF)
CONFIG=/etc/zowe.yaml
/*

 

Additional Information

if I am starting ZOWE via OMVS ZWE START -c </Path>, where the HEAPPOOLS(OFF) param should fit ?

The zwe start command is reading the config yaml file and it will start the STC for zowe, HEAPPOOLS(OFF) only needs to be added to the STC (ZOWE STDENV).