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