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 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!tav02.dec.com!nitsan From: nitsan@tav02.dec.com (Have you read your mail today?) Newsgroups: comp.lang.ada Subject: RE: DEC/Ada TEXT_IO & QIO don't get along Message-ID: <8902131829.AA07130@decwrl.dec.com> Date: 13 Feb 89 18:29:06 GMT Organization: Digital Equipment Corporation List-Id: RE: Help! DEC/Ada TEXT_IO & QIO don't get along (Steve Tynor, 9-Feb) Just a suggestion: Standard output goes to logical file ADA$OUTPUT while QIO output typically goes to logical file SYS$OUTPUT. You may have your type of problems working with several TASKS, each doing a different kind of i/o. Have you tried defining ADA$OUTPUT as TT ? (It's somewhere in the manual...) /Nitsan