Good use of COBOL EXIT SECTION?

2016-07-21 Thread Bill Woodger
A good idea, but why impose the extra paragraph-name per SECTION? procedure division. main section. mainline. perform one perform two goback . one section. [...do something...] exit section . two section. [...do

Good use of COBOL EXIT SECTION?

2016-07-21 Thread Frank Swarbrick
I'm also going to post this in the IBM COBOL Cafe, but I'm not sure how many people actually use that site... So as you might know, I'm interested/excited about the new "EXIT" statements in Enterprise COBOL. I just had a thought on a good use of EXIT SECTION. We too often run in to issues