I am comparing for a string, see for example
if value = APPLE
compute ..
if value = GRAPES
compute ..
but the value on my file is lowercase.
What should i do inorder to match values, aside from inspect converting and without changing my input file?
Are there any methods in cobol?
thanks