如何使用 JCL-SYNCSORT 比较 PD 儒略日期与(当前儒略日期 7)?
我有以下要求。
在我的输入文件中,我从第23个位置开始(位置23,长度4),有一个十个十个朱利安日期。
如果我的输入朱利安日期小于(当前朱利安日期-7天),然后将记录写入输出文件1。
else将记录写入OututFile2。
有人可以让我知道仅在Syncsort中就此要求的解决方案吗?
I have a requirement as below.
In my input file, I have a packed-decimal Julian date starting in the 23rd position (position 23, length 4).
If my the input Julian date is less than (Current Julian date - 7 days) then write the records into output File1.
Else write the records into outut File2.
Can anybody let me know the solution for this requirement in SyncSort only?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用这个...
DATE3P 以 P'YYYYDDD' 压缩十进制格式给出当前日期。
You can use this...
DATE3P gives the current date in P'YYYYDDD' packed-decimal format.