ChinaUnix.net
相关文章推荐:

cpf4131

大家都知道,如果程序中引用的FILE和程序编译时的FILE结构不同,就会报这个错误,所以我要确认FILE ID,问题是我怎样才能看到程序中引用的那些文件的FILE ID呢?

by 双人鱼 - AS400 - 2009-01-09 14:57:52 阅读(2936) 回复(5)

相关讨论

程序运行中中断 cpf4131 cpf4203 我怎么看帮助信息啊

by 行色匆匆 - AS400 - 2005-01-12 16:32:42 阅读(1451) 回复(2)

最近犯糊涂,在关注MONMSG,看到程序里的写法也都不太一致,所以单独出来请教各位: 1、我原本理解cpf0000是,cpf0000是可以监控到cpf*的信息,CL程序中如果Monitor到Message,就会execute指定的步骤;我是这样理解。 2、但是我又在网上看到这篇的讨论版就更加糊涂了,http://www.happy-net.cn/AS400/13213.htm,下面这句话是根源; ◆我一直认为MONMSG cpf0000可以忽略任何错误 请达人们解解迷团,谢~。

by 小小点 - AS400 - 2014-01-08 10:05:23 阅读(4605) 回复(6)

有谁知道cpf4128是什么错啊? 我CALL别人写好的一个程序,如果走INTERACTIVE则没有问题可以出REPORT,但是如果走BATCH则显示有下面这个错: cause : The RPG program TEST58B3 in library TESTA received the message cpf4128 while doing an implicit OPEN to file TEST58F See the job log for a complete description of message cpf4128 If the file has a device type of SPECIAL there may be no mes...

by xiayu176 - AS400 - 2004-04-15 10:01:19 阅读(1187) 回复(4)

哪位大侠见过或处理过消息cpf4327,请谈谈产生该消息的原因以及处理方法,十分感谢!

by cxlu - AS400 - 2003-12-04 16:15:48 阅读(900) 回复(1)

The 0 character is treated as a wild card for the purposes of error monitoring, so cpf0000 says to monitor for any error. First, you can monitor for a specific message, e.g.: MONMSG MSGID(cpf9801) Or you can monitor for a list of specific messages, e.g.: MONMSG MSGID(cpf9801 cpf9802 cpf9810) Next, you can monitor for a whole group of related messages, using a "generic" designation such as: MONM...

by AS400虫子 - AS400 - 2009-03-04 14:51:55 阅读(2205) 回复(4)

Display Program Messages Job 200173/MIN/QPADEV0046 started on 18/03/09 at 09:17:44 in subsystem QINTE Error message cpf4238 appeared during OPEN (C S D F). 请问这个是什么错误 我用F1看了 但是不是很明确 我这本RPG最下面有个内部帐票 现在发现以前可以运行的内部帐票程序都不能CALL了 还有就...

by lizi211314 - AS400 - 2009-03-19 11:56:10 阅读(2004) 回复(6)

以下的code比较复杂.但我看了很久都不知道为什么会出错(cpf9899)。 0005.15 OVRDBF FILE(EX14DAT) SHARE(*YES) 0005.20 OPNQRYF FILE((EX14DAT)) OPTION(*ALL) QRYSLT(' FLTNO + 0005.21 =' || &CHCLFN || ' *OR DPTDT =%WLDCRD("*' + 0005.22 |< &CHCLDD |< '*") *OR ARVDT =%WLDCRD("*' |< + 0005.23 ...

by JustinCaribe - AS400 - 2008-11-19 14:34:20 阅读(1962) 回复(5)

I/O error cpf5029 was detected in file hg217is

by ithappens - AS400 - 2008-11-12 14:38:24 阅读(1985) 回复(9)

在某一个时段提交SBMJOB,总是报cpf1338错误。该时段不管SUBMIT什么程序,过了这个时段再提交的话 就一切正常了 不知道是为什么?

by xyl303 - AS400 - 2009-02-03 15:14:10 阅读(1689) 回复(0)

I/O error cpf5022 什么意思啊????

by ma19860119 - AS400 - 2008-10-23 15:10:23 阅读(1374) 回复(2)