call CI in app engine with do select
Hello. I have an app engine calling a CI with a Do select, loading the required recs into AET, then calling CI until EOF on Do select. Each time the CI encounters a data error, it goes to “no success”, but I want it to ignore these errors and continue on to the next record, loading the records that are good, and ignoring the records that are bad (I display a msg) I’m using try/catch.
It works when I remove the Do select and instead call the CI in a single step using an iterative loop via rowselect processing. How can I get it to work with a Do select, which I prefer to use??? I reviewed