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

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 1 KB RForbes to previous
4 26-Nov-2021 10:22 1 KB RForbes to previous | to last Q_OPERATOR ==> EQ_OPERATOR
3 26-Nov-2021 10:22 926 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 876 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 863 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 2 lines
!!EQ – Equals
Q – Equals
At line 3 added 7 lines
EQ is not only a comparison Operator; it is also used with LET to allow values to be moved into Variables, Pay Components, etc.
In addition, EQ can be used to concatenate strings. If the Operands are anything but numbers the information in Operand 2 and 3 will be concatenated and stored in Operand 1.
Statement: If employees are in the salaried unit, they will be assigned a parking fee of $75 into PC 296.
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 IF DB DUN.UNITS_CODE EQ A SALARIED UNIT 00100 99999
00100 LET PC 296 EQ N 75 99999
99999 EXIT 99999
At line 5 removed 11 lines
%%information EQ is not only a comparison Operator; it is also used with LET to allow values to be moved into Variables, Pay Components, etc.
In addition, EQ can be used to concatenate strings. If the Operands are anything but numbers the information in Operand 2 and 3 will be concatenated and stored in Operand 1.%%
;Statement:If employees are in the salaried unit, they will be assigned a parking fee of $75 into PC 296.
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto|| Else GoTo
|00010|IF|DB|DUN.UNITS_CODE|EQ|A|SALARIED UNIT| | |00100|99999
|00100| LET|PC|296|EQ|N|75| | |99999|
|99999|EXIT| | | | | | | |99999|
At line 17 removed 5 lines
----
![Notes|Edit:Internal.EQ_OPERATOR]
[{InsertPage page='Internal.EQ_OPERATOR' default='Click to create a new notes page'}]