Re: [U2] [BB] U2 Enhancement Request - WRITE

2009-07-31 Thread Coelho, Gregory
All, I see that there has been some discussion regarding setting up the EDA Tool. We are having trouble setting up an EDA Data Source. When we test our connection we get the following message stating that the 'Save Data Source Failed' (Could not write data source TEST on server

Re: [U2] the XML/DB Tool

2009-07-29 Thread Coelho, Gregory
All, I am on UniData (7.1 and 7.2) attempting to create a set of nested relationships in a XML file. In an attempt to learn how to use the XML/DB Tool I've read through IBM's UniData:UniBasic Extensions - but am now more confused that at the onset. Can anyone direct me to a knowledge source

[U2] RE:Merging Unique

2006-02-25 Thread Coelho, Gregory
Hey, I want 1st say thanks for all the help in the past - it is certainly a factor in why I still have a job! Can anyone let me know how I can merge using Union and be guaranteed that I have not pulled in any duplicate elements? I know I can SAVING UNIQUE when constructing a SAVE.LIST to

RE: [U2] Simple OT question

2006-02-06 Thread Coelho, Gregory
For use in USA check the NEMA standards - in many industries connectors of this type (20 amps and less) would be referred to as a Female Parallel Blade U-Ground connector. Again, check NEMA and UL (Underwriter's Laboratories) for more specific terminology. Greg -Original Message- From:

RE: [U2] RE:MERGE SAVE.LISTS

2006-01-23 Thread Coelho, Gregory
-users@listserver.u2ug.org Subject: RE: [U2] RE:MERGE SAVE.LISTS LIST.UNION for manipulation saved- instead of active lists. Related: LIST.INTER LIST.DIFF. From: [EMAIL PROTECTED] HELP MERGE.LIST From: Coelho, Gregory WHAT IS THE EASIEST WAY TO MERGE

RE: [U2] RE:MERGE SAVE.LISTS

2006-01-23 Thread Coelho, Gregory
Of George Gallen Sent: Monday, January 23, 2006 9:41 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] RE:MERGE SAVE.LISTS -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Coelho, Gregory Sent: Monday, January 23, 2006 8:43 AM To: u2-users

[U2] RE:MERGE SAVE.LISTS

2006-01-20 Thread Coelho, Gregory
U2, WHAT IS THE EASIEST WAY TO MERGE THESE TWO SAVE.LIST'S - I NEED A UNION PRESERVING THE KEYS (ALL EFFORTS HAVE GIVEN ME WORKING ELEMENTS FORM EITHER SELECT1 OR SELECT2 - TOO TIRED TO THINK ANY MORE)? IF X.DATE.BEGIN NE AND X.DATE.END NE THEN X.SELECT1 = SELECT X X.SELECT1 := WITH

RE: [U2] RE: Number Conversion

2006-01-18 Thread Coelho, Gregory
= X.BYTE END CASE X.NUMBER = X.INPUT.AMOUNT[1,X.STR.LEN - 1]:X.LAST.DIGIT X.AMOUNT.WRITE := FMT(OCONV(X.NUMBER,MD),8\0R) THANKS AGAIN FOR ALL YOUR HELP! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Coelho, Gregory Sent: Tuesday, January 17, 2006 6:38 PM

[U2] RE:Subscription

2006-01-17 Thread Coelho, Gregory
Please allow me to post to this list-serve. Greg Coelho --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] RE: Number Conversion

2006-01-17 Thread Coelho, Gregory
EEEK! Hummm, Is there anyone that can help me with number conversion? I need to convert a negative monetary amount pulled in by FMT(OCONV(X.AMOUNT, MD), 8\0R) to meet S9(6)V99 or Z8.2 format. COBOL programmers may recognize this comp-3 format - padded with leading zeros the right most character

RE: [U2] RE: Number Conversion

2006-01-17 Thread Coelho, Gregory
Of Coelho, Gregory Sent: Tuesday, January 17, 2006 7:52 AM To: u2-users@listserver.u2ug.org Subject: [U2] RE: Number Conversion EEEK! Hummm, Is there anyone that can help me with number conversion? I need to convert a negative monetary amount pulled in by FMT(OCONV(X.AMOUNT, MD), 8\0R) to meet S9(6

RE: [U2] RE: Number Conversion

2006-01-17 Thread Coelho, Gregory
' amt=iconv(amt,'MX') end Hope that helps, Don -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Coelho, Gregory Sent: Tuesday, January 17, 2006 10:09 AM To: u2-users

RE: [U2] RE: Number Conversion

2006-01-17 Thread Coelho, Gregory
NEGATIVE = 1 CASE 1 LAST.DIGIT = BYTE END CASE NUMBER = STRING[1,STR.LEN - 1]:LAST.DIGIT NUMBER = NUMBER + 0 IF NEGATIVE THEN NUMBER = 0 - NUMBER END STRING = NUMBER RETURN -Original Message- From: Coelho, Gregory EEEK! Hummm, Is there anyone that can help me with number