望高手来解释下keep这个keyword
引用IBM上的一段话:
Use this record-level keyword to keep the display from being deleted when the display file is closed. The entire display is kept if any of the records on the display have KEEP specified. The default causes the entire display to be deleted when the file is closed.
不怎么明白,keep display from being deleted when the display file is closed什么意思?
一般情况下,好像不用keep,有何实际用途.还有与CLRL(*NO)有什么区别?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CONST是指颜色.
在DSPF中定义ROLLUP(95)
在RPGLE中定义(WORKSTN中声明INDDS(XXXX))
D XXXX DS 99
DPAGEDOWN 95 95N
在按pagedown的时候,pagedown的值是*on,为什么*IN95的值在此时却是*off,
是因为INDARA得原因么?
再问下,在D行中用Cdeclare的
const(X'20')
const(X'22')
const(X'38')
是指颜色么?