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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!ames!ucbcad!ucbvax!trwrb.UUCP!alden From: alden@trwrb.UUCP Newsgroups: comp.lang.ada Subject: VAX Ada sequential IO and Direct IO Message-ID: <8704062145.AA00219@jade.SPP.com> Date: Wed, 8-Apr-87 22:32:33 EST Article-I.D.: jade.8704062145.AA00219 Posted: Wed Apr 8 22:32:33 1987 Date-Received: Mon, 13-Apr-87 03:49:46 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet List-Id: Has anyone had problems with VAX Ada sequential_io and direct_IO when instantiated with a discriminated record type which has an unconstrained component. I keep getting use_error raised when doing a create or open. example type foo(a : integer) is record f1 : string(1..a); end record; even if I restrict the range of 'a' by using a subtype of integer, or create an integer type with a restricted range I still get a use_error. In addition to the use error, an RMS error is listed as max record size exceeded. ... Tony Alden (TRW)