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?
You can use this…
DATE3P gives the current date in P’YYYYDDD’ packed decimal format.