Specifications

Bankway Network Standards Guide - Distributed Terminal Server in Every Branch
This constitutes a trade secret of Fidelity National Information Services, Inc. 03/08 Research & Development
Page 21 of 63
The following information pertains to the z/OS environment:
MQSeries customization options Contact FIS for an in-depth review of these
options.
LE (IBM z/OS Language Environment) This set of common services and
language-specific routines provides a single run-time environment for applications
written in LE-conforming language.
The default run-time options supplied with LE may not be suitable for the application
requirements at your site; therefore, you may need to customize the run-time environments (both
batch and CICS) to ensure the optimum performance of your applications. The following options
are recommended:
CICS Run-Time Environment (CEECOPT Member)
ABTERMENC=((ABEND),OVR) This is the default value for this member, which
means that the z/OS LE abend code is produced instead of the original abend
code.
ALL31=((OFF),OVR) and STACK=((4K,4K,BELOW,KEEP),OVR) These options
indicate that one or more routines are AMODE24.
STORAGE=((OO,NONE,NONE,OK),OVR) This option ensures that the value of
any heap storage allocated by the storage member is initialized to x’00’.
Batch Run-Time Environment (CEEDOPT Member)
TRAP=((OFF),OVR) This is the default value for this member, which means
that the z/OS LE abend code is produced instead of the original abend code.
TERMTHDACT=((UADUMP),OVR) This option causes a system dump to be
created in addition to the LE dump when an abend occurs.