Re: [U2] Universe Java

2006-05-30 Thread Mats Carlid
Are there plugins available for u2 Basic in JEdit? Such as keyword colouring, syntax check or autoindent.. Can't see any on the JEdit site. -- mats Wendy Smoak wrote: On 5/29/06, Anthony Dzikiewicz [EMAIL PROTECTED] wrote: So, all of you Java guys and gals what do you use to develop in

[U2] Knowing where you have come from in a Unibasic subroutine

2006-05-30 Thread Martin Hutchinson
I am looking for a command or method to determine where a Unibasic subroutine has been called from. Something similar to when you execute a debug statement and type '?'. Unidata obviously knows where it is when executing a called subroutine but can I get my hands on it at runtime? Any comments or

Re: [U2] Knowing where you have come from in a Unibasic subroutine

2006-05-30 Thread Lembit Pirn
You can try SYSTEM(52), I think. Martin Hutchinson wrote: I am looking for a command or method to determine where a Unibasic subroutine has been called from. Something similar to when you execute a debug statement and type '?'. Unidata obviously knows where it is when executing a called

RE: [U2] BCI

2006-05-30 Thread Brad Davis
We had problems with it too, when I did a BCI app - the way I found it worked was to use VAR char for everything, on the SQL side, and it worked!!! -Original Message- From: Cooper, Rudy [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 3:45 PM To: u2-users@listserver.u2ug.org Subject:

[U2] LOCKFIFO

2006-05-30 Thread Drew Henderson
Hello, all. We are in the process of bringing up several new applications, one of which is a Unidata application with both production and development servers. Unidata was installed and configured by the application vendor. We recently performed a compare of the UD config file between the

Re: [U2] Knowing where you have come from in a Unibasic subroutine

2006-05-30 Thread Martin Hutchinson
Thanks for the response. I had a quick look and I think it is SYSTEM(49) on Unidata (it may be different on Universe). Thanks for pointing me in the right direction!! regards Martin Hutchinson - Original Message - From: Lembit Pirn [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org

[U2][UV] MQSeries and UniVerse

2006-05-30 Thread Nick Cipollina
Has anyone out there used MQSeries with UniVerse? If so, how was it used? Is there any UniVerse MQSeries integration available? Thanks, Nick Cipollina Pick Programmer ACS Heritage, Inc. 2810 North Parham Road, Suite 210 Richmond, VA 23294 (804)965-8294 --- u2-users mailing list

RE: [U2] Knowing where you have come from in a Unibasic subroutine

2006-05-30 Thread Kevin King
It's a SYSTEM() call, but I was thinking 49. -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lembit Pirn Sent: Tuesday, May 30, 2006 4:51 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Knowing

[U2] Universe Java

2006-05-30 Thread Anthony Dzikiewicz
Thanks for the suggestions on the IDE's. I am downloading all that were mentioned to see which one will suite me best. Anthony --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Universe Java

2006-05-30 Thread D Averch
If you are using Eclipse you can get a free plug-in Editor for Universe and Unidata from our web site at www.u2logic.com. In the following weeks we will have announcements on our new products that are using Eclipse that run in the U2 environment. -Original Message- From: [EMAIL

RE: [U2] BCI

2006-05-30 Thread dsig
Rudy .. I've already ran it thru IBM and they tell me it is a problem on the sql server side. they would .. wouldn't they I have a uv program that inserts into a table in sql server via a stored procedure. I get the following error: lExecute Error, state 37000 Natcode 201 Errtxt

RE: [U2] Universe Java

2006-05-30 Thread Dave Walker
I'd like to try your editor out, but am unable to find a download link. TIA, -- Dave Walker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of D Averch Sent: Tuesday, May 30, 2006 10:42 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe Java If

RE: [U2] Universe Java

2006-05-30 Thread Dave Walker
Nevermind. The download link on your menu wasn't showing up in firefox, but my cubicle neighbor found it using IE. Thanks, I'm gonna give it a test spin. -- Dave Walker -Original Message- From: Dave Walker Sent: Tuesday, May 30, 2006 11:24 AM To: 'u2-users@listserver.u2ug.org' Subject:

RE: [U2] Knowing where you have come from in a Unibasic subroutine

2006-05-30 Thread Bill Haskett
Martin: Try this: SUBROUTINE GET.CALLSTACK (ProgramStack) * ** Initialize local variables NULL$= '' ISNT = INDEX(OCONV(SYSTEM(33), 'MCU'), 'NT', 1) ProgramStack = NULL$ IF ISNT THEN PATH.SEP = \ ELSE PATH.SEP = / * ** get the program CALL stack CallStack = SYSTEM(49) xHigh =

RE: [U2][UV] Universe and SQL Server

2006-05-30 Thread Janet Bond
Hello, We have product called mv2SQL, it was designed to move data from the MultiValue database to SQL Server, Oracle, DB2 or mySQL. We have many customers moving high volumes of large items with multi-values and sub-values. There is a user interface with this product to create the Select for

[U2] UV - Build.Index problem

2006-05-30 Thread Jerry Banker
Has anyone heard of this problem? Over the weekend we build the indices for all of our indexed files. One of the builds hung up this past weekend which stopped any further processing because the file being indexed was one of our most used files. The process started normally by locking the file to

[U2] FW: UV - Build.Index problem

2006-05-30 Thread Jerry Banker
I forgot to mention we are on UV 10.1.12 and Red Hat Enterprise Linux AS release 3 (Taroon Update 5) Kernel 2.4.21-32.EL on an x86_64 From: Jerry Banker Sent: Tuesday, May 30, 2006 3:01 PM To: 'u2-users@listserver.u2ug.org' Subject: UV - Build.Index problem

RE: [U2] Knowing where you have come from in a Unibasic subroutin e

2006-05-30 Thread Burwell, Edward
Here is my version: FUNCTION GET.CALLING.STACK(SPECIFIC,F2) *- * UCONV.BP GET.CALLING.STACK * RETURNS PROGRAM AND ALL CALLERS (CALLING STACK) * ED BURWELL * 4/1/2005 *- * PARAMETERS: * SPECIFIC - specific item you want from stack *

RE: [U2] Redback 4.3?

2006-05-30 Thread John Jenkins
Mike Hopefully this helps: http://www-306.ibm.com/software/data/u2/redback/ Regards JayJay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Randall Sent: 26 May 2006 22:55 To: u2-users@listserver.u2ug.org Subject: [U2] Redback 4.3? I got an email

RE: [U2][UV] MQSeries and UniVerse

2006-05-30 Thread John Jenkins
Nick The current implementation uses the AMI interface to MQ series. However AMI is now EOL'd by the IBM MQ group and a new interface will be available shortly. The current documentation is available at : http://publib.boulder.ibm.com/epubs/pdf/25119080.pdf Regards JayJay -Original

Re: [U2] FOLD can mutilate

2006-05-30 Thread john reid
Many of those problems were fixed when card readers went to a more elaborate belt feed, as they were 're' flattened prior to the read station. The same technique was tried in early belt-fed weapons, to the chagrin of the dear departed testers. They're gonna throw us out of this list... On

RE: [U2] FOLD can mutilate

2006-05-30 Thread Larry Hiscock
This discussion does belong on the u2-community list, not here :-D Larry Hiscock Moderator -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of john reid Sent: Tuesday, May 30, 2006 7:20 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] FOLD can

Re: [U2][UV][AD] MQSeries and UniVerse

2006-05-30 Thread Craig Bennett
The current implementation uses the AMI interface to MQ series. However AMI is now EOL'd by the IBM MQ group and a new interface will be available shortly. And if you get bored waiting for IBM visit http://www.cross.net.au/mqmv.asp. Our MQ Series interface using GCI was available long before

[U2] Duplicates

2006-05-30 Thread Bob Woodward
I'm seeing duplicates again. sigh Or I'm not medicated enough... BobW --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Duplicates

2006-05-30 Thread Tony Gravagno
Bob Woodward wrote: I'm seeing duplicates again. sigh Or I'm not medicated enough... I'm getting dupes too. I'm getting dupes too. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] FW: UV - Build.Index problem

2006-05-30 Thread Ray Wurlod
Moral: always check with LIST.READU that nothing's happening on the file. Or rebuild each index separately, so that the controlling process doesn't have any phantoms to wait for. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] FOLD can mutilate {Unclassified}

2006-05-30 Thread Mark Johnson
Trivia Question: What's the name of the pattern (language) used for the traditional 80 column IBM punch cards. My 2 cents. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] FOLD can mutilate {Unclassified}

2006-05-30 Thread Bruce Nichol
At 23:26 30/05/06 -0400, you wrote: Trivia Question: What's the name of the language used for the traditional 80 column IBM punch cards. Obscene if they're in series and you drop a box of the b..s Sorry... had to change the question slightly Regards, Bruce Nichol Talon Computer

RE: [U2] FOLD can mutilate {Unclassified}

2006-05-30 Thread Derek M. Falkner
We used to use the Hollerith code. That was after we changed from 7-track paper tape - I was quite good at making corrections to that. Derek Falkner Kingston, Ontario, Canada -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Johnson Sent: May 30, 2006