摘要:
请教各位:
[情况]
如果该用户没有退出400,可使用dspjoblog来查看该用户所执行的操作;可如果该用户退出了,就无法再查看他所做操作了。
[问题]
如果该用户执行了删除library操作,而他又退出了400,那我该通过什么途径去查看呢?
请各位帮我想想办法......
aeiou 回复于:2004-01-06 13:49:59
这么棘手的问题~~俺也想知道啊~
不知道dsplog行不行?俺现在想试一下都试不了......
摘要:
这个是我以前的笔记,并参考了一些书籍,对异常ipl的原因作了如下归纳,希望能够给as/400管理员提供参考。
下列任何一项都可能会导致异常的ipl(初始程序装入):
★使用“异常结束作业”(endjobabn)命令;要查看是否使用此命令,可在作业记录中寻找消息cpf1124。
★在“专用服务工具”(dst)菜单上使用选项7(启动服务工具),然后使用选项7(操作员面板功能)。
★使用“电源”按钮,而不是pwrdwnsys命令。
★在将所有数据从主存......
Fun With Dates In RPGLE
rpgle提供了许多有关日期数据格式的用法,下面对这些日期的用法进行了一下汇总。
【相关文章:
Win2000 操作技巧大全 】 【扩展阅读:
Windows2000怪异”故障”两例(】[b:2ffd804c3d]1.built in functions used with date processing[/b:2ffd804c3d]
【扩展信息:
Win2000 操作技巧集中营 】 %mseconds retrieve milliseconds from formatted date
%seconds retrieve seconds from formatted date
%minutes retrieve minutes from formatted date
%hours retrieve hours from formatted time
%days retrieve days from formatted date
%months retrieve months from formatted date
%years retrieve years from formatted date
%date retrieve the date
%time retrieve the time
%timestamp retrieve a time stamp
%subdt substring year, month or day from formatted date
%char use a decimal field in a substring function
2.[b:2ffd804c3d]define date variables all date formats[/b:2ffd804c3d]
without keyword datfmt will default to *iso. 2003-09-23
when you initialize a date field you must prefix the date with the letter "d" ,see below.
[code:1:2ffd804c3d]d*---------------------------------------------------------
d* field definitions.
d*---------------------------------------------------------
d isodate s d
d usadate s d datfmt(*usa)
...
下一页 摘要:
在用inztap格式化磁带时,clear参数选择"no" 或"yes"有什么不同?
【查看cu论坛原帖】【添加到收藏夹】【关闭】
qingzhou 回复于:2003-12-25 09:28:27
自己看帮助就行了呀!
帮你摘出来:
清除 (clear)
指定初始化磁带时是否从磁带中删除所有先前的标号和数据。若该卷必须清除
所有数据,则将其从初始代号标号或磁带标记的位置放置到磁带标记的末。
......