WAGE - Employee’s Wage #
Convert the employee’s wage (of the primary assignment) to the wage basis found in Operand 2 and return the value to Operand 1.
- Statement
- Calculate the employee’s salary per 6-month period.
Line | CMD | OT | Operand 1 | OPER | OT | Operand2 | OT | Operand3 | If Goto | Else GoTo |
---|---|---|---|---|---|---|---|---|---|---|
000010 | LET | V | MONTHLY SALARY | WAGE | WB | MO | 00020 | |||
00020 | LET | V | 6 MONTHS SALARY | MLT | V | MONTHLY SALARY | N | 6 | 99999 | |
99999 | EXIT | 99999 |