The screening statements below can be used to identify intermittent employees.
-
In the employment history files use time base. For example:
WHERE XX:TIMEBASE EQ 'INT'
-
In the payment history files use payment type, roll code and salary type. For example:
WHERE (XX:PAYMETYP EQ '0') AND (XX:ROLLCODE EQ '3') AND (XX:SALTYPE EQ '4' OR '5')
Last Updated: March 1, 2024