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 497 bytes JMyers to previous
3 26-Nov-2021 10:22 363 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 351 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 338 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
!!D - Date
!!d - Date
At line 5 changed one line
;Statement: If the employee's hire date is less than January 1, 2004, go to line 00100, else exit the UserCalc.
Statement:If the employee's hire date is less than 1st January 1989, go to line 00100, else exit the UserCalc.
At line 8 changed 6 lines
|00010| IF| DB| EEM.HIRE_DATE| LT| D| 01-JAN-2004| | |00100| 99999
----
![Notes|Edit:Internal.D_CONSTANT]
[{InsertPage page='Internal.D_CONSTANT' default='Click to create a new notes page'}]
00010 IF DB EEM.HIRE_DATE LT D 01-JAN-1989 00100 99999