IBM Support

Enterprise COBOL V6.2 Enablement

News


Abstract

Enterprise COBOL V6.2 Enablement

Content

Enterprise COBOL 6.2 Enablement

A. CICS CSD setup

A new module, IGZXCDA, has been added to the Enterprise COBOL runtime library. Update your CICS System Definition file as shown below. The listed statements are needed. The bold-highlighted last statement is new; add it to your existing definition file.

The necessary DEFINE PROGRAM statement has been added to the CEE.SCEESAMP(CEECCSD) sample file via an LE PTF that should be applied:
z/OS V2.1 -> R790 UI51190
z/OS V2.2 -> R7A0 UI51189
z/OS V2.3 -> R7B0 UI51188

DEFINE PROGRAM(CEEEV004) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKA) GROUP(CEE)
DEFINE PROGRAM(IGZXD24) GROUP(CEE)
DEFINE PROGRAM(IGZXDMR) GROUP(CEE)
DEFINE PROGRAM(IGZLLIBV) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKC) GROUP(CEE)
DEFINE PROGRAM(IGZXLPIO) GROUP(CEE)
DEFINE PROGRAM(IGZXAPI) GROUP(CEE)
DEFINE PROGRAM(IEWBNDD) GROUP(CEE)
DEFINE PROGRAM(IEWBIND) GROUP(CEE)
DEFINE PROGRAM(CDAEEDE) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKB) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKD) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKE) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKF) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKG) GROUP(CEE)
DEFINE PROGRAM(IGZXPK2) GROUP(CEE)
DEFINE PROGRAM(IGZUOPT) GROUP(CEE)
DEFINE PROGRAM(IGZXCDA) GROUP(CEE)


This update is optional if you are using CICS TS 5.1 or later. CICS automatically recognizes module names prefixed with IGZ, and include them into the CICS System Definition by default.

For CICS TS 5.1 and 5.2, APAR PI73184 is required.
For CICS TS 5.3, APAR PI60389 is required



B. SCEELKED and SCEERUN datasets for Enterprise COBOL 6.2

If the link step terminates with the following diagnostic, check the SCEELKED dataset used in SYSLIB DD.
Make sure it is the one with the Enterprise COBOL V6.2 Runtime enablement PTF UI49242(V2R1) / UI49241(V2R2) applied:

IEW2456E 9207 SYMBOL IGZXLERR UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.

If the execution step terminates with the following diagnostic, check the SCEERUN dataset used in STEPLIB DD. Make sure it is the one with Enterprise COBOL 6.2 enablement PTF applied:

IGZ0153S Program <prog-name> was compiled with a level of the compiler that requires service to be installed on Language Environment.
From compile unit <prog-name> at entry point <prog-name> at compile unit offset +xxxxxxxx at entry offset +yyyyyyyy at address wwwwwwww.


C. Language Environment Documentation Updates

Refer to the technote below for Language Environment Documentation updates.
http://www.ibm.com/support/docview.wss?uid=swg22007685

[{"Product":{"code":"SS6SG3","label":"Enterprise COBOL for z\/OS"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Component":"Documentation","Platform":[{"code":"PF035","label":"z\/OS"}],"Version":"6.2","Edition":"Enterprise","Line of Business":{"code":"LOB17","label":"Mainframe TPS"}}]

Document Information

Modified date:
08 August 2018

UID

swg22007689