This page (revision-5) was last changed on 26-Nov-2021 10:22 by JMyers

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
5 26-Nov-2021 10:22 764 bytes JMyers to previous
4 26-Nov-2021 10:22 626 bytes JMyers to previous | to last
3 26-Nov-2021 10:22 618 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 577 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 575 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 2 changed 5 lines
IF is used for comparison purposes.
This command has a True path (If Goto) and a False path (Else Goto).
Statement: If employees are in Group 56 then go to Line 00200 otherwise go to Line 01000.
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 IF DB DGR.GROUP_CODE EQ A 56 00200 01000
IF is used for comparison purposes. This command has a True path (If Goto) and a False path (Else Goto).
At line 8 changed 3 lines
Statement: If regular earnings (stored in PC 500) are greater than $2500, go to Line 00400 otherwise exit the UserCalc
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 IF PC 500 GT N 2500 00400 99999
;Statement: If employees are in Group 56 then go to Line 00200 otherwise go to Line 01000.
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto||Else GoTo
|00010 |IF| DB| DGR.GROUP_CODE| EQ| A| 56 | | | 00200 |01000
At line 8 added 9 lines
;Statement: If regular earnings (stored in PC 500) are greater than $2500, go to Line 00400 otherwise exit the UserCalc.
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto||Else GoTo
|00010 |IF |PC |500| GT| N |2500| | | 00400| 99999
----
![Notes|Edit:Internal.IF_COMMAND]
[{InsertPage page='Internal.IF_COMMAND' default='Click to create a new notes page'}]