Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!uwvax!oddjob!gargoyle!ihnp4!ihlpf!joelynn From: joelynn@ihlpf.ATT.COM (Lynn) Newsgroups: comp.sys.att,comp.bugs.misc Subject: SORT routine problem Message-ID: <2892@ihlpf.ATT.COM> Date: Sat, 28-Nov-87 12:52:07 EST Article-I.D.: ihlpf.2892 Posted: Sat Nov 28 12:52:07 1987 Date-Received: Mon, 30-Nov-87 04:01:01 EST Organization: AT&T Bell Laboratories - Naperville, Illinois Lines: 23 Keywords: HELP Xref: mnetor comp.sys.att:1904 comp.bugs.misc:79 I am having a problem with my 6300+ that I think is in the MSDOS SORT command. First, I am using an AT&T 6300+ with AT&T MS-DOS 3.2 release 1.0. What I am trying to do is sort an ascii file using the sort routine from a shell call in microsoft QuickBasic 2.0 Specifically, the command line looks like this: SORTSORTED where temp is the input file and sorted is the sorted results. The problem I am experiencing is that every second or third time I run the program, SORTED does not contain the complete record received from TEMP. Some additional information, I have two additional memory boards for a total of 5 meg of memory. I have tried disabling the additional 4 meg and have the same results. Anybody have any suggestions, comments, similar experiences??? I need this program and must find a way around this.