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 966 bytes JMyers to previous
3 26-Nov-2021 10:22 828 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 776 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 763 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
MBT - Months Between
!!MBT - Months Between
At line 3 changed 8 lines
The number of months will be expressed as a fractional number.
Statement: If an employee has worked more than 3 months for the company and their employment status is still listed as ‘Probation’, issue a warning to the Exception Report.
Line CMD OT Operand 1 OPER OT Operand2 OT Operand3 If Goto Else GoTo
00010 LET V MONTHS SERVICE MBT DB EEM.HIRE_DATE $S PERIOD-END-DATE 00020
00020 IF V MONTHS SERVICE GE N 3 00100 99999
00100 IF DB DES.STATUS_CODE EQ A PROBATION 00200 99999
00200 MSG A EE STATUS S/B ACTIVE 99999
99999 EXIT 99999
The number of months will be expressed as a fractional number.
;Statement: If an employee has worked more than 3 months for the company and their employment status is still listed as ‘Probation’, issue a warning to the Exception Report.
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto|| Else GoTo
|00010| LET|V|MONTHS SERVICE|MBT|DB|EEM.HIRE_DATE|$S|PERIOD-END-DATE|00020|
|00020| IF|V|MONTHS SERVICE|GE|N|3| | |00100| 99999
|00100|IF|DB|DES.STATUS_CODE|EQ|A|PROBATION| | |00200| 99999
|00200| MSG|A|EE STATUS S/B ACTIVE| | | | | |99999|
|99999| EXIT| | | | | | | |99999 |
----
![Notes|Edit:Internal.MBT_OPERATOR]
[{InsertPage page='Internal.MBT_OPERATOR' default='Click to create a new notes page'}]