> -----Original Message----- > From: Michael Bradley [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 05, 2007 5:37 PM > To: [email protected] > Subject: Re: SUPERC Option UPDPDEL failing w/ msg: ISRS062E UPDATE > FILE/DATA SET, DELDD ... <Snipped> > So, IBM has missed an opportunity to document their relatively > nonstandard (but perfectly valid) program override of the DCB before OPEN.
> I feel that this is not a good thing when it's done in a utility! The doc > does say: "The update data set is a variable-length data set reflecting > the input source files' characteristics." But I think a little more info > could help folks exploit the power of such an awesome facility as SUPERC. On the documentation question, that seems like a perfect case for you to submit an RCF for the manual. I don't agree, though, that the non-standard override is valid. Utility code should ALWAYS respect the wishes of the programmer, including DCB overrides. After all, we're paid to know what we're doing, right? :) As a separate issue, IMHO SUPERC is *not* an "awesome facility", except perhaps for report/text/source code processing. For structured data file comparison it is nearly unusable. Any byte beyond 176 (IIRC) is never displayed in the output listing, so if you have a difference beyond byte 176 you will never see that difference. Not to mention a complete lack of masking facilities, multi-record-format facilities, etc. IOW, it's convenient (and sometimes superior, I must admit) for comparing free-form text files or reports, but not good for structured record comparisons. As it is, SUPERC is just trying to be the equivalent of the *ix "diff" utility for z/OS, and it doesn't even support the "diff3" paradigm. A truly "super" comparison utility would be much more complete. 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

