CLI0152 CLI2 runtime modules unavailable - Mainframe Call-Level Interface

Mainframe Call-Level Interface (CLI Prefix) Messages

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Mainframe Call-Level Interface
Release Number
15.xx, 16.xx, 17.xx, 20.xx
Published
June 2020
Language
English (United States)
Last Update
2023-11-20
lifecycle
Latest
Product Category
Teradata Tools and Utilities

CLI0152 CLI2 runtime modules unavailable

Explanation:

This error indicates that the CLI2 runtime modules were not link-edited into the application and an attempt to dynamically load them at runtime failed.

Notes:

In all environments except CICS, the CLI2 runtime (DBCHMODS) can be link-edited into the application module (the CLI2 stub routine contains a WXTRN). If not linked in, CLI2 will issue a LOAD for the module.

Remedy:

Ensure either that DBCHMODS is linked into the application (via an INCLUDE statement for DBCHMODS) or that the runtime is accessible to the application at run time.