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

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
11 26-Nov-2021 10:22 2 KB ihowie to previous
10 26-Nov-2021 10:22 2 KB ihowie to previous | to last
9 26-Nov-2021 10:22 2 KB khiggs to previous | to last
8 26-Nov-2021 10:22 2 KB khiggs to previous | to last
7 26-Nov-2021 10:22 2 KB khiggs to previous | to last
6 26-Nov-2021 10:22 1 KB rforbes to previous | to last
5 26-Nov-2021 10:22 1 KB RForbes to previous | to last
4 26-Nov-2021 10:22 1 KB RForbes to previous | to last
3 26-Nov-2021 10:22 1 KB JMyers to previous | to last
2 26-Nov-2021 10:22 1 KB JMyers to previous | to last
1 26-Nov-2021 10:22 1 KB JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed 6 lines
There are two ways that this operator may be used:
* To determine the value from the beginning of the Pay Period to a date passed as Operand 3.
* To determine the value between any two dates, which requires additional set up
** You must define a variable with the name (exactly) as ELPL_BEGIN_DATE, date format, which contains the start date for your inquiry
** Also define a variable with the name (exactly) as ELPL_END_DATE, date format, which contains the end date for your inquiry
** The use of ELPL only looks at Operand 2 for the name of the element.
There are two ways that this operator may be used:\\
\\1) To determine the value from the beginning of the Pay Period to a date passed as Operand 3.\\
\\2) To determine the value between any two dates, which requires additional set up **\\
\\** You must define a variable with the name (exactly) as ELPL_BEGIN_DATE, date format, which contains the start date for your inquiry
\\** Also define a variable with the name (exactly) as ELPL_END_DATE, date format, which contains the end date for your inquiry.
\\** The use of ELPL only looks at Operand 2 for the name of the element.
\\** The variables ELPL_BEGIN_DATE and ELPL_END_DATE must be re-declared after each time the ELPL operand is called.
At line 16 changed one line
;Statement:If a part time employee worked more than 30 hours in the 1st week of the biweekly pay period, create a warning on the Exceptions Report.\\
;Example 1:If a part time employee worked more than 30 hours in the 1st week of the biweekly pay period, create a warning on the Exceptions Report.\\
At line 19 added one line
At line 20 changed one line
|00100| LET|V|WK1 END DATE|EW|$S|PERIOD-START_DATE| | |00110
|00100| LET|V|WK1 END DATE|EW|$S|PERIOD-START_DATE| | |00110|
At line 24 changed one line
|99999|EXIT| | | | | | | |99999
|99999|EXIT| | | | | | | |99999|
At line 30 added 12 lines
;Example 2:Determine if an employee worked on a specific day. If they did give them the amount of time defined on IEAS as Hours Per Day.\\
||Line||CMD||OT||Operand 1||OPER||OT||Operand2||OT||Operand3||If Goto|| Else GoTo
|00100| LET|V|ELPL_BEGIN_DATE|EQ|D|24-DEC-2013| | |00200|
|00200| LET|V|ELPL_END_DATE|EQ|D|24-DEC-2013| | |00300|
|00300|LET|V|HOL TIME WRKD|ELPL|ET|STAT WRKD| | |00400|
|00400|IF|V|HOL TIME WRKD|GT|N|30| | |01000|99999
|00200|LET|PC|630|EQ|DB|EASD.HOURS_PER_DAY| | |99999|
|99999|EXIT| | | | | | | |99999|