On Mon, 25 Apr 2011 14:49:29 -0500, McKown, John wrote: >It is possible to enter a paragraph in either way: You can PERFORM >a section, paragraph, or series of paragraphs (A THRU B). It is >possible, but unlikely to have: > >A. >...code > PERFORM B THRU D. > PERFORM C. >... > GOBACK. >B. code >... more code in B >C. code >... more code in C >D. code >... more code in D >E. > >Now, assume that some statement in C causes an abend. Was it from the >first PERFORM, where it just got "dropped into" on the way from B to D? >Or was it the second PERFORM where it was directly PERFORM'd from >paragraph A?
IIRC, when B falls through to C, the perform exit point for C is set to point to D. -- Tom Marchant ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

