CARMA memory leak trace

This trace requires Developer for z/OS® Versions 7.1.1.4, 7.5.1.1, 7.6.0.1 or later.

CARMA can run with an LE diagnosis heap manager, which will allow development to find the cause of a memory leak. Upon termination, this heap manger writes a memory allocation report to the CARMALOG DD. See http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/CEEA1190/2.1.10?SHELF=CEE2BK90&DT=20080530025919 (z/OS 1.10) for more information.

Batch submit invocation CRASUBMT:
//CARMALOG DD SYSOUT=*
//SYSTSIN DD *  ISPSTART PGM(CRASERV) +  
  PARM('ENVAR(“_CEE_HEAP_MANAGER=CEL4MCHK”)/&PORT &TIMEOUT')
/* 
CRASTART invocation in crastart.conf (indentation indicates line continuation):
-COMMAND=ALLOC FI(CARMALOG) MOD CATALOG DSORG(PS) RECFM(F,B)
   LRECL(133) BLKSIZE(27930) SPACE(5,5) TRACKS UNIT(SYSALLDA)
   DA(&CRAUSER..&SYSNAME..CRA.CARMALOG)
PROGRAM=IKJEFT01 ISPSTART PGM(CRASERV)
   PARM('ENVAR(“_CEE_HEAP_MANAGER=CEL4MCHK”)/&CRAPRM1. &CRAPRM2.')