摘要:
关于files attribute更改,pf—dta可不可以改为pf—src!反之呢?
xuguopeng 回复于:2003-10-29 12:12:54
应该是不可以的吧
zzzddd 回复于:2003-10-29 13:10:13
有意义吗,这样做??
好男孩 回复于:2003-10-29 13:14:32
不可以的
yokel 回复于:2003-10-29 15:09:53
据可靠消息报道:
as/400的......
摘要:
我想要在rpgsql中用sql来判断一个记录是否存在
exec sql
if exists(select * from xxxx where id = vid) then
insert into。。。。。。。。。。。。。
endif
end-exec
但是提示if不是期望的,在sql下是可以这么写的,在rpgsql里除了用chain应该怎么写(用sql)?
另一个问题就是在rpgsql中声明游标
exec sql
declare c1 cursor......
另一版本的两日期相差多少天
0001.00 c************************************************************
【相关文章:
适合Win2000的Msconfig 】 【扩展阅读:
客户机无法访问windows2000的资】 0002.00 c* you can browse the ile rpg/400 at page 467.
【扩展信息:
用好Windows 2000的关机与休眠】 0003.00 c* you can call tobey/te205 program to test this program .
0004.00 c* this program test by tobey on 25 december 1998 .
0005.00 c************************************************************
0006.00 hdatfmt(*iso)
0007.00 ddat1 s d datfmt(*iso)
0008.00 ddat2 s d datfmt(*iso)
0009.00 d ds
...
下一页 摘要:
如果spool file里没有中文,那copy到pf是没问题。
但是如果spool file里含有中文,那么copy到pf后中文为乱码,我把用户简表里的ccsid改为935,语言选中文也不行。
用来保存spool file数据的pf在创建的时候应该注意什么吗??
我在创建pf的时候,dbcs=*yes,但是如果指定了ccsid和语言,那就不能创建成*data类型的pf,我又没有dds参考,该怎么办???
子樵 回复于......