From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7b69a8818c20ab9f X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: Y21C Bug Date: 2000/01/06 Message-ID: <2000Jan6.110414.1@eisner>#1/1 X-Deja-AN: 569147776 References: <84nqbo$q28$1@nnrp1.deja.com> <84o0g2$u8v$1@nnrp1.deja.com><84pvrs$7q1@ftp.kvaerner.com> <84sltt$7s3@ftp.kvaerner.com> <84t966$be0$1@nnrp1.deja.com> <84vev2$7p4@ftp.kvaerner.com> <8505tc$be4$1@nnrp1.deja.com> <85201l$7q3@ftp.kvaerner.com> X-Trace: news.decus.org 947174658 5435 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 2000-01-06T00:00:00+00:00 List-Id: In article <85201l$7q3@ftp.kvaerner.com>, "Tarjei T. Jensen" writes: > > Robert Dewar wrote >>I can just imagine someone saying in 1985 (easy to imagine, >>because it is based on memories of hearing this said often) >> >>"I expect support for COBOL-74 and related applications to be >> phased out by the end of the decade, and we should not have >> any trouble with the date change in 2000 because all old >> applications will be phased out by then, and all new >> applications are being written to be aware of this problem" > > That is an entirely different matter. There are other dynamics involved. E.g. > incompatibilities between operating system versions. Programs cannot determine > disk sizes in bytes because a 32 bit int is becoming too small. Some files are > becoming so large that one needs more than 32 bit ints to store the size. I'm > sure others can point to other such 32bit annoyances. Individual programs only get replaced out of need, and the set of programs that need to calculate the size of an entire disk is quite small. Several years ago my finances became so complex that my Quicken file will no longer fit on a 1 MB floppy, but I have no chance for reaching the state where my finances half fill the 9 GB hard drive on the Macintosh. There is also not necessarily any correlation between disk size and word size. Since 1979 the 32-bit RMS API for VMS (but not the underlying hardware at the start) has been able to handle file sizes up to 2000 gigabytes. Certainly there are programs for which that limit is too small, but they are decidedly a minority. Larry Kilgallen