When encoding the date 2000-01-12 with the AS400Date class using format 13 (YM) the result in EBCDIC is 00/01 which is correct from my point of view.
When decoding 00/01 with the same AS400Date object I get the date 2100-01-01 where the year is incorrect. I think it should be 2000-01-01.
All the best
Peer
Same applies for format 0 (MDY) and 2000-01-01