ION |
| |
|Use the SELECTINFO function to determine whether a select list|
|is active, or to determine the number of items it contains. |
Best regards,
Henry Unger
Hitech Systems, Inc.
http://www.hitech.com
> -Original Message-
>
I was wondering if that's what you're up to.
I'm not at my computer, but try PHANTOMing it.
Henry Unger
Sent from my iPad
On Jul 30, 2010, at 3:48 PM, "Jeff Schasny" wrote:
> Thank you all.
>
> After much putzing with the various parts involved it is beg
Lock the record before you write it.
Henry Unger
Sent from my iPad
On Jul 30, 2010, at 2:47 PM, "Jeff Schasny" wrote:
> So far so good. Trigger installed. Trigger blows up. My trigger program calls
> the *MAIL.SEND routine (which works when called from other programs in
h the command:
ln /stand/vmunix /hp-ux
At this point, PI/open should run without any other changes needed.
Just out of curiosity, why haven't you moved to UniVerse?
Best regards,
Henry Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-
Perhaps the index is defined as single-valued when it should be defined as
multi-valued.
Best regards,
Henry Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Chris
IBM AIX supports WPARs, which allows us to run multiple instances of UniVerse
on the same server. Perhaps UniData will work as well.
Best regards,
Henry Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun
Yes. OpenQM by Ladybridge Systems.
http://www.openqm.com
"...available on Windows, Linux (Red Hat, Fedora, Debian, Ubuntu), FreeBSD, Mac
OS X and Windows Mobile."
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@
Hi Ara,
We have used UniVerse triggers to replicate UniVerse tables to Microsoft SQL
Server, MySQL, and Oracle.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listse
I know next to nothing about UniData, but perhaps the extra step of opening and
reading the index takes longer than scanning the entire base file.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
Hi Steve,
We've defined a simple interface to syslog() that is called from Basic with the
priority, a message format, and four parameters.
The C part:
void SYSLOG(int priority, const char *message, const char *arg1, const char
*arg2, const char *arg3, const char *arg4 )
{
syslog( priority,
We use syslog in UniData and UniVerse to log all kinds of application events.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Steve Rom
ug.org [mailto:u2-users-
> boun...@listserver.u2ug.org] On Behalf Of Henry Unger
> Sent: Wednesday, February 24, 2010 1:47 PM
> To: 'U2 Users List'
> Subject: Re: [U2] Keep a running total in a listing
>
> Brian,
>
> Wow. It does work! Sorry. I should have tried it.
_
us and c) could always change some day - okay not likely but it's
not an 'official' feature or that's what I was told..
Brian
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Henry Unger
Sent: 24 Febru
Such things were so simple in PI/open:
SORT VOC @ID FMT "32L" SIZE EVAL "@1+SIZE;@" COL.HDG "Running" COL.SPCS ID.SUP
Length
@ID. (in Bytes) Running...
# 3 3
$INCLUDE
uvsh followed by the (cataloged) program works well for us.
e.g.:
C:\>uvsh ZUSERS
Input editing enabled for ALL input, starting in INSERT mode.
UniVerse users: 1 (maximum: 2) Other processes: 1
No User | No User | No User | No User
488 NT AUTHO
u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Henry Unger
Sent: Thursday, November 12, 2009 1:44 PM
To: 'U2 Users List'
Subject: Re: [U2] UV & Ubuntu
I've installed the UV PE edition on my Dell Latitude 2100n netbook running
the desktop versio
I've installed the UV PE edition on my Dell Latitude 2100n netbook running the
desktop version of Ubuntu 9.10. There are a few things you have to do pre- and
post-installation, but otherwise, it works great.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Or
Funny you should ask. Andy Youniss, Rocket's CEO, was asked the question of the
origination of "Rocket" last night at dinner, and the short answer was that at
the time 20 years ago, he liked it.
Although it may feel retro to some, I disagree that it carries a negative
connotation. One of the le
Yes indeed, however it was removed. Hopefully, it will reappear.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Clifton Oliver
Sent: M
Call !GET.USERS. It's documented in the UniVerse BASIC manual and the UniVerse
BASIC Reference manual.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.
x27;, VALUE)
END ELSE
* OCONV()
RESULT = VALUE
END
STATUS = 0
RETURN (RESULT)
END
Catalog as $ and use as the conversion in the dictionary as U.
Best regards,
Henry Unger
Hitech Systems, Inc.
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-bo
In theory, if you open a socket to a Unix file descriptor in a UniVerse program
using a GCI function, and then PHANTOM a new process, that Unix file descriptor
will still be open in the phantom.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Messag
We do similar things in a U2 platform-independent server-centric form in order
to support telephony operations in emergency (e.g. 9-1-1) communication
centers. We generally use the PBX vendor's native API if it is
platform-independent. Our most recent implementations use vendors' JTAPI
interfac
Try MX0C.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of m3p
Sent: Tuesday, August 11, 2009 12:36 PM
To: u2-users@listserver.u2ug.org
I asked that very question of the U2 people last week. As I recall, the answer
was sometime this month.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug
Permissions, perhaps?
Running it using syscalls might provide some clues.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Ross Morriss
I can't imagine why it wouldn't boot on a 486DX. Worth a try.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Results
Sent: Friday, Ju
pile, write to and delete
from dictionary which in your example are significant compared to the number
of records counted. You could probably get more accurate results by choosing
an example that runs against a file with millions of records.
Cheers,
Andy
- Original Message
From: Henry
Hi Martin,
I did say "not", so we are saying the same thing.
I like that QM is smart about it.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On B
Hi Martin,
I was under the impression that an EVAL calls the same compiler that an
I-type does, and that any expression optimization would be done therein.
Expanding beyond that, it would be interesting if the I-type compiler was
able to detect that a particular expression does result in a constan
DATE() is not a constant, but rather a function that will return a different
value each day.
You can see the object code that is produced using VLIST and examine it for
optimizations.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From
Let's not forget what the "RS" stands for.
In addition, there were many applications that went far beyond anything
contemplated by it, kind of like off-label uses for prescription drugs. Your
mileage will vary.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-
Do the subroutines do anything that have temporal dependencies? That is, are
the values dependent on anything other than @ID and @RECORD, such as an
external value coming from somewhere?
_
From: Ken Ford [mailto:ken.f...@firstmac.com.au]
To: u2-users@listserver.u2ug.org [mailto:u2-us...@list
We link over 300 C functions that we have written into UniVerse using its
GCI.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Tony G
Sent:
You can create the dynamic file with the desired size.
>From HELP CREATE.FILE:
MINIMUM.MODULUS n
This value is also the initial value of the modulo (sic) of the dynamic
file.
Best regards,
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: owner-u
Really. From whom did you hear that?
Henry
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Laurie Blain
Sent: Monday, April 20, 2009 9:29 PM
To: u2-users@listser
The issue is that if you send a 1024 byte message through a TCP socket, you
may eventually get 1024 bytes out the other end, but you may not get them
all at once. The message may be broken up into lots of pieces, i.e. if you
do a read(), you may get 1024 bytes, or you may get a lot less, and have t
There are quite a few ways to get there, depending on facilities.
1) If you have fiber connecting the sites, then simply mirror the drives,
or, if using an array, mirror two arrays using built-in operating system
functions.
2) You can do mirroring at the volume level using a number of third party
I don't know if there is one, but, for text nodes in XML documents, you
could do:
value = change( value, '&', '&' )
value = change( value, '<', '<' )
value = change( value, '>', '>' )
value = change( value, '#xD', '
' )
according to RFC 3076:
"Text Nodes - the string value, except all am
In PI/open, there are two version:
CREATE.FILE file.name DIRECTORY
CREATE.FILE file.name DYNAMIC DIRECTORY path
The former creates a directory in the current account, and the latter a
dynamic file in the specified directory.
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Origina
AFAIK, UniVerse is a 32 bit application, however it handles 64 bit files on
those operating systems that support 64 bit file systems. You have to
configure UniVerse to create 64 bit files by default, or specify 64 bit when
the file is created.
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.
It means that UniVerse is unable to perform a memory allocation from the
per-user shared memory segment of the requested size for that user. "Printer
memory" is a euphemism. This is sometimes caused by memory leaks in
UniVerse.
Henry P. Unger
Hitech Systems, Inc.
http://www.hitech.com
-Origi
Check the permissions on /var/tmp.
Programs such as trace, tusc, and truss are useful for tracking down such
problems.
On my system, this is what happens (edited for brevity):
open("/var/tmp/aaa_8ai91", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 12
write(12, " p w d ", 4)= 4
writ
43 matches
Mail list logo