RE: [U2] I'm in an Array quandry, any suggestions...

2005-05-13 Thread Timothy Snyder
"Scott Ballinger" <[EMAIL PROTECTED]> wrote on 05/13/2005 05:10:49 PM: > In UV at least (not sure about UD) attribute processing has improved > dramatically since "the old days," to the point where it is essentially > instant. When you're going sequentially through a dynamic array, that is true.

RE: [U2] I'm in an Array quandry, any suggestions...

2005-05-13 Thread Timothy Snyder
Richard Taylor <[EMAIL PROTECTED]> wrote on 05/13/2005 02:05:51 PM: > ... Why take a flexible, dynamic database system and force it to > be fixed length. This is what you are doing using dimensioned arrays and > MATREADs. The most common justification I have heard is performance and > this simp

Re: [U2] Installing Easysoft ODBC-ODBC-Bridge on AIX

2005-05-02 Thread Timothy Snyder
"Metherall, Arthur" <[EMAIL PROTECTED]> wrote on 05/02/2005 05:42:48 PM: > When I define LIBPATH with the Easysoft libraries, for the Easysoft > tests to work, UniData won't run. > > $ LIBPATH='$LIBPATH:/usr/local/easysoft/lib: > /usr/local/easysoft/oob/client:/usr/local/easysoft/unixODBC/lib:

[U2] Timothy Snyder/Philadelphia/IBM is out of the office.

2005-03-24 Thread Timothy Snyder
I will be out of the office starting 03/23/2005 and will not return until 03/28/2005. I will respond to your message as soon as possible. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [UV] making 00001 our of 1

2005-03-02 Thread Timothy Snyder
Scott wrote on 03/02/2005 04:30:09 PM: > I have a need to search through our program files for any code that > format a number from 1 through 9 with leading 0's. It's nasty, and I don't recommend it, but I've seen people do things like this: LOOP WHILE LEN(X) LT 5 DO X = "0" : X REPEAT

Re: [U2] [UD] Max of 2 nested PERFORM CAPTUREs

2005-02-01 Thread Timothy Snyder
"Simon Lewington" <[EMAIL PROTECTED]> wrote on 02/01/2005 10:58:23 AM: > UniBasic PCPERFORM COMM CAPTURING OUTPUT > gives an error 'Max of 2 nested PERFORM CAPTUREs'. > > Does anyone know if this limit is configurable? It doesn't appear in the > LIMIT list. I'm running a command-stacker applic

Re: [U2][UD] Using Environmental Variables in VOC...

2005-01-28 Thread Timothy Snyder
"David Wolverton" <[EMAIL PROTECTED]> wrote on 01/28/2005 03:30:06 PM: > I want to have a VOC entry called UDT_SAVED_LOGS > > 001: DIR > 002: $UDTBIN\saved_logs > 003: D_BP Try replacing the $ in line 2 with @. This will cause it to resolve to an environment variable. You probably already hav

RE: [U2] AE on UniVerse

2004-11-15 Thread Timothy Snyder
"Morawa, Hans" <[EMAIL PROTECTED]> wrote on 11/15/2004 07:27:37 PM: > Does anyone know where I can find the AE manual. Get into AE and type HELP. That will describe several options, such as exploring individual commands, etc. You can also spool the entire help listing to the printer, but be pre

RE: [U2] DATA Statements

2004-11-12 Thread Timothy Snyder
"George Smith" <[EMAIL PROTECTED]> wrote on 11/12/2004 10:56:00 AM: > Does that mean that if I am from the "Pick" background instead of > "prime" I can set the switch and it will have no effect on the new .NET > C# implementation. The docs recommend that you use the "unidata" > settings. Not a pr

Re: [U2] DATA Statements

2004-11-12 Thread Timothy Snyder
"Mark Johnson" <[EMAIL PROTECTED]> wrote on 11/12/2004 09:28:03 AM: > I don't dare mess with the UDT.OPTIONS on this system. It was installed > before me, I just do app programming and simplistically concluded that > things were set for MCD as PQN (real) procs work. Don't fear UDT.OPTIONS, embrac

RE: [U2] broken up SELECTS

2004-11-11 Thread Timothy Snyder
"Adrian Matthews" <[EMAIL PROTECTED]> wrote on 11/11/2004 10:26:48 AM: > It's something I've always done over the last twenty years. The select > processor in theory should apply optimisiation but I always break my > statements down to reduce the working record set and to increase readability. > >

RE: Memo: RE: [U2] Spooler question

2004-10-20 Thread Timothy Snyder
"Dennis Bartlett" <[EMAIL PROTECTED]> wrote on 10/20/2004 09:52:54 AM: > Yes I've looked at classes - the idea would hold is we only wanted to print to > any one of several available printers... > > the bummer is getting the month-end / genled reports to come out oneafter the > other (ie on one pr

Re: [U2] [UD] running a subroutine

2004-10-20 Thread Timothy Snyder
"Mark Johnson" <[EMAIL PROTECTED]> wrote on 10/20/2004 08:53:46 AM: > In fact, I welcome any criticisms or limitations anyone would have against > establishing this PRINT command to handle everything. This is an intriguing concept, and does seem to have its uses. A couple of issues that occurred

Re: [U2] [UV] Cannot establish a Universe session

2004-10-14 Thread Timothy Snyder
"Nick Cipollina" <[EMAIL PROTECTED]> wrote on 10/14/2004 04:08:19 PM: > Cannot open log file. It repeats over and over again. Is there a file called errlog in your uvhome directory? (ls -l `cat /.uvhome`/errlog) If so, it should have its permissions set at -rw-rw-rw-. Is this happening for al

RE: [U2] UniVerse File Types

2004-10-14 Thread Timothy Snyder
"David Wolverton" <[EMAIL PROTECTED]> wrote on 10/14/2004 07:28:13 PM: > But **where** could I have found this documented, being the self-reliant > kind of guy I am... Check out the UniVerse System Description manual, in the chapter on UniVerse File Structures. There's an all-inclusive table sta

RE: [U2] Memresize failed

2004-10-14 Thread Timothy Snyder
kafsat taiyus <[EMAIL PROTECTED]> wrote on 10/14/2004 07:05:37 AM: > Everything is getting in over001. I tried TYPE 0, TYPE 1, mod,sep 181061,16 > (suggestion from guide) and 362137, 8 still the result is same, everything > is going to over001. What else can I try to get a better file? Sometime

RE: [U2] Enforcing uniqueness of two fields per record?

2004-10-08 Thread Timothy Snyder
Wendy Smoak <[EMAIL PROTECTED]> wrote on 10/08/2004 04:12:03 PM: > That's what I do now, but there's no guarantee of uniqueness. The key > is guaranteed unique-- you just can't write two records with the same > key. But AFAIK nothing is going to stop me writing two records with a > data field se

Re: [U2] vi editor question - using DUP

2004-09-29 Thread Timothy Snyder
"May, Brad" <[EMAIL PROTECTED]> wrote on 09/29/2004 04:21:43 PM: > What is the best way to copy, > repeat a line or duplicate blocks of code in vi editor? Is there > documentation somewhere on any editing commands available within vi > editor? I generally use Y to "yank" a given number of lines

Re: [U2] Scripting using UniData

2004-09-14 Thread Timothy Snyder
Ronald K. Ellis III wrote on 09/14/2004 06:25:21 PM: > The goal of the script > I'm writing is to report back about UniData file. I'm going to use FILE.STAT > to gather most the info I think. What is the modulo of the file? What is the > separation? What is the blocksize? Where does the file live

Re: [U2] Can't find a character in my source code

2004-09-10 Thread Timothy Snyder
"Shawn Waldie" <[EMAIL PROTECTED]> wrote on 09/10/2004 01:45:57 PM: > The program will successfully compile, but it gives me a warning stating > that "Variable 'X' never assigned a value"; but I don't see it. Try compiling with the -X option to create a cross-reference listing. This should make

[U2] Timothy Snyder/Philadelphia/IBM is out of the office.

2004-08-03 Thread Timothy Snyder
I will be out of the office starting 07/31/2004 and will not return until 08/16/2004. I will respond to your message as soon as possible. --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [UV] Phantom Problem

2004-07-31 Thread Timothy Snyder
Nick Cipollina wrote on 07/31/2004 03:26:35 PM: > We are having a problem with our phantom processes. We have a job that > runs as a phantom that spawns many phantom processes. When these many > phantom processes die, they are leaving behind a process. > This is cause when the phantom process

Re: [U2] Longstanding aversion to CNAME?

2004-07-22 Thread Timothy Snyder
Wendy Smoak wrote on 07/22/2004 07:26:59 PM: > From a UniBasic program, why would you open a file, read a record, write > it back to the same file under a different key, then delete the original > record, when you could just: > > X.CMD = "CNAME filename ":X.ID:',':X.NEW.ID > EXECUTE X.CMD The

[U2] Timothy Snyder/Philadelphia/IBM is out of the office.

2004-06-24 Thread Timothy Snyder
I will be out of the office starting 06/21/2004 and will not return until 06/28/2004. I will respond to your message as soon as possible. --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

<    1   2