In A9.3, the 401K limit is ignored.
A: The program variable was not being cleared between employee records being processed causing the same amount to be carried over to the next employee. In this case, the first employee has two checks and has the 401K set up to calculate on both checks. This amount is not cleared in the program before the system processes the next employee, causing the next employee to have the same amount withheld without reading the precondition that might exist, such as the employee might have already met the 401K limit or is about to reach the limit. Bug