465 ! & ! & ! MAPSEL - Defines the sublist definition array & ! & ! & ! SEL.FIELD.NUM$ the number of the field to be compared & ! 1 = primary ID & ! 2 = alternate ID & ! 3 = counter & ! 4 = zip code & ! 5-10 = categories 1-6 & ! SEL.PR.CODE$ the precedence code & ! blank = first sublist line (no connector) & ! 1 = or & ! 2 = and & ! SEL.OP.CODE$ operation code & ! 1 = is & ! 2 = above & ! 3 = below & ! 4 = between & ! SEL.ACC.REJ$ accept/reject code & ! A = Accept (is, above, ...) & ! R = Reject (NOT is, NOT above, ...) & ! SEL.FUTURE$ not used & ! SEL.VALUE.1$ first value against which to compare & ! SEL.VALUE.2$ second value against which to compare & ! & ! SEL.ALL$ an entire sublist definition & ! & !------------------------------------------------------------------- 665 & MAP (MAPSEL) & & SEL.FIELD.NUM$(30%) = 2% & ,SEL.PR.CODE$(30%) = 1% & ,SEL.OP.CODE$(30%) = 1% & ,SEL.ACC.REJ$(30%) = 1% & ,SEL.FUTURE$(30%) = 1% & ,SEL.VALUE.1$(30%) = 16% & ,SEL.VALUE.2$(30%) = 16% & & \ MAP (MAPSEL) & & SEL.ALL$ = 1178% &