引言:
在Windows下安装IBMAS/400ClientAccessforWindows95/NT,通过网上邻居COPY其FILE/MEMBER。
摘要:
h*****************************************************************
h* calculate hours different two date format.
h*****************************************************************
hdatfmt(*iso)
h************************......
摘要:
关于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的......
如何下载AS/400文件并保留其时间不变
在windows下安装ibm as/400 client access for windows 95/nt, 通过网上邻居copy其file/member。
【相关文章:
缝缝补补Win2000】 【扩展阅读:
加速Win 2000的启动】
【扩展信息:
客户机无法访问windows2000的资】
或:
xcopy \\as400systemname\qsys.lib\test.lib\test.file\*.mbr c:
注意:这样拷贝过来的文件是ebcdic编码,需要进行转换。
michael9406 回复于:2003-11-05 13:13:53
good article.
stephenxie2003 回复于:2003-11-05 13:20:04
那么就设为精华来!
:)
stephenxie2003 回复于:2003-11-07 13:26:45
咦?
怎么设了精华,还有改回来的道理!
不要打击我的积极性!
:(
xuguopeng 回复于:2003-11-07 15:52:30
不够详细~ 400不需要任何设置就能在客户端上的网上邻居拖文件??
stephenxie2003 回复于:2003-11-07 17:18:25
当然事先得:
在windows下安装ibm as/400 client access for windows 95/nt
xuguopeng 回复于:2003-11-07 17:33:43
是么?我没试过,400上什么也不用做就可以直接拖文件?有点不可思议
www01 回复于:2003-11-08 11:53:34
是可以的,当然事先得先安装好client access.
不过可要注意字符的转换。
stephenxie2003 回复于:2003-11-10 17:51:57
看到没,这位仁兄同意我的意见!
精华!精华!精华!
stephenxie2003 回复于:2003-11-14 12:21:40
我的自信心都快没了! ...
下一页 摘要:
我想要在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......