Payment batch is errored out due to future year in payment
SELECT * FROM PRODDTA.F0413 WHERE RMPYID > '247190' and RMDMTJ >'119000' results show
RMPYID DCT RMDOCM RMPYE RMGLBA -RMDMTJ RMICU ICUT RMDICJ RMPAAP ...
247198 _PN _88788 __17382 _65205517 208318 228953 _W _118318 _-246752 ...
The Julian date is 208318 which is equivalent to year 2108 when it should be 2018
I am not sure if I should do a SQL query to fix the date in PRODDTA.F0413 >> RMDMTJ
Or if I should create a Fiscal year equal to 2108 in Proddta.F0008 (Company Names and Numbers)