Derived from Probationary Period Code, it indicates whether the employee has permanent/tenure status in this classification. This field can be used to sum the number of employees or positions with permanent status. Refer also to Probationary Period Group.
This is a defined field:
XX:PERMSTAT/I5 = IF (XX:PROBCODE EQ 'I' OR 'J') THEN 1 ELSE 0;
|