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

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 1 KB kparrott to previous
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 1 changed 2 lines
DB - Database Field
Database Fields allow the user to access a large amount of information about the employee from within a UserCalc. Database fields that may be read include, but are not limited to, common definitions (CM), employee master file information (HR), and payroll information (PR).
!!DB - Database Field
Database Fields allow the user to access a large amount of information about the employee from within a UserCalc. Database fields that may be read include, but are not limited to, common definitions [(CM)|MODULE-CM], employee master file information [(HR)|MODULE-HR], and payroll information [(PR)|MODULE-PR].
At line 4 changed one line
Statement: If employees are in Group 56 then go to section 2 otherwise, section 10.
;Statement: If employees are in Group 56 then go to section 2 otherwise, section 10.
At line 6 changed one line
00010 IF DB DGR.GROUP_CODE EQ A 56 00200 0100
|00010| IF| DB| DGR.GROUP_CODE| EQ| A| 56| | |00200| 0100
At line 8 changed one line
Statement: Let the date variable be the Hire Date plus 3 months then go to section 2.
;Statement: Let the date variable be the Hire Date plus 3 months then go to section 2.
At line 10 changed one line
00010 LET V PROB DATE BD DB EEM.HIRE_DATE A +3M 02000
|00010| LET| V| PROB DATE| BD| DB| EEM.HIRE_DATE| A| +3M| 02000 |
At line 15 added 5 lines
----
![Notes|Edit:Internal.DB_FIELD]
[{InsertPage page='Internal.DB_FIELD' default='Click to create a new notes page'}]