|
you got it right. From: Joe Pluta <joepluta@PlutaBrothers.com> > > yet, unlike C et al., in COBOL (in the procedure division) you hardly > > ever *have* to use the period (only at paragraph end) > > Let me understand something here... with an IF statement, does the IF > continue through all statements until it hits a period? ===> or an END-IF > > CALC-1. > IF A > B > ADD 1 TO C > ADD 1 TO D > . > > The above defines a paragraph named CALC-1. If A <= B, then does it add one > to D or not? If not, and I want to change this, do I have to use "END-IF"? > > CALC-1. > IF A > B > ADD 1 TO C > END-IF > ADD 1 TO D > .
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.