Thanks Siddharth,
This Note does not appear to apply to us. The code they reference in the Correction no longer appears to exist in MP007730. But I did find this check in the Module "veteran_status_US":
"Validate the interval of the discharge date for recently seperated veteran
"Should not be more than three years.
IF q0077-vets5 EQ 'X'.
IF p0077-dcrdt IS INITIAL.
MESSAGE e278(5u).
ENDIF.
ENDIF.
But, even though the comment says to check the date for 3 years or older, the code only checks if that value "IS INITIAL".
In looking at the messages table, there is a message 279 that says:
"Given Discharge Date is invalid for Recently Separated Veterans"
But, in searching where this message is used, it finds it not used anywhere.
Thanks,
-Kevin