The STR modifier only works with BYTE arrays.

Change ...

Income var word(9)

to

Income var BYTE(9)