[U2] UniVerse 10.2 Error code: 2 2 on OpenSUSE

2008-02-14 Thread DeanNapper
Hi. I have installed UniVerse 10.2 onto OpenSUSE and all was well until I restarted the host, now UniVerse reports the following when starting: An error has occurred during uniVerse initialization Please contact the system administrator Error code: 2 2

Re: [U2] UniVerse 10.2 Error code: 2 2 on OpenSUSE

2008-02-14 Thread Mats Carlid
Universe comes with a bootscript to be placed in the startup scripts folder that is not executed - sthg like uv.rc. HTH -- mats DeanNapper skrev: Hi. I have installed UniVerse 10.2 onto OpenSUSE and all was well until I restarted the host, now UniVerse reports the following when

RE: [U2] SLEEP 60 slept only 53 seconds, or else TIMEDATE() is wrong

2008-02-14 Thread Doug Chanco
Hey all, Where on IBM's massive web site can I find what was fixed on what version of universe? This thread got me wondering if some weird issues I have seen have already been fixed on a new versions of universe (we are running on AIX if that matters) As well as what new features have been

RE: [U2] UniVerse 10.2 Error code: 2 2 on OpenSUSE

2008-02-14 Thread Anthony Youngman
It's the classic UV is supported on Red Hat problem. The install script doesn't understand the SuSE rc setup. This all ought to be documented somewhere ... has somebody put a how to install on SuSE FAQ on the u2ug wiki? If not, could someone put one there (I did it so long ago, I've forgotten

RE: [U2] CSV output

2008-02-14 Thread Dennis Bartlett
Hi Is there any way to change the prompt to something like BR299? It would really help to know where I am, whilst hopping from branch to branch. Thanks --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Change Prompt

2008-02-14 Thread Dennis Bartlett
Oops sent the last on the wrong subject... sorry! -Original Message- From: Dennis Bartlett [mailto:[EMAIL PROTECTED] Sent: 14 February 2008 05:20 PM To: 'u2-users@listserver.u2ug.org' Subject: RE: [U2] CSV output Hi Is there any way to change the prompt to something like BR299? It

[U2] [UB] Beep Error

2008-02-14 Thread Brutzman, Bill
How do I send a rudimentay ascii audio error beep message when an end-user makes a keyboard error? --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UB] Beep Error

2008-02-14 Thread Anthony Youngman
PRINT CHAR(7) I think you can also do PRINT @BELL Cheers, Wol -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: 14 February 2008 15:32 To: 'u2-users@listserver.u2ug.org' Subject: [U2] [UB] Beep Error How do I send a rudimentay ascii

RE: [U2] Change Prompt

2008-02-14 Thread Caminiti, Marc
I believe something on the lines of this was posted before. Here is what we use: IF @ACCOUNT = mc OR @ACCOUNT = da THEN STELPROMPT= @WHO : '' END ELSE STELPROMPT = Press G and hit ENTER to continue END ASSIGN 1 TO SYSTEM(4001) ASSIGN STELPROMPT TO SYSTEM(4002) and then that program

RE: [U2] CSV output

2008-02-14 Thread roy
You can assign the prompt name to SYSTEM(4002) using basic and run it in the Login paragraph. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Bartlett Sent: Thursday, February 14, 2008 10:20 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] CSV

RE: [U2] [UB] Beep Error

2008-02-14 Thread Brutzman, Bill
Answering my own question... crt char(7) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill Sent: Thursday, February 14, 2008 10:32 AM To: 'u2-users@listserver.u2ug.org' Subject: [U2] [UB] Beep Error How do I send a rudimentay ascii audio

RE: [U2] [UB] Beep Error

2008-02-14 Thread Mike Dallaire
CRT CHAR(7) Michael Dallaire Senior Applications Developer IBM Certified Solutions Expert Mortgage Builder Software, Inc. Phone: (248) 304-0600 Fax: (248) 304-0601 [EMAIL PROTECTED] www.mortgagebuilder.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [U2] [UB] Beep Error

2008-02-14 Thread Andrew Lakeland
PRINT ERROR:CHAR(7) andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: 14 February 2008 16:32 To: 'u2-users@listserver.u2ug.org' Subject: [U2] [UB] Beep Error How do I send a rudimentay ascii audio error beep message when an

Re: [U2] [UB] Beep Error

2008-02-14 Thread Charles_Shaffer
In UNIBASIC you can do this. EQU BELL TO CHAR (7) . . . DISPLAY BELL Charles Shaffer Senior Analyst NTN-Bower Corporation Brutzman, Bill [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 02/14/2008 09:32 AM Please respond to u2-users To: 'u2-users@listserver.u2ug.org'

[U2] Piping to a unix command with echo

2008-02-14 Thread Marco Manyevere
Im trying to process the contents of a string generated in Universe with an external program by shelling out to the OS as follows: CHANGE '\' TO '\\' IN STR1 CHANGE '' TO '\' IN STR1 SH.CMD = 'SH -c echo ':QUOTE(STR1):' | ./myscript' EXECUTE SH.CMD CAPTURING RESULT STR1 can contain any

Re: [U2] [UB] Beep Error

2008-02-14 Thread Ken Hall
Bill - Just CRT or PRINT CHAR(7): to get a bell (beep) if the users terminal emulator supports it. Ken At 07:32 AM 2/14/2008, you wrote: How do I send a rudimentay ascii audio error beep message when an end-user makes a keyboard error? --Bill --- u2-users mailing list

RE: [U2] [UB] Beep Error

2008-02-14 Thread IT-Laure Hansen
CRT CHAR(7) Laure Hansen, City of Redwood City Information Technology 1017 Middlefield Road Redwood City, CA 94063 Tel 650-780-7087 Cell 650-207-3235 Fax 650-556-9204 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill

RE: [U2] CSV output

2008-02-14 Thread Ron Hutchings
Are you remembering back to the good old days of Pr1me and Information when that was user maintainable? From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject: RE: [U2] CSV output Date: Thu, 14 Feb 2008 17:20:23 +0200 Hi Is there any way to change the prompt to something like

RE: [U2] [UB] Beep Error

2008-02-14 Thread Ron Hutchings
From a program, CRT @BELL or CRT CHAR(7) Some terminal emulators recognized ctrl-g Date: Thu, 14 Feb 2008 10:32:27 -0500 From: [EMAIL PROTECTED] Subject: [U2] [UB] Beep Error To: u2-users@listserver.u2ug.org How do I send a rudimentay ascii audio error beep message when an end-user

[U2] RE: [UB] Beep Error

2008-02-14 Thread Brutzman, Bill
Thanks to those who responded. Let's call it a victory... --Bill _ SUBROUTINE BEEP.BEEP.AND.SLEEP.R0 equate beep to char(7) crt @(-1) crt beep Base.Time =

RE: [U2] [UB] Beep Error

2008-02-14 Thread David A. Green
I would use @(-19) Thanks, David A. Green www.dagconsulting.com (480) 813-1725 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UB] Beep Error via @(-19)

2008-02-14 Thread Brutzman, Bill
@(-19) just moves the cursor on my Dynamic Connect screen equate beep to char(7) crt @(-1) crt beep Base.Time = time() loop Time.Now = time() ;Delta = Time.Now - Base.Time until Delta 0.2 do repeat crt beep

RE: [U2] [UB] Beep Error [not-secure]

2008-02-14 Thread Hennessey, Mark F.
Control-g... ^007? Mark Hennessey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Thursday, February 14, 2008 10:32 AM To: 'u2-users@listserver.u2ug.org' Subject: [U2] [UB] Beep Error How do I send a rudimentay ascii audio error

RE: [U2][UV] Type 18 File Hashing Algorithm

2008-02-14 Thread Perry Taylor
I had considered that and in fact that is exactly how I am testing the accuracy of my hash-calculating logic. I just didn't want the overhead of the UniVerse RECORD command which, in addition to reporting the group number, does a lookup of the record and reports whether or not it is on file.

RE: [U2][UV] Type 18 File Hashing Algorithm

2008-02-14 Thread Perry Taylor
Thanks Rick! MOD(XXX, 2**31) did the trick! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Nuckolls Sent: Wednesday, February 13, 2008 2:45 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2][UV] Type 18 File Hashing Algorithm Try taking the

RE: [U2] [UB] Beep Error [not-secure]

2008-02-14 Thread Tim Stokes
Just a side note. If there is a problem with the speaker or the user has an hearing problem the bell with not be heard. Users may also grow 'upset' with hearing a bell. I tend to lean towards visual clues (error messages). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [U2] [UB] Beep Error

2008-02-14 Thread Womack, Adrian
If you use @SYS.BELL instead of CHAR(7), the bell can be turned on or off using BELL ON or BELL OFF. BELL ON/OFF - toggles the value of @SYS.BELL between CHAR(7) and . -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Friday, 15

Re: [U2] Excel downloads

2008-02-14 Thread MAJ Programming
I'll try this method. I do beaucoups of downloads. Thanks - Original Message - From: Symeon Breen [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, February 13, 2008 10:42 AM Subject: RE: [U2] Excel downloads Instead of 07748,012345,000123 have =07748,=012345,=000123

Re: [U2] Excel downloads

2008-02-14 Thread MAJ Programming
In response to Karen: It's not an import option issue. A CSV is a member of the Excel class of data files and when double clicking in explorer, Excel opens it and sSays Welcome home with no import wizard. My request is to not have any intervention of the user. They can adjust the columns as

Re: [U2] CSV output

2008-02-14 Thread MAJ Programming
An indirect answer would be to send an appropriate ESC sequence to the screen's status row with the account/branch you are on. I like accuterm where I can change the caption of the session. I usually put the Account and Port number as many process use ported work files. My 1 cent. Mark Johnson

Re: [U2] Excel downloads

2008-02-14 Thread MAJ Programming
I have a subroutine on Basic called LINE.TO.CSV that accomodates data values having either single or double quotes. It alternates the delimiting quote character when necessary and if both are present, it replaces the single one with an accent. It's usually a text field anyway. I also have its