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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7e021fc0e7fc15a1,start X-Google-Attributes: gid103376,public From: Al Christians Subject: Ada 95 LRM Error? Date: 1999/01/27 Message-ID: <36AF6C22.896FC5B8@easystreet.com>#1/1 X-Deja-AN: 437634997 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Trace: news7.ispnews.com 917465430 206.103.35.82 (Wed, 27 Jan 1999 14:30:30 EDT) Organization: Trillium Resources Corporation MIME-Version: 1.0 NNTP-Posting-Date: Wed, 27 Jan 1999 14:30:30 EDT Newsgroups: comp.lang.ada Date: 1999-01-27T00:00:00+00:00 List-Id: I'm looking at the Ada 95 Reference Manual, B.4.106. It shows a field: Name : COBOL.Numeric(1..20); Later on, in B.4.109, this gets assigned: Name => "Johnson, John ", This looks pretty obviously like an error, and I think it probably should be Alphanumeric instead of Numeric. However, Numeric is what it is, both in my printed version of the LRM and the online LRM that comes with the brand-new edition of AdaGide. Is 20 even going to work for a Numeric size on typical platforms? That's more than 64 bits. Am I wrong or is this in need of fixing? How would that happen? Al