Re: [U2] UniVerse on Linux

2004-06-09 Thread Adrian Merrall
As part of our server strategy we are investigating possibly running UniVerse on Linux. This seems to pose a number of questions re the type of Linux to use. I have obtained 10.1.1 for RedHat but our Oracle team is leaning towards SUSE and we see that this is only listed on the Availability

RE: [U2] FW: Identify UniVerse files at unix level

2004-06-09 Thread Trevor . Williams
Hi Has anyone mentioned UVfile? t -Original Message- From: Hona, David S [mailto:[EMAIL PROTECTED] Sent: 9 June 2004 1:44 pm To: '[EMAIL PROTECTED]' Subject: RE: [U2] FW: Identify UniVerse files at unix level You can use the UNIX file utility, if you update your systems' /etc/magic

Re: [U2] FW: Identify UniVerse files at unix level

2004-06-09 Thread Ray Wurlod
There's a UVfile executable in the bin directory for UniVerse. This will perform what you need. On UNIX, use find: for example (provided the UniVerse bin directory is in PATH): find . -exec UVfile {}\; Possibly you can filter the output with grep and/or awk. On Windows, use the uvwalk.exe

RE: [U2] FW: Identify UniVerse files at unix level

2004-06-09 Thread Hona, David S
It doesn't exist for older releases of UV. Was it introduced for UV 10 or 9.5.x? Regards, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Wednesday, 9 June 2004 4:19 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [U2]

RE: [U2] FW: Identify UniVerse files at unix level

2004-06-09 Thread Logan, David (SST - Adelaide)
Hi David, This magic file works with UV10, at least 10.0.8 on Tru64, I set it up to work with Rel 10 and then Glenn sent me the rest of the stuff to incorporate into a file that should cover everything. Does 64 bit as well. Regards These 3 or 4 lines I worked out myself (it looks small and

RE: [U2] how to assign dimensioned array to a matrix?

2004-06-09 Thread Stuart Boydell
Thanks Ray, seems close. I was also thinking along the lines of the trick using the named common to assign multiple common variables to one dimensioned array in a different prog without a mismatch error. eg. prog1 common /xxx/ a,b,c(9) prog2 common /xxx/ z(11) Cheers, Stuart -Original

RE: [U2] Convert Statement Not Working

2004-06-09 Thread Adrian . Womack
Check out the CHANGE function instead. CONVERT is a character by character conversion function, it's changing to in your example. Try: LINE = CHANGE(LINE, , amp;) AdrianW -Original Message- From: Morawa, Hans [mailto:[EMAIL PROTECTED] Sent: Wednesday, 9 June 2004 16:42 To: [EMAIL

[U2] Owner of UV program

2004-06-09 Thread Jef Lee
On a Linux system which programs should be owned by the root user and which should have the s permission (effective user) set? --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Convert Statement Not Working

2004-06-09 Thread Jef Lee
Hans, The CONVERT statement does not change the way you think. LINE=1234jello123green4 CONVERT 1234 TO ABCD IN LINE will result in LINE containing ABCDjelloABCgreenD You want the CHANGE function. CHANGE (expression, substring, replacement [ ,occurrence [ ,begin] ] ) where every

RE: [U2] calculate UniVerse Shared Memory

2004-06-09 Thread Ang Suan Yong
Dear Ray, Thanks.At least i've some idea Thanks and Regards -Original Message- From: Ray Wurlod [SMTP:[EMAIL PROTECTED] Sent: Wednesday, 09 June, 2004 7:26 AM To: [EMAIL PROTECTED] Subject: Re: [U2] calculate UniVerse Shared Memory There is no set formula, except

Re: [U2] Convert Statement Not Working

2004-06-09 Thread Stephen O'Neal
Hans Wrote: snip I'm writing a basic routine to generate XML files and running into a problem. The following CONVERT statement does work, CONVERT TO amp; IN LINE Does anyone know what's happening here. snip The CONVERT statement does a character for character replacement in the string. The

RE: [U2] Convert Statement Not Working

2004-06-09 Thread Morawa, Hans
Adrian, Jeff and Stephen, Using the CHANGE statement works perfectly. Thank you all. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen O'Neal Sent: Wednesday, 9 June 2004 5:26 PM To: [EMAIL PROTECTED] Subject: Re: [U2] Convert Statement Not

[U2] FILEIOSUBR ???

2004-06-09 Thread Dennis Bartlett
I got so excited at the reply to the triggers thang regarding a call to FILEIOSUBR that I deleted the post - now that is dumb! Anyway - I've searched the archives, searched my mail, searched, and searched, and have no record of such a proggie... Two requests: (1) Could someone forward me their

RE: [U2] [OT] Cost of Oracle vs PICK

2004-06-09 Thread Phil Walker
Here you go. Phil Walker +64 21 336294 [EMAIL PROTECTED] infocusp limited \\ PO Box 77032, Auckland New Zealand \ www.infocusp.co.nz DISCLAIMER: This electronic message together with any attachments is confidential. If you are not the intended recipient, do not copy, disclose or use the

RE: [U2] [OT] Cost of Oracle vs PICK

2004-06-09 Thread Dennis Bartlett
Ta mate! -Original Message- Here you go. --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Convert Statement Not Working

2004-06-09 Thread Stevenson, Charles
This one ought to go into the FAQ The following CONVERT statement does work, CONVERT TO amp; IN LINE Does anyone know what's happening here? Well, I'm still proud of my little example when the question was raised in April: CDS.BP C 01 X = 'How much wood would a woodchuck chuck, if

[U2] Script Sans ncurses

2004-06-09 Thread Karl L Pearson
Sorry for the off-topic query: Is there a means of formatting a telnet/ssh/xterm 'window' so a looping shell script could update information without repainting the entire screen on each pass (without @(0,15)..)? (printf, echo...) I have a program written in our green screen app which I envision

RE: [U2] Convert Statement Not Working

2004-06-09 Thread Glenn Herbert
Nor does it like the program name R. This, obviously, is because the C and R are options to VLIST. C: converts FMT,LEN,FOLD opcodes to DP ones, i.e. FMT becomes FMTDP, LEN becomes LENDP, etc. Warning: This option UPDATES OBJECT CODE when used!! R: print reference numbers instead of symbols At

RE: [U2] double postings

2004-06-09 Thread Allen E. Elwood \(CA\)
Hello Mr. Walters! Nice to see a 'friendly face' from the past! I've been so swamped since joining Curnayn and associates after ROI laid me and 50 other people off during the Epicor acquisition that I haven't had time to do simple things like join a new group. Be sure to give me a call if you

Re: [U2] Script Sans ncurses

2004-06-09 Thread FFT2001
In a message dated 6/9/2004 8:10:11 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: Is there a means of formatting a telnet/ssh/xterm 'window' so a looping shell script could update information without repainting the entire screen on each pass (without @(0,15)..)? (printf, echo...) I

RE: [U2] uinvers login's

2004-06-09 Thread Gordon Glorfield
We do it in our menu programs. Our users are forced, on login, to the menu system which checks to see if they are logged into any other sessions. It then checks the user's settings to see how many sessions are allowed and logs them off if they are over their limit. Gordon J. Glorfield Sr.

RE: [U2] double postings

2004-06-09 Thread Jimi DeRouen
Will, ROI Syngineering can be found at http://www.roisyn.com/index.html. Completely separate from ROI Systems, I believe. Jimi DeRouen Systems Analyst [EMAIL PROTECTED] ABC-CLIO PO Box 1911 Santa Barbara CA 93116-1911 805-968-1911 x150 fax 805-685-9685 -Original Message- From: [EMAIL

RE: [U2] Convert Statement Not Working

2004-06-09 Thread Glenn Herbert
Nor does it like the program name R. This, obviously, is because the C and R are options to VLIST. C: converts FMT,LEN,FOLD opcodes to DP ones, i.e. FMT becomes FMTDP, LEN becomes LENDP, etc. Warning: This option UPDATES OBJECT CODE when used!! R: print reference numbers instead of symbols At

RE: [U2] Convert Statement Not Working

2004-06-09 Thread Piers Angliss
snip The CONVERT statement does not change the way you think. /snip Shame - that really would be a unique selling point for U2 ! --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Dialers with Universe

2004-06-09 Thread Dan Fitzgerald
Telathena here in North America. digression/ I once went to tune a Telathena/Unidata/AIX site. Telathena has (or had) a predictive feature, which is tunable. What it does (or did) was predict how many operators would be available based upon where they were in the screen scripts they were

[OT]RE: [U2] Convert Statement Not Working

2004-06-09 Thread Dan Fitzgerald
Yeah; the per, um, seat license would be a bargain! snip The CONVERT statement does not change the way you think. /snip Shame - that really would be a unique selling point for U2 ! --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/ ---

RE: [U2] Convert Statement Not Working

2004-06-09 Thread Allen E. Elwood \(CA\)
And just in case someone sees the SWAP command in a program, that statement has the same effect on data as the CHANGE command, with a really different format: BUBBA = 'AS MUCH WOOD AS A WOOD CHUCK WOULD CHUCK IF A WOOD CHUCK DID CHUCK WOOD' *SWAP 'WOOD' WITH 'CHUCK' IN BUBBA is the same as BUBBA

[U2] UniVerse Data in SQL Tables

2004-06-09 Thread Trevor McNamara
Hey, I was just wondering if anyone can help me. I am trying to replicate the data that i can on a UniVerse 10 database (Unix), into SQL database. Can anyone tell me the steps i need to take to get this to work. Do i need any third party software? Can it be setup to be live? so if the data is

RE: [U2] Dialers with Universe

2004-06-09 Thread Orange
It will be 30 users on the phones, My main question is how will it know which phone is on which machine and how does it display the screen information. You can reply direct to me on [EMAIL PROTECTED] Many thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [U2] Error unloading UV objects in vb

2004-06-09 Thread Ray Wurlod
This list doesn't permit attachments. You'll have to post the text of the error messages. - Original Message - From: Graham Hansen [EMAIL PROTECTED] Date: Wed, 9 Jun 2004 10:34:52 +0100 To: [EMAIL PROTECTED] Subject: [U2] Error unloading UV objects in vb We are getting the following

RE: [U2] Owner of UV program

2004-06-09 Thread Jef Lee
Thanks Ray. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Thursday, June 10, 2004 8:14 AM To: [EMAIL PROTECTED] Subject: Re: [U2] Owner of UV program Search the archives (www.indexinfocus.com) for setuid. These have been listed

[U2] [UV] SELECTINDEX inside a user conversion subroutine is corruptin g the record count

2004-06-09 Thread Adrian . Womack
We have a user conversion code (named UOPNN) which we use in the conversion field of dictionaries to convert an operator number into an operator name. Our operators (ie. users) control file is keyed on name with an AK on number. The UOPNN routine uses SELECTINDEX on the operator file using the

Re: [U2] UniVerse Data in SQL Tables

2004-06-09 Thread Trevor McNamara
Thanks for your reply. I was just wondering if you should tell me what third party ODBC driver you mean? I have the UniVerse ODBC Driver if thats what you mean? Als ohow do i use SQL 2000 to connect to it? Is there any documentation/tutorial for connecting to the database though SQL 2000?

RE: [U2] UniVerse Data in SQL Tables

2004-06-09 Thread David Jordan
Hi Trevor There are a variety of ways to do this. The question is what do you want to do exactly with the replicated Database, defines the best approach or even away to avoid the replication. Regards David Jordan Managing Consultant [EMAIL PROTECTED] Dacono Holdings Pty Ltd Business

RE: [U2] UniVerse Data in SQL Tables

2004-06-09 Thread Trevor McNamara
It is for an asset register frontend. Will need it to read data from the database aswell as write back. I know its expensive to write a frontend to UniVerse as you need o purchase third party software like Pick .NET DP. So i thought i could be able to get the data to the SQL server and then