Hi, Is it possible to compare to a range of values in COBOL? I'm thinking of something like this: if account-id between 1 and 7 then perform debit-internal-account else debit-customer-account end-if Regards
↧