This page (revision-4) 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
4 26-Nov-2021 10:22 915 bytes JMyers to previous
3 26-Nov-2021 10:22 777 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 719 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 706 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
NUM - Convert to a number
!!NUM - Convert to a number
At line 3 changed 8 lines
Statement: Wage Scale Codes are held in the database as data type Char. The UserCalc must check what the next scale step is by adding 1 to the current scale and then re-converting that back to a code to read its value from the database.
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 LET V SCALE AS NUMBER NUM DB SWS.SCALE_CODE 00020
00020 LET V SCALE PLUS 1 ADD V SCALE AS NUMBER N 1 00030
00030 LET V SCALE AS CODE CHAR V SCALE PLUS 1 00040
00040 LET V MESSAGE EQ A EE SHOULD BE AT SCALE V SCALE AS CODE 00050
00050 MSG V MESSAGE 99999
99999 EXIT 99999
;Statement: Wage Scale codes are held in the database as data type Char. The UserCalc must check what the next scale step is by adding 1 to the current scale and then re-converting that back to a code to read its value from the database.
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto|| Else GoTo
|00010| LET|V|SCALE AS NUMBER|NUM|DB|SWS.SCALE_CODE| | |00020|
|00020| LET|V|SCALE PLUS 1|ADD|V|SCALE AS NUMBER|N |1|00030|
|00030| LET|V|SCALE AS CODE|CHAR|V|SCALE PLUS 1| | |00040|
|00040| LET|V|MESSAGE|EQ|A|EE SHOULD BE AT SCALE|V|SCALE AS CODE|00050|
|00050| MSG|V|MESSAGE | | | | | |99999|
|99999| EXIT| | | | | | | |99999 |
----
![Notes|Edit:Internal.NUM_OPERATOR]
[{InsertPage page='Internal.NUM_OPERATOR' default='Click to create a new notes page'}]