Hi,
First, you should process Wage type 2009 instead of /101, because the rule should be called only when the wage type is used.
So, what you can do, put /101 in a variable like &/101. Create a rule that will cumulate all /101(if split for example).
Then call your rule with 2009 instead of /101. So you do
amt=& 101
num=kzpy01
multi ana
addwt *
Your rule is probably no working because your 2009 split is not like /101. If you want to use your rule, read about elimi operation.
Hope this help,
Frederick