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 894 bytes rforbes to previous
4 26-Nov-2021 10:22 664 bytes JMyers to previous | to last
3 26-Nov-2021 10:22 524 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 459 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 446 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
CHAR - Convert to a Character
!!CHAR - Convert to a Character
At line 3 removed 6 lines
Statement: Create a character string out of the employee’s Hire Date. Add that to a message being sent to the Exception Report.
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 LET PC 256 EQ $C PARKING FEES 99999
99999 EXIT 99999
00010 LET PC 256 EQ $C PARKING FEES 99999
99999 EXIT 99999
At line 5 added 13 lines
;Statement: Create a character string out of the employee’s Hire Date. Add that to a message being sent to the Exception Report.
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto|| Else GoTo
|00010| LET| V| v_date| EQ| DB| EEM.HIRE_DATE| | |20|
|00020| LET| V| v_char| CHAR| V| v_date | | |30|
|00030| LET| V| v_msg | EQ| A| The hire date is | | |40|
|00040| LET| V| v_msg | ADD | V| v_msg| V| v_char |50|
|00050| MSG| V| v_msg | | | | | |99999|
|99999|EXIT| | | | | | | | |
----
![Notes|Edit:Internal.CHAR_OPERATOR]
[{InsertPage page='Internal.CHAR_OPERATOR' default='Click to create a new notes page'}]