Re: *** GMX Spamverdacht *** Re: [U2] DO/WHILE vs IF THEN

2009-03-30 Thread Mecki Foerthmann
have you tried LOOP WHILE READNEXT ID DO ? MAJ Programming wrote: LOOP WHILE READNEXT does not work on D3. Mark Johnson - Original Message - From: Keith Johnson [DATACOM] kei...@datacom.co.nz To: u2-users@listserver.u2ug.org Sent: Monday, March 02, 2009 7:38 PM Subject: Re: [U2]

Re: [U2] DO/WHILE vs IF THEN

2009-03-30 Thread Charlie Noah
Another 2 cents here. If not using a global input routine, I usually use this syntax: LOOP prompt, position cursor, whatever INPUT ANS ANS = UPCASE(ANS) or ANS = OCONV(ANS, 'MCU') if you don't have UPCASE UNTIL ANS MATCHES 'Y]N' DO ] is an actual

[U2] Delete files on secondary server before restore

2009-03-30 Thread Amy Raisanen
Amy Raisanen Systems Analyst RAM Mutual Insurance Company (218) 879-3321 Ext. 2255 Visit RAM online at www.rammutual.com -Original Message- From: Amy Raisanen Sent: Monday, March 30, 2009 12:01 PM To: Bob Utech Subject: Delete files on secondary server before restore We have a primary

RE: [U2] DO/WHILE vs IF THEN

2009-03-30 Thread George Gallen
One of the things I like about using CASE's After all the checks you think there should be are done, you can setup the CASE 1 (or CASE -1) section to get all those inputs that normal people wouldn't enter. George -Original Message- From: owner-u2-us...@listserver.u2ug.org

RE: [U2] Delete files on secondary server before restore

2009-03-30 Thread John Hester
-Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Amy Raisanen Sent: Monday, March 30, 2009 10:04 AM To: u2-users@listserver.u2ug.org Subject: [U2] Delete files on secondary server before restore [snip]

[U2] UniVerse and Transaction Logging

2009-03-30 Thread David Senecky
Are there any known problems/issues/obstacles with UniVerse 10.2 10.3 and Transaction Logging on AIX 5.3??xml:namespace prefix = o ns = urn:schemas-microsoft-com:office:office / I am looking for a DR solution using the above, are you using this? any tips / traps? David Disclaimer Notice This

RE: [U2] UV AIX 10.2 - MQ 7

2009-03-30 Thread Hona, David
The interesting question is why use MQ to communicate between Oracle and Universe - when you could use UCI? Or do you mean you have two applications using these respective databases that will communicate?? Failing new bugs/features in MQv7, there should not be any significantly differences

RE: [U2] UniVerse and Transaction Logging

2009-03-30 Thread Dan Fitzgerald
You may want to look at UV Replication using publisher/subscriber instead. If you have a transaction (update) that crosses the boundaries of one transaction log into the next, you will lose that transaction on the DR side. It is VERY likely - bordering on certain - that each transaction log will

Re: *** GMX Spamverdacht *** Re: [U2] DO/WHILE vs IF THEN

2009-03-30 Thread MAJ Programming
Yes. I straddle U2 systems as well as D3, Mvbase and a few natives. Each has their own advanced way of handling READNEXT. Mark - Original Message - From: Mecki Foerthmann mec...@gmx.net To: u2-users@listserver.u2ug.org Sent: Monday, March 30, 2009 2:01 AM Subject: Re: *** GMX Spamverdacht

Re: [U2] DO/WHILE vs IF THEN

2009-03-30 Thread MAJ Programming
I don't know all of the login parameters but one UV client of mine (on SCO) has a setting that allows the users to remain in lower case on the MS side of things (the more often case setting) and without hitting caps lock, going to UV it's all in upper case as their legacy app and data is (are?).