Originally Posted by og
With apologies to people who DO know how to program computers:
IF SC<1200 AND travel won't get SC=1200 in membership year THEN send letter saying "put up or shut up and lose status" UNLESS all travel in FIRST = A class OR travel in Business = D class then automatically send letter saying LOSE STATUS etc.
og.. I'm glad you aplogised!
I have never seen a keyword UNLESS used in 30 years

.
To rephrase:
Code:
IF SC < 1200 AND
( CURRENT_SC + PROJECTED_SC ) < 1200 THEN
IF F_TRAVEL <> "A" AND J_TRAVEL <> "D" THEN
CALL SEND_PUT_UP_OR_SHUT_UP
ELSE
CALL SEND_LOSE_STATUS