> -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Shmuel Metz (Seymour J.) > Sent: Tuesday, May 03, 2011 11:34 AM > To: [email protected] > Subject: Re: TSO Profile NUM and PACK <Snipped> > Sequence numbers provide convenient tags for referring to blocks of > code. Withing a single edit session that isn't too important, but when > you add in compilers, human readers, etc. it acquires more importance. > The goo gets blinding when there are multiple occurrences[1] of the > same block and you want to direct someone's attention to one of them.
I disagree. The existence and intelligent use of labeled blocks of code (paragraphs and sections in COBOL, Procedures in PL/1, labels and sometimes separate CSECT/RSECT's in assembler) are what provide the tag to which you may direct a person or a computer's attention. The first thing I do these days when editing a program for maintenance is "UNNUM". I edit on TN3270E 50x132 almost all the time, and I find that the visual clutter of sequence numbers is far too visually confusing. > [1] That sort of thing can cause problems reconciling independent > changes when using something like cvs[2]. Again, I disagree. Labels and intelligent, maintainable code structure are what prevent such problems. > [2] Not a pharmacy. I think everyone here does (or should) already know that, but it was worth a small chuckle. Peter -- This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. ---------------------------------------------------------------------- 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

