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=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,577c9f9c0cdd76d X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Confusing language, was Re: Help help.. please.i am totaly new in ada programing Date: 1999/11/11 Message-ID: <80djiu$4a0$1@nnrp1.deja.com>#1/1 X-Deja-AN: 547164216 References: <7vqgs2$lcc$1@nnrp1.deja.com> <38233108.F3540F0@ebox.tninet.se> <806716$i6c2@ftp.kvaerner.com> <807109$8m0$1@nnrp1.deja.com> <38270DC7.86553BB1@pwfl.com> <38285C60.B3E2D2BC@pwfl.com> <809u91$3ik$1@nntp1.atl.mindspring.net> <80coqe$fjk$1@nntp3.atl.mindspring.net> X-Http-Proxy: 1.0 x24.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Nov 11 05:18:24 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-11-11T00:00:00+00:00 List-Id: In article <80coqe$fjk$1@nntp3.atl.mindspring.net>, Richard D Riehle wrote: > Even so, we could have coded a four digit year using two > bytes of COMP-3 (packed decimal) Well in many environments COMP-3 is forbidden because it is implementation dependent. In any case if you allow COMP-3, then you can fit a 2 digit year into a single byte. Remember that core memory cost approximately 100,000 times as much in the early days of COBOL programming as it does now! So how eager would you be to free free to spend an extra 100K bytes for each date you stored (you need to do that comparison to get a feel for the cost impact). Sent via Deja.com http://www.deja.com/ Before you buy.