HCI considerations for functional test
Your Host Communications Interface (HCI) JCL (sample member HCIPROCS in SLCXCNTL) must also include the following DD statements1 for Topaz for Total Test:
//CEEDUMP DD DUMMY
//XASYSOUT DD SYSOUT=*
We recommend to set up your HCI connection with REGION=0M as the required region size varies depending on the size of the modules to analyze. Should your site not allow REGION=0M, set region size to 92M, for example, and increase it should an "out out memory" condition occur.
When running z/OS Agent v2.0.0 or later, the LEE settings for ALL31 must be ALL31(ON) and the third parameter in STACK must be set to ANYWHERE. These LEE settings can be applied using DD statement CEEOPTS when starting the z/OS Agent task. Example of CEEOPTS DD statement:
ALL31(ON)
STACK(262144,131072,ANYWHERE,KEEP,524288,131072)
/*
See “Configuring Connections” in section “Configuring the Topaz for Total Test Repository Server” of the BMC Compuware Web Products Installation and Configuration Guide. Also, see the Enterprise Common Components Installation and Configuration Guide and Enterprise Common Components Advanced Configuration Guide for information how to configure HCI.
1 PTF CXS902A removes the need for //XASYSOUT