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
#COBOL
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.