My Debug session never re-enters my COBOLUSEREXT
Golden Gate 19.1.0.0.4.
I am trying to debug my COBOLUSEREXIT on the Extract side.
I am using the DEMOXCOB user exit as my template.
When I "RUND UEEXT6/IN GGUPARM.EXTONL6, NAME $GGE01,LIB/", I am able to break on #COBOLUSEREXT and, once in my Cobol, I am able to break on section HANDLE-START. The COBOLUSEREXIT opens the Enscribe file, expands the name of the file in internal-file-name then exits the COBOLUSEREXIT (back to the Extract). I then break on #COBOLUSEREXIT, again, because I want to step through section PROCESS-RECORD. However, the extract never returns back to the COBOLUSEREXIT. What am I doing wrong?