Hi,
In my cobol-ims-db2 application program, I have a simple SELECT query. First value from input is moved to the keys in the query section. I'm getting the proper output. (SQLCODE =0).
After reading the second record from the file, key is moved perfectly. (I found out by giving display statements before the call). But I'm getting +100 row not found error. But actually I've the same row in the table.
This problem happens if WHENEVER I have any row in the second row.
I ran the program with single row in the input file. My program RAN FINE WITHOUT ANY ABEND. I tried to expedite the program. But no use.
Any suggestions??
Thanks,
Ranjini.S