Re: [U2] Hosted UniData UniVerse (generic response)

2006-08-10 Thread Symeon Breen
Stephen, can you clarify please - when you say host, I presume you mean 'be the hosting service provider' and not an end user who has their hardware in a hosting centre rgds Symeon. On 09/08/06, Stephen O'Neal [EMAIL PROTECTED] wrote: Just make sure your on the same O/S. Don't go

RE: [U2] Change command prompt character

2006-08-10 Thread svz
We use this little routine (found it somewhere) : P 0001: STELPROMPT = @WHO : '' 0002: ASSIGN 1 TO SYSTEM(4001) 0003: ASSIGN STELPROMPT TO SYSTEM(4002) Bottom at line 3. Schalk van Zyl UVPROMPT command sort of does this, but it only allows a single character. Mark

Re: [U2] FW: Opening

2006-08-10 Thread Mark Johnson
Not to open a can of worms, but what does Good Programming Skills mean? Thanks Mark Johnson - Original Message - From: Allen E. Elwood [EMAIL PROTECTED] To: U2Users u2-users@listserver.u2ug.org; U2Community [EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 2:01 PM Subject: [U2] FW:

Re: [U2] FW: Opening

2006-08-10 Thread Ray Wurlod
I believe that GOOD is an acronym for Graphical Object Oriented Data. ;) - Original Message - From: Mark Johnson [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject: Re: [U2] FW: Opening Date: Thu, 10 Aug 2006 03:22:44 -0400 Not to open a can of worms, but what does Good

RE: [U2] Change command prompt character

2006-08-10 Thread Tom Dodds
What language is this for and upon which machine does it work? It looks great, but it won't work as a paragraph or a basic program on a UniVerse system. Uv 10.1.11 AIX 5.2.2. Thanks Tom Dodds [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[U2] Unicommand Paragraphs

2006-08-10 Thread gibboda
I am using UniObjects for Java. I am working on trying to run datatel query paragraphs using the Unicommands. I have successfully been able to run select statements, list statements and download statements individually with the unicommands. But I have several queries in paragraph forms and

RE: [U2] Change command prompt character

2006-08-10 Thread Womack, Adrian
It's Universe Basic. It works on UV 10.0.19 on HPUX. From: [EMAIL PROTECTED] on behalf of Tom Dodds Sent: Thu 10/08/2006 8:28 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Change command prompt character What language is this for and upon which machine

Re: [U2] Unicommand Paragraphs

2006-08-10 Thread Wendy Smoak
On 8/10/06, gibboda [EMAIL PROTECTED] wrote: I am using UniObjects for Java. I am working on trying to run datatel query paragraphs using the Unicommands. I have successfully been able to run select statements, list statements and download statements individually with the unicommands. But I

RE: [U2] Hosted UniData

2006-08-10 Thread Don Verhagen
We've colo'd at an SBC (ATT) data center also for the last 2+ years. The best thing about the ATT center is the communications connected to the Matrix [smirk]. With the 4 hurricanes last year and 3 the previous, Our US locations didn't even blink (I on the hand, beg, borrowed, and yes, even

RE: [U2] Change command prompt character

2006-08-10 Thread Tom Dodds
Sorry my mistake, it did not work in the Pick flavor of UniVerse. When I went to an ideal flavor it works great. Thanks Tom Dodds [EMAIL PROTECTED] 513-563-2800 Cincinnati Office 708-234-9608 Chicago Office 630-235-2975 Anywhere Cell -Original Message- From: [EMAIL PROTECTED]

RE: [U2] Change command prompt character

2006-08-10 Thread Perry Taylor
Wow! I'm pretty excited about learning about this. This is something I've been looking for some time. It seems to work great except after setting the prompt using this method the usual prompt which shows you have an active select list disappears. Does anyone have any more information about

RE: [U2] Change command prompt character

2006-08-10 Thread Hennessey, Mark F.
Works fine for me (uv 10.0.8, Solaris 8). The best coding... cut, paste, BASIC, CATALOG :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tom Dodds Sent: Thursday, August 10, 2006 8:28 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Change

RE: [U2] Change command prompt character

2006-08-10 Thread svz
uv basic UV 10.1.4 PICK FORMAT ED PRG TST 3 lines long. : P 0001: MYPROMPT = 'Whatever ' 0002: ASSIGN 1 TO SYSTEM(4001) 0003: ASSIGN MYPROMPT TO SYSTEM(4002) Bottom at line 3. : FI TST filed in file PRG. BASIC PRG TST Compiling: Source = '/kts.bron/PRG/TST', Object =

RE: [U2] Change command prompt character

2006-08-10 Thread svz
Don't know, but you get used to it! SvZ Wow! I'm pretty excited about learning about this. This is something I've been looking for some time. It seems to work great except after setting the prompt using this method the usual prompt which shows you have an active select list disappears.

RE: [U2] FW: Opening

2006-08-10 Thread dsig
probably meaning .. not like old pick (mv) guys DSig David Tod Sigafoos SigsSolutions, Inc. Original Message Subject: Re: [U2] FW: Opening From: Mark Johnson [EMAIL PROTECTED] Date: Thu, August 10, 2006 12:22 am To: u2-users@listserver.u2ug.org Not to open a can of

[U2] Universe ODBC driver performance issues

2006-08-10 Thread Chris Brooks
I am new to the group and to UniVerse. We are experiencing issues in UniVerse 10.1.3 downloading data via the ODBC connection to SQL Server. 2.6 mil records can take 2 hours to complete. We are currently using the default settings for the ODBC driver. I will soon make changes to increase the

RE: [U2] Change command prompt character

2006-08-10 Thread Bob Woodward
You need to set the second and third fields in SYSTEM(4002). 0001: STELPROMPT = @WHO : '' STELPROMPT2 = @WHO : '' STELPROMPT3 = '+' 0002: ASSIGN 1 TO SYSTEM(4001) 0003: ASSIGN STELPROMPT TO SYSTEM(4002) Field 2 is for the active select list prompt

Re: [U2] Universe ODBC driver performance issues

2006-08-10 Thread Don Kibbey
If it's speed you want, go with a text file dump of the data and then an SQL bulk insert job. I did much the same thing (though with fewer records) and improved performance dramatically. Sometimes the good old tools really are better. --- u2-users mailing list u2-users@listserver.u2ug.org

[U2] RE: [U2C] FW: Opening

2006-08-10 Thread Allen E. Elwood
Hi Eric Andy is just a friend that I sent this email on behalf of, and isn't actually a member of this group. By M2K he meant Manage-2000 which is now owned by Epicor. This product has been around since 1978, and at last count had something like 700 menus. Never bothered counting the number of

RE: [U2] Change command prompt character

2006-08-10 Thread John Hester
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Woodward Sent: Thursday, August 10, 2006 8:59 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Change command prompt character You need to set the second and third fields in SYSTEM(4002).

RE: [U2] Universe ODBC driver performance issues

2006-08-10 Thread John Hester
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Brooks Sent: Thursday, August 10, 2006 8:21 AM To: u2-users@listserver.u2ug.org Subject: [U2] Universe ODBC driver performance issues I am new to the group and to UniVerse. We are

Re: [U2] RE: [U2C] FW: Opening

2006-08-10 Thread Mark Johnson
Is it In Like Flynn or In Like Flint? - Original Message - From: Allen E. Elwood [EMAIL PROTECTED] To: Eric Armstrong [EMAIL PROTECTED] Cc: U2Users u2-users@listserver.u2ug.org; U2Community [EMAIL PROTECTED] Sent: Thursday, August 10, 2006 2:05 PM Subject: [U2] RE: [U2C] FW: Opening Hi

RE: [U2] Universe ODBC driver performance issues {Unclassified}

2006-08-10 Thread HENDERSON MIKE, MR
John, Chris is transferring on average about 360 (2.6M / 2 / 3600) records per second. If the records are ~200 chars, then he's getting about 700kb/sec (that's kb, not kB), or about 1.5% of the throughput you might hope for on a 100Mbps Ethernet pipe! So I'd say Chris does have an issue here. I

RE: [U2] Universe ODBC driver performance issues {Unclassified}

2006-08-10 Thread John Hester
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of HENDERSON MIKE, MR Sent: Thursday, August 10, 2006 4:22 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe ODBC driver performance issues {Unclassified} John, Chris is

Re: [U2] RE: [U2C] FW: Opening

2006-08-10 Thread jbutera
OK - we're going to be asked to move over to the U2 community pages, but... Is it In Like Flynn or In Like Flint? The phrase is 'In Like Flynn' as in Errol Flynn, the actor from the 1930's. http://www.imdb.com/name/nm0001224/bio He had a flambouyant style and was arrested and subsequently

RE: [U2] Change command prompt character

2006-08-10 Thread Ray Wurlod
Tom, can you use $OPTIONS PIOPEN in a program in a Pick account? Does it work in that case? --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Change command prompt character

2006-08-10 Thread Ray Wurlod
How about replacing the third line with ASSIGN MYPROMPT : (IF SELECTINFO(0,IK$SLACTIVE) THEN ELSE ) TO SYSTEM(4002) to handle the active Select List #0 case? (To use the mnemonic you will have had to include INFO_KEYS.H.) --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

RE: [U2] RE: [U2C] FW: Opening

2006-08-10 Thread Debster
I'm just wondering how many vendors have purchased M2k to resell it...Once upon a time ADP had purchased it, then dumped it -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mark Johnson Sent: Thursday, August 10, 2006 7:11 PM To:

RE: [U2] Change command prompt character

2006-08-10 Thread Womack, Adrian
Huh? That makes no sense. The ASSIGN is only done once per session, i.e. at login time. I think having your prompt showing whether there was an active select list active when you logged in, isn't really that useful ;) FWIW We have our own command editor, which shows which selectlists are active