This page (revision-3) 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
3 26-Nov-2021 10:22 825 bytes JMyers to previous
2 26-Nov-2021 10:22 652 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 639 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 4 lines
NN - Not In (List)
The Not In (NN) operator checks to see if Operand 1 is NOT contained in the list found in Operand 2.
See $L in the 5.1.4. section.
Statement: If an employee is unionized, charge $2.50 for union dues (into PC 1017)
!!NN - Not In (List)
The Not In (NN) operator checks to see if Operand 1 is NOT contained in the list found in Operand 2. See [List Variable|$L_VARIABLE]
;Statement:If an employee is unionized, charge $2.50 for union dues (into PC 1017)
At line 6 changed 3 lines
00010 IF DB DUN.UNITE_CODE NN $L UC-NON UNION UNITS 00100 99999
00100 LET PC 1017 EQ N 2.5 99999
99999 EXIT 99999
|00010|IF|DB|DUN.UNITE_CODE| NN| $L| UC-NON UNION UNITS| | |00100 99999
|00100|LET|PC|1017|EQ|N|2.5| | |99999 |
|99999| EXIT| | | | | | | |99999 |
At line 13 added 5 lines
----
![Notes|Edit:Internal.NN_OPERATOR]
[{InsertPage page='Internal.NN_OPERATOR' default='Click to create a new notes page'}]