RE: Modern Universe (TESTING)

2004-03-30 Thread Leroy Dreyfuss
Dave, Just thought you'd like to know that multi-threaded sorting is available (via a uvconfig parameter) in 10.1. Regards, LeRoy F. Dreyfuss Advanced Technical Services - UniVerse IBM U2 Data Management Solutions Tel: 303-672-1254 Fax: 303-294-4832 Mobile: 720-341-4317 External

RE: [UV] Index weirdness or ...

2004-03-24 Thread Leroy Dreyfuss
Stuart, I guess I missed something in Glenn's note. What exactly in the documentation needs updating? Regards, LeRoy F. Dreyfuss Advanced Technical Services - UniVerse IBM U2 Data Management Solutions Tel: 303-672-1254 Fax: 303-294-4832 Mobile: 720-341-4317 External email: [EMAIL

Re: SETPTR for sending to file

2004-03-22 Thread Leroy Dreyfuss
Your LIST statement needs the LPTR keyword. Regards, LeRoy F. Dreyfuss Advanced Technical Services - UniVerse IBM U2 Data Management Solutions Tel: 303-672-1254 Fax: 303-294-4832 Mobile: 720-341-4317 External email: [EMAIL PROTECTED] WWW:

Re: UNCLASSIFIED RE: Unidata Flashbasic

2004-03-19 Thread Leroy Dreyfuss
Mike, UniVerse does have some capabilities you may have forgotten about. Using RAID, you can generate program/subroutine timings (#) and instruction counting ($). Take a look at the RAID information in the BASIC book to see if they help. Regards, LeRoy F. Dreyfuss Advanced Technical

RE: UNCLASSIFIED RE: How to safely kill a runaway UniVerse (was u nidata) process

2004-03-10 Thread Leroy Dreyfuss
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leroy Dreyfuss Sent: Wednesday, 10 March 2004 12:49 a.m. To: U2 Users Discussion List Subject: Re: UNCLASSIFIED RE: How to safely kill a runaway UniVerse (was unida ta) process Actually, at release 10+, it should be successful via Windows Task

Re: UNCLASSIFIED RE: How to safely kill a runaway UniVerse (was unida ta) process

2004-03-09 Thread Leroy Dreyfuss
Actually, at release 10+, it should be successful via Windows Task Manager's kill option. UV 10 and higher use detached processes by default, and KeepAlive (for tl_server processes) was added as well. If it really becomes necessary to kill a process that for some reason has ignored its

RE: Swap array values? In UV

2004-02-13 Thread Leroy Dreyfuss
UniVerse 10.0.x and higher have the SWAP command in BASIC. Please refer to our documentation regarding its use. -- original message -- Is there a command to swap two array contents? Like matswap array(x,y) will swap the contents of array(x) - array(y) and array(y) - array(x) Without using

RE: Swap array values? In UV

2004-02-13 Thread Leroy Dreyfuss
an array. I tried swap a(1),a(2) but it did nothing tried. dim a(10) a(1)=5 a(2)=6 print a(1),a(2) swap a(1),a(2) print a(1),a(2) and got: 5 6 5 6 but it did compile. I tried swap mat a(1),mat a(2), that did not compile. -Original Message- From: Leroy Dreyfuss [mailto:[EMAIL