使用 JCL-SYNCSORT 将压缩十进制儒略日期与(压缩十进制当前儒略日期 - 7 天)进行比较?
我有一个要求如下。
在我的输入文件中,我在第 23 个位置(位置 23,长度 4)打包了十进制儒略日期 [YYYYDDD 格式]。
如果我输入的儒略日期小于(当前儒略日期 - 7 天),则将记录写入 Out File1。
Else 将记录写入 Out file2。
谁能告诉我如何使用 JCL-SYNCSORT 比较压缩十进制儒略日期与(压缩十进制当前儒略日期 - 7 天)?
I have a requirement as below.
In my Input file, I have Packed decimal Julian date[YYYYDDD format] in 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 Out File1.
Else Write the records into Out file2.
Can anybody let me know how to Compare Packed decimal Julian date with (Packed decimal Current Julian date-7days) using JCL- SYNCSORT?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用这个...
DATE3P 以 P'YYYYDDD' 压缩十进制格式给出当前日期。
You can use this...
DATE3P gives the current date in P'YYYYDDD' packed decimal format.