Guru
| Kelly- You're close. SET EXTSORT = OFF is the command. I usually put SET commands together but that is only my habit so put it before your TABLE command.
HTH |
| |
Gold member
| I thought I had tried that syntax as well but I retried. I don't get any syntax errors but I'm still getting the same sort error as if it's still using the external sort.....Kelly |
| Posts: 90 | Location: Tinker AFB | Registered: June 03, 2003 |
IP
|
|
Guru
| Okay ..... After your report request, try ? STAT This should confirm the sort used FOCUS Internal sort SQL RDBMS sorted the report EXTERNAL An external sorting product sorted the report NONE No sort was required |
| |
Gold member
| Okay. Sort used is FOCUS but I'm still getting "(FOC1898) REUSABLE (BUT NON-REENTRANT) SORT MODULE NOT SUPPORTED". I'll have to dig further to see how to fix this I guess. Thanks....Kelly |
| Posts: 90 | Location: Tinker AFB | Registered: June 03, 2003 |
IP
|
|
Guru
| Kelly- Here is the complete message - it may be useful to your systems people. (FOC1898) REUSABLE (BUT NON-REENTRANT) SORT MODULE NOT SUPPORTED The module SORT is marked REUS but not RENT. This is incompatible with certain FOCUS environments that use simultaneous execution of SORT. SyncSort Early Warning Notice EW5140-0 shows how to replace module SORT with a copy that is not marked REUS. HTH |
| |