> RETURN with a comment..........that is an excellent suggestion.

I'd argue that any END statement that's more than a handful (8-10) lines
from the opening IF (or whatever) statement should have a comment.

Here's an example (that's not long enough to satisfy my 'handful' argument
above):

       IF XOOS.ALL.COURSES='Y' THEN

          some lines of code

       END ELSE ;* IF XOOS.ALL.COURSES='Y' THEN

          some lines of code

       END ;* IF XOOS.ALL.COURSES='Y' THEN

Jeff Butera, Ph.D.
Administrative Systems
Hampshire College
[EMAIL PROTECTED]
413-559-5556

"...our behavior matters more than the beliefs that we profess."
                                Elizabeth Deutsch Earle
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to