Author: RahulG31
Posted: Thu Feb 23, 2017 9:25 pm (GMT 5.5)
Does your COBOL program abends at sqlcode = 100 ?
.
Posted: Thu Feb 23, 2017 9:25 pm (GMT 5.5)
CuriousMainframer wrote: |
Hi RahulG131 , Good point here , but cobol program is not deleting the record . also the strange part is that the query works fine when I remove the statement doc_update_ts <> '0001-01-01-01.01.01.000001' from the where clause . the record I am trying to fetch has doc_update_ts as a valid date - 2016-01-12-07.08.15.001256. So it should fetch me the row with the check on doc_update_ts field. The SQL statement does return a 100. |
Does your COBOL program abends at sqlcode = 100 ?
.