Suppose i have one file having number of records..for ex..
ABC = 12
BCD = 24
EFG = 3
FGH = 44
GHI = 5
IJK = 67
JKL = 79
...
...
NNN = 999
Now i have to search the value of "GHI" from this file. if its find it will dispaly the value "5" else will display no record found.
My querry is how to code this in cobol.
PLeaes let me know the code as am new to cobol dont have an idea to achieve this.