AIX cics程序编译 ERZ057001E的问题

Posted on 2011-08-25 21:47  疯言&疯语  阅读(269)  评论(0)    收藏  举报

编译项目cics库文件的时候报错如下:




Cannot access message catalog 'catalogName' for message 'messageId'
Explanation
CICS was unable to retrieve the message text from the message catalog 'catalogName'. Note that the Message Sequence Number (MSN) associated with this message is the MSN for the original message.
System action
CICS continues processing.
User response
If this is the first time CICS is being run, then ensure that the operating system permits a sufficient number of open files per process. Otherwise, check that an accessible CICS message catalog exists in a directory named in your environment variable NLSPATH. On UNIX, a possible additional cause is that the environment variable LANG is not valid.


后来在网上找到解决的办法:

cd /usr/lib/nls/msg/en_US
ls -l cics.cat
如果没有的话

创建软连接
ln -s /usr/lpp/cics/msg/en_US/cics.cat ./


再次重新编译,正常完成

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3