[U2] Problem with report - need help

2009-05-04 Thread apogee79
Hi, I have a file, in which the field length is defined to be 8. It does not store a decimal point - but has the capacity to hold 8 digits in total. Now when that has to be reflected in the report, where 2 decimal places formatting is used, the values which were 8 digits in length orignially in the

Re: [U2][SB+] Extended Character Set (ALT+...)

2009-05-04 Thread Victor Henderson
I am not sure exactly where it is but SB Client also has a filter where you specify the highest character that it will display. I DO remember this causing me about a week of troubleshooting when I was trying to get the Hangul character set to display. In that case we were running Unidata in "double

RE: [U2][SB+] Extended Character Set (ALT+...)

2009-05-04 Thread Boydell, Stuart
Bjvrn, SBClient filters control extended/characters entered from the keyboard. You can change the Setup,Terminal,Configure,Display Control Characters setting and see if that helps. Regards, Stuart Boydell -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@li

RE: [U2] UV resize error

2009-05-04 Thread Eric Rosenzweig
We've had similar issues with little luck. We've unlocked the inode of the over and data sections as well as all the index inodes and have had limited success. Sometimes it works, sometimes it doesn't. My suspicion is that there's a dead process that universe is not showing in LIST.READU EVER

Re: [U2] UV resize error

2009-05-04 Thread Charlie Noah
John, Have you ever attempted to resize these files before from the same directory where you're doing it now? We run into this sometimes with Jbase if the file is not in the same file system where the resize is done. The reason is that our resize uses Unix mv command to move the wor

Re: [U2] UV resize error

2009-05-04 Thread iggchamp
Not that this is any help but I had the same issue this weekend on uv10.2.7 on HPUX 11.11. No other users... /etc/fuser showed on processes... I assumed that our backup process had it but haven't had time to confirm. - Original Message - From: "John Hester" To: u2-users@listse

RE: [U2] UV resize error

2009-05-04 Thread Brutzman, Bill
Since nobody is connected, consider reBooting the UV box. --B -Original Message- From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of John Hester Sent: Monday, May 04, 2009 5:02 PM To: u2-users@listserver.u2ug.org Subject: [U2] UV resize error

Re: [U2] [UV] How to 'transfer' a READU lock to another process/port

2009-05-04 Thread Ed Clark
Maybe you could work something out using READL shared locks. Process 1 takes a READU lock, does it's work, then demotes to a READL lock and notifies process 2. Process 2 takes a READL lock and tells process 1, which drops it's READL and goes on to its next task. Process 2 then promotes it's

[U2] UV resize error

2009-05-04 Thread John Hester
I got an error message I've never seen before when attempting to resize a couple of dynamic files to static hashed files over the weekend: --- RESIZE error! Unable to gain exclusive use necessary to continue. File is currently in use by other processes. Please try again at a later time when the f

RE: [U2][SB+] Extended Character Set (ALT+...)

2009-05-04 Thread Manu Fernandes
Hi, The trouble is probably under SB+ Ter Defn Setting. /Admin / Printers & Terminals / Terminal Definitions / (load the term you use)) {F7} Keys+ Make empty the field "Limit value of Displayable Characters". {F2} {F2} Then you get the extended chars authorized. My two pence. Manu > -Me

RE: [U2] Unidata calculations incorrect

2009-05-04 Thread Eric Armstrong
We don't think WIDEZERO will help. Here's the issue. For two variables in the same program that are exactly the same; sometimes Universe returns they are equal and sometimes it doesn't. Very bizarre! Eric Armstrong IT Dept -Original Message- From: Martin Hutchinson [mailto:m.hutchin...@w

RE: [U2] Help with sockets

2009-05-04 Thread Glen Batchelor
> -Original Message- > From: owner-u2-us...@listserver.u2ug.org [mailto:owner-u2- > us...@listserver.u2ug.org] On Behalf Of Joshua Gallant > Sent: Monday, May 04, 2009 9:33 AM > To: u2-users@listserver.u2ug.org > Subject: [U2] Help with sockets > > Hi Folks, > > > > Maybe one of you can

RE: [U2][SB+] Extended Character Set (ALT+...)

2009-05-04 Thread Brutzman, Bill
If there is a way to get UniBasic into the picture, consider using char(XX). Some code follows... *R0 Bill BrutzmanDec.2005 crt @(0) prompt '' crt @(-1) for Char.Count = 32 to 255 This.Char = char(Char.Count) *This.Char = 'x' Crt.Str = @(-

[U2] Help with sockets

2009-05-04 Thread Joshua Gallant
Hi Folks, Maybe one of you can help... Let's assume I'm writing a piece of client software to connect to a server using the basic socket calls & simply dump data through a port and receive a response back. Let's also assume the server shuts down mid process and sends a FINACK packet to the c

RE: [U2] [UV] How to 'transfer' a READU lock to another process/port

2009-05-04 Thread Dave Laansma
I have a situation where a file needs to be built from a series of 4 different programs before it can be processed by a fifth. These 5 programs cannot be 'daisy-chained' or called, one to the next. What I did is maintain a 'CONTROL' record in the dictionary file that says which of the 5 programs

[U2] [UV] How to 'transfer' a READU lock to another process/port

2009-05-04 Thread Marco Manyevere
The solution I have for a certain problem could easily be solved without redesigning large portions of the existing code if I could implement an algorithm to have process1 release a READU lock and have process2 acquire that lock ahead of all other processes that may be interested in the same loc

[U2][SB+] Extended Character Set (ALT+...)

2009-05-04 Thread Bjorn Behr
Morning all Does anybody know of a way / setting that I can get the extended character setting to work in UniVerse / SB+ / SB Client ie ALT+148 = v If I type this in, I get nothing. I think it is because there are seen as non-prinitable characters by UniVerse, but I am no sure. System Info