>Thanks Tom, I was already aware of that and am using the WITH DEBUGGING MOD= >E only in the program at issue. My problem is that the driving code (which= > I am forced to use by the structure of the application) unfortunately call= >s the subroutine from multiple places, but the error I am tracking down onl= >y occurs from a call at one of those several call locations. What I hoped = >to do is to turn OFF the effect of WITH DEBUGGING MODE until the driving co= >de gets to the one call location of interest, then turn the WITH DEBUGGING = >MODE ON again for just that one call location and turn it OFF again after t= >hat one call location completes the call. > >I am guessing this isn't possible, so I will just have to ignore the chaff = >and look only for the wheat.
I think you are right, run-time options are set at the enclave level, not at the program level. Too bad, that would have helped you! Cheers, TomR (AKA Captain COBOL :-) >> COBOL is the Language of the Future! << ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
