Derived from Probationary Period Code, it indicates whether an employee has probationary/tenure track status in this classification. This field can be used to sum the number of employees or positions with probationary status. Refer also to Probationary Period Group.
This is a defined field:
XX:PROBSTAT/I5 = IF (XX:PROBCODE EQ 'A' OR 'B' OR 'C' OR 'D' OR 'E' OR 'T') THEN 1 ELSE 0;
|