有人知道异常终止 SQL -927吗

问题描述 投票:0回答:1

我们正在从 <4.2 to 4.2. I am facing issue when one job got failed because of sql -927. The job is Invoking one IMS module the that module multiple module and at the end it call the the DB2 Module. The entire call call chain only last program is a DB2 program.

升级 cobol 版本

打开 PPOS 光标时出错
在第 1000 段初始化过程中
SQL 代码 = 000000927-
SQLERRML = 00000+
SQLERRMC =
SQLERRP = DSNELI
CEE3250C 发出系统或用户异常终止 U 759 R=NULL。
从入口点处的编译单元 PPOS 编译单元关闭处的 PPOS 地址0034E8F6。

我尝试多次重新编译过程但未纠正

cobol mainframe jcl
1个回答
0
投票

您需要通过DSN命令调用该程序。调用旧版本的 JCL 应该可以正常工作。

© www.soinside.com 2019 - 2024. All rights reserved.