Re: [U2] Rgarding ED editor

2014-04-17 Thread Martin Phillips
their VOC so that ED actually runs the AE editor which is part of Unidata itself. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun

[U2] [Ad] Training and Consultancy Services

2013-10-02 Thread Martin Phillips
U2 Training and Consultancy Services Best known as the developers of the OpenQM multivalue database, Ladybridge Systems also provides on-site training and consultancy services to QM and U2 sites in the UK at highly competitive prices. We were contracted by VMark, Ardent Software, Informix and

Re: [U2] Select from one file with save-list from another file

2013-08-28 Thread Martin Phillips
' : index.name : ' not present in ' : file.name return end readlist var from 10 else then result = lower(var) return end Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: u2

Re: [U2] Select from one file with save-list from another file

2013-08-28 Thread Martin Phillips
Hi again, Spotted a bug - I knew this would turn out to be the wrong source code!! When opening a new file, the filename should be copied to fname. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message

Re: [U2] Select from one file with save-list from another file

2013-08-28 Thread Martin Phillips
2013 15:04 To: u2-users@listserver.u2ug.org Subject: Re: [U2] Select from one file with save-list from another file This line caught my eye: readlist var from 10 else then result = lower(var) else then ? I get it, but ... yuck. :) T From: Martin Phillips Spotted a bug - I knew this would

Re: [U2] What is true

2013-08-01 Thread Martin Phillips
Not odd at all. The language defines the relational operators as performing a numeric comparison if both items being compared are numbers or can be treated as numbers. It is valid for a numeric string to include leading or trailing spaces. Martin Phillips Ladybridge Systems Ltd 17b Coldstream

Re: [U2] What is true

2013-08-01 Thread Martin Phillips
on universe (not sure of unidata), you can use FILEINFO() to see if something is a file variable: x= crt fileinfo(x,0) returns 0. Would return 1 for an open file. This originated in Prime Information and is available on UniVerse, UniData, PI/open, QM, and probably a few others. Martin

Re: [U2] What is true

2013-08-01 Thread Martin Phillips
Hi again, I have been on a site where they insisted that A = B = C should be written as A = B EQ C to emphasise that the second operator is a relational test. Personally, I use A = (B = C) even though the brackets serve no purpose. It just helps when reading the code. Martin Phillips

Re: [U2] What is true

2013-07-31 Thread Martin Phillips
a file variable to a Boolean value. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo

Re: [U2] What is true

2013-07-31 Thread Martin Phillips
Hi, The query processor defines WITH fieldname that has no relational operator as a test for non-null so this is not the same as a true/false test. Again, as far as I know, this is the same across all multivalue products. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane

[U2] [AD] Training Services

2013-07-22 Thread Martin Phillips
U2 Training Services Best known as the developers of the OpenQM multivalue database, Ladybridge Systems also provides on-site training services to QM and U2 sites in the UK. We were contracted by VMark, Ardent Software, Informix and IBM to deliver their standard U2 courses at their UK

Re: [U2] UniVerse LPTR

2013-07-08 Thread Martin Phillips
Hi Bill, Take a look at SETPTR.DEFAULT Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf

Re: [U2] UniVerse LPTR

2013-07-08 Thread Martin Phillips
that runs as the machine is booted. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Brutzman

Re: [U2] UniVerse LPTR

2013-07-08 Thread Martin Phillips
...@listserver.u2ug.org] On Behalf Of Martin Phillips Sent: Monday, July 8, 2013 2:57 PM To: 'U2 Users List' Subject: Re: [U2] UniVerse LPTR Hi Bill, It's in the UV account only. It sets the defaults by copying printer 0 settings into shared memory. To use it, do something like SETPTR 0,1

Re: [U2] Running total

2013-07-04 Thread Martin Phillips
of the I-type. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Running total

2013-07-02 Thread Martin Phillips
modifier keyword that we have in QM to make this trivial Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun

Re: [U2] Running total

2013-07-02 Thread Martin Phillips
Hmmm. Simpler than my approach but it fails with multivalues or with queries that have other I-types in them. Martin -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Stevenson Sent: 02 July 2013 13:07

Re: [U2] History of Prime Information

2013-06-12 Thread Martin Phillips
before first release the marketing guys decided to change the platform on which it would be launched. If we had gone the assembler route, this would have imposed a huge delay. With C, it took just a few changes to recompile everything. Phew! I still had a job. Martin Phillips Ladybridge Systems

Re: [U2] Unidata Index question

2013-05-23 Thread Martin Phillips
indexing of null items, the index will not be used. Beware of queries like WITH FLD 4 when using NO.NULLS as again the condition is met by a null item, preventing use of an index, whereas WITH FLD 4 could use an index. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane

Re: [U2] List..

2013-03-26 Thread Martin Phillips
Hi Sathva, You can do this in various ways, the simplest is probably to add a conversion code of G*1 in the @ID dictionary item. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: u2-users

Re: [U2] Date conversion..

2013-03-22 Thread Martin Phillips
Hi, Try OCONV(DATE(),'DDMY[,A,Z4]') Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf

Re: [U2] Replacements for Old SB?

2013-03-13 Thread Martin Phillips
Hi, The Nucleus product from BinaryStar (www.binarystar.com/nucleus.html) can import SB projects. This is the recommended route for SB users migrating to QM and is probably equally applicable for users migrating to other platforms supported by Nucleus. Martin Phillips Ladybridge Systems Ltd

Re: [U2] Advantage of indirect call in BASIC

2012-12-04 Thread Martin Phillips
every time, though again caching may help. Long ago, I did some performance comparisons on UV when delivering an Internals course. I have lost the results but I seem to recall that it was well worth using links in common for subroutines that are called enormous numbers of times. Martin Phillips

Re: [U2] BFORMAT

2012-11-29 Thread Martin Phillips
remember what this huge item was), the performance difference was huge. Although processors are now a lot faster than when this was written over 20 years ago, the gains are still worth having. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England

Re: [U2] Variable Interpolation

2012-08-24 Thread Martin Phillips
Hi, I am intrigued by this thread, mostly because I have not understood why I would want it. If I can write CALL @SUB FOO(X,Y);Y=X+1;RETURN( 3, VAL ) as suggested, why don't I just write the code inline in my program. What have I missed? Martin Phillips Ladybridge Systems Ltd 17b

Re: [U2] Virtualizing a Universe server of 100+ users

2012-08-21 Thread Martin Phillips
worse than that. There is no group level locking which protects the pointers that link the internal structure of groups. Without group locks, the chances of corrupting a file are very high. Not just losing records but losing the structural integrity of the file. Martin Phillips Ladybridge Systems

Re: [U2] Virtualizing a Universe server of 100+ users

2012-08-21 Thread Martin Phillips
and is changing pointers. I have in the past spent many happy hours fixing UV files where a client had accessed the same file from two system using a Unix mounted drive to access the remote file. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44

Re: [U2] (no subject)

2012-07-31 Thread Martin Phillips
the application cannot do GDI, there are a few products out there that act as middleware to connect a text mode program to a GDI printer. For example, see www.dosprn.com though I have not used this so I have no opinion on it. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone

Re: [U2] Passing dimensioned arrays

2012-07-27 Thread Martin Phillips
for UV to do the same if the demand is there. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org

Re: [U2] Array Types

2012-07-27 Thread Martin Phillips
good. My understanding is that Unidata does not support field hints. The best thing is to try experiments with realistic data sizes and access it in the same way your application would. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0

Re: [U2] RESIZE - dynamic files

2012-07-05 Thread Martin Phillips
reads to process sequentially from one end to the other. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org

Re: [U2] RESIZE - dynamic files

2012-07-02 Thread Martin Phillips
as well as a perfectly tuned static file but they are a heck of a lot better than typical static files that haven't been reconfigured for ages. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From

Re: [U2] Regarding: use of I - Descriptor

2012-06-26 Thread Martin Phillips
will provide some details. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of satya satya Sent

Re: [U2] Regarding: use of I - Descriptor

2012-06-25 Thread Martin Phillips
to use the TRANS() function to get data from other tables. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org

Re: [U2] Regarding: Unidata dictionaries

2012-06-20 Thread Martin Phillips
records store miscellaneous items. To describe these fully would take a lot of explanation. You can find details in the manuals. Better still, enrol for a training course. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200

Re: [U2] matrix dimension

2012-05-24 Thread Martin Phillips
it into the language syntax. Martin Phillips On 24 May 2012, at 12:46, Charles Stevenson stevenson.c...@gmail.com wrote: So LARGE.ARRAY is 2-dimensional SMALL.ARRAY is 1 dimensional. The real value of INMAT is telling the SIZE of (each) dimension. Yes, I'm deliberately being picky. I've

Re: [U2] matrix dimension

2012-05-23 Thread Martin Phillips
Hi Jeffrey, Take a look at the INMAT() function. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org

Re: [U2] BETWEEN operator

2012-04-18 Thread Martin Phillips
it to be an inclusive range. Perhaps the uncertainty of semantics is a good reason not to have this as an operator. Give me a number between 1 and 5. I think most people would expect this to be inclusive. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4

Re: [U2] BETWEEN operator

2012-04-18 Thread Martin Phillips
Hi, UV's BETWEEN operator is in the query processor. The previous discussions appear to be looking for it as a Basic operator. Martin Phillips On 18 Apr 2012, at 18:15, Wjhonson wjhon...@aol.com wrote: Are you saying that Universe has a between operator somewhere? Where? I don't see

Re: [U2] COMMON Size MisMatch

2012-04-13 Thread Martin Phillips
the specified named common. Called from ON.LOGTO, the task becomes trivial. Perhaps U2 could do the same? Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing list U2

Re: [U2] Turn a device and inode into file name

2012-03-16 Thread Martin Phillips
is to write a little program to build a file that relates file names to inode numbers. You can then do queries against this. Or you could add a VOC entry that finds the inode number for each F-type entry and query against this. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane

Re: [U2] Passing by Value

2012-01-27 Thread Martin Phillips
and it wasn't difficult. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Passing by Value

2012-01-26 Thread Martin Phillips
Hi, It is possible from the calling side, simply by enclosing the argument variable in parentheses, effectively making it an expression. It is not possible from the subroutine except by copying the argument to a local variable. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane

Re: [U2] Date comparison

2012-01-24 Thread Martin Phillips
day number. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: Barry Rogen Sent: Tuesday, January 24, 2012 1:17 PM To: U2 Users List (u2-users@listserver.u2ug.org) Subject: [U2] Date

Re: [U2] Weird SELECT Behavior - GE on @ID

2011-12-30 Thread Martin Phillips
Hi John, I may be wrong but I believe that the Pick style wildcards only work in string equality tests. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 -Original Message- From: John Thompson Sent: Friday

Re: [U2] Solid State Drives (SSD) and Universe

2011-12-19 Thread Martin Phillips
Hi, Take a look at http://www.easyco.com/index.htm. The performance of these devices is amazing plus they are much lower cost than the usual SSD alternatives. We have users running these who may be willing to give an unbiased opinion. Martin Phillips Ladybridge Systems Ltd 17b Coldstream

Re: [U2] The math just doesn't work.

2011-10-11 Thread Martin Phillips
precision daily interest calculations required by banking systems that motivated the development. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 - Original Message - From: Wjhonson wjhon...@aol.com To: u2-users

Re: [U2] The math just doesn't work.

2011-10-10 Thread Martin Phillips
Hi Brett, I think my discussion on this topic still holds. Run your program with PRECISION 14 at the top and you can see the rounding errors creeping in. This is exactly why comparing floating point values is generally considered a bad idea. Martin Phillips Ladybridge Systems Ltd 17b

Re: [U2] The math just doesn't work.

2011-10-10 Thread Martin Phillips
to a character string. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] The math just doesn't work.

2011-09-30 Thread Martin Phillips
arithmetic operations are performed at the precision of the underlying hardware. Applying precision at each arithmetic operation would introduce cumulative rounding errors. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200

Re: [U2] The math just doesn't work.

2011-09-29 Thread Martin Phillips
, to serve the same purpose but defaults to 0.0 for backward comaptibility. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 - Original Message - From: George Hammerle zhamme...@hubert.com To: u2-users

Re: [U2] uppercase

2011-06-22 Thread Martin Phillips
of interpretation if you have NLS installed. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 - Original Message - From: Jeff Butera jbut...@hampshire.edu To: u2-users@listserver.u2ug.org Sent: Wednesday, June 22, 2011

Re: [U2] Universe : different time zone from AIX

2011-05-24 Thread Martin Phillips
needed to make this work properly. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 - Original Message - From: Israel, John R. johnisr...@daytonsuperior.com To: 'U2 Users List' u2-users@listserver.u2ug.org Sent

Re: [U2] Multi char delimiter in DICT item

2011-05-20 Thread Martin Phillips
remember whether Unidata supports CHANGE() in I-types. For some strange reason UniVerse does not. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing list U2

Re: [U2] [uv] file header sica region structure

2011-05-03 Thread Martin Phillips
Hi Manu, As the UniVerse internals course notes state, describing the structure of the SICA would defeat its purpose. LIST.SICA is the only tool provided to access this. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200

Re: [U2] Is this worth rewriting?

2011-03-02 Thread Martin Phillips
. Using names hopefully makes the code readable, it makes it easy to find all references to a particular item without having to dismiss all the other references to the same field in a different file, and it reduces errors from typos. Ignore me if you like. It's just a personal hate!! Martin

Re: [U2] Is this worth rewriting?

2011-03-02 Thread Martin Phillips
) just as quickly as X(1) because it is little more than a reference to an indexed table of pointers. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing

Re: [U2] [UV] PORT.STATUS questions.

2010-12-30 Thread Martin Phillips
? These options are normally only present in the UV account VOC but there is no reason why they cannot be copied to other VOC files. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200

Re: [U2] Questions abount Resize on Universe

2010-09-07 Thread Martin Phillips
to the temporary file (as above) and then copied back. It is safe to abort the first phase but aborting the second phase will leave you with a corrupt file. With INPLACE, I suspect that the file will be unusable if you abort it. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane

Re: [U2] Is there a file limit size to OPENSEQ?

2010-09-03 Thread Martin Phillips
Hi George, U2 does not support sequential files over 2Gb. Martin Phillips On 3 Sep 2010, at 17:17, George Gallen ggal...@wyanokegroup.com wrote: I'm trying to do an OPENSEQ on a .csv file that is about 3.5G in size and it won't open I shortened the file to about 5k and it opened fine. I

Re: [U2] Does Reality Flavor have globally cataloged subroutines?

2010-08-26 Thread Martin Phillips
the prefix character. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Does Reality Flavor have globally cataloged subroutines?

2010-08-26 Thread Martin Phillips
, and I wanted to use some of the subroutines that were written on another account imported from a Prime system. The mode of CATALOG has no effect on what you can call. It only determines how the cataloguing is done. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone

Re: [U2] RetrieVe enhancements

2010-07-16 Thread Martin Phillips
embedded 'R' control code that could be added to the heading text just like 'L' for newline in multi-line headings. Perhaps this might be a more acceptable solution for RetrieVe. I have always been surprised that UV does not support the C justification code. It's about time. Martin Phillips

Re: [U2] Locate Syntax Error Missed by Compiler

2010-07-16 Thread Martin Phillips
expressions work. Personally, I hate them because of this sort of syntactically valid but semantically wrong error. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 - Original Message - From: Ron Hutchings ron_hutchi

Re: [U2] fnuxi problem

2010-05-14 Thread Martin Phillips
about a day and a half of work to get something that looks like it might work. Brian's suggestion of using uvbackup and uvrestore was considered as a last resort. With the vast number of files on this system, this is likely to be painful process. Thanks again for the help. Martin Phillips

[U2] fnuxi problem

2010-05-13 Thread Martin Phillips
used filepeek to walk through a failing file looking for ideas about why it hangs. So, has anyone experienced the same problem and, far more importantly, has anyone got a fix or an alternative suggestion of how to move this system? Thanks. Martin Phillips Ladybridge Systems Ltd 17b

Re: [U2] fnuxi problem

2010-05-13 Thread Martin Phillips
Hi Dan, Sadly, this doesn't help as it will try to process the DATA.30 files that cause the hang. Thanks anyway. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 - Original Message - From: Dan Goble dgo

Re: [U2] AUTO: Haydon Bishop is out of the office. (returning16/04/2010)

2010-04-19 Thread Martin Phillips
Isn't it a little odd that Haydon Bishop hasn't joined this conversation since he was due back in the office by 16 April? Maybe he really doesn't exist. Or, perhaps, like me, he is stuck somewhere as a result of the Icelandic volcano. Martin Phillips, Ladybridge Systems Ltd

Re: [U2] UD: Phantoms

2010-04-02 Thread Martin Phillips
Hi Bill, In UniData, does anyone know of a sure way to determine if a BASIC program is running as a phantom? Take a look at the @USER.TYPE variable. This contains 1 for a phantom. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604

Re: [U2] UD: Phantoms

2010-04-02 Thread Martin Phillips
Hi Bill, Apologies. I had mis-understood the question. It looks like you have sufficient responses for me to back out of this discussion. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 - Original Message - From

Re: [U2] Pick Pocket Guide

2010-03-31 Thread Martin Phillips
in this situation. Martin Phillips, Ladybridge Systems ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Pick on Mac

2010-03-29 Thread Martin Phillips
that, of course, QM is not U2 however migration should be very easy if you want to go down this route. There is an evaluation version available. Probably any further discussion should be via the OpenQM Google group rather than here. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane

Re: [U2] CPU Spikes to 100%

2010-03-25 Thread Martin Phillips
Hi Curt, Try PORT.STATUS when the problem occurs. This will tell you where it is in the application. Martin Phillips ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Embedded program for Windows

2010-02-22 Thread Martin Phillips
about the application at all. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Universep paragraph in line prompting options

2010-02-10 Thread Martin Phillips
area to get additional documentation. It keeps telling me No U2TC contact record found linked with your U2 ID R,prompt text For example, LIST VOC R,ID Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200

Re: [U2] extraction conversion codes

2010-02-05 Thread Martin Phillips
Hi Gerry, Out of curiosity, why are you against I-types? Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http

Re: [U2] File corrupt

2009-11-07 Thread Martin Phillips
from one of the UV developers was that this is not possible. (Which makes it strange that we did it for QM even though our limit is 16Tb, not 2Gb). Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200

Re: [U2] Microdata Conversion

2009-11-04 Thread Martin Phillips
the application does anything particularly out of the ordinary, the changes made to QM over the last year or so to ease migration from Pick style systems should make this move fairly painless. And, of course, QM has a far lower price tag than most of the other players. Martin Phillips Ladybridge

Re: [U2] FCB being used in TRANS is not getting cleared.

2009-11-04 Thread Martin Phillips
Hi George, This is almost certainly as a result of the TRANS cache inside the query processor. There is, I believe, an assumption that the data isn't changing during the query. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200

Re: [U2] [UV] Strange paragraph IF behaviour

2009-09-16 Thread Martin Phillips
. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] INFO BASIC BNF Spec

2009-08-05 Thread Martin Phillips
delimiters or could be relational operators. Out of interest, why are you looking for a BNF definition? Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2

Re: [U2] Converting from mvBase to Universe

2009-07-23 Thread Martin Phillips
parameter. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] FW: Running total from UniData dict

2009-07-23 Thread Martin Phillips
this much like totals, averages, etc. At risk of being told that I am shouting on the wrong list, QM does. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2

Re: [U2] FW: Running total from UniData dict

2009-07-23 Thread Martin Phillips
of related, we also fixed one of my real annoyances about U2 by allowing a TRANS() to retrieve something that is itself an I-type. And (perhaps further discussion should be on the OpenQM Google group). Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton

Re: [U2] Universe Retrieve

2009-07-16 Thread Martin Phillips
the result instead of doing it on every use. Although not common, such I-types do exist. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2-Users

Re: [U2] Universe Retrieve

2009-07-16 Thread Martin Phillips
. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Universe Retrieve

2009-07-16 Thread Martin Phillips
Hi Henry, I did say not, so we are saying the same thing. Whoops! I missed one word. Guess which one! Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2

Re: [U2] General guidelines on indexing

2009-07-09 Thread Martin Phillips
my test on a different system running UV 10.2.8 and the test took 38 minutes. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] General guidelines on indexing

2009-07-09 Thread Martin Phillips
Hi all, I wish I hadn't started this!! I did my tests on Windows. It looks like I need to try other platforms when time permits. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200

Re: [U2] General guidelines on indexing

2009-07-09 Thread Martin Phillips
the program does and compile it as simply setting the string in one step. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http

Re: [U2] General guidelines on indexing

2009-07-08 Thread Martin Phillips
. Writing to a sequential file is somewhat similar to the chunked string model as it buffers data until it has a good sized chunk and then writes it out, continuing with an empty buffer. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604

Re: [U2] General guidelines on indexing

2009-07-08 Thread Martin Phillips
be able to get out of step is after a system failure or killing a process in the middle of a write. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2-Users

Re: [U2] General guidelines on indexing

2009-07-08 Thread Martin Phillips
Hi Symeon, Ha Ha a dev from IBM letting secrets out to ladybridge ;) Yes, it was a bit much to hope!!! Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 ___ U2-Users mailing list U2

Re: [U2] DIR-type files

2009-07-02 Thread Martin Phillips
up as ?..?\..?\etc?\host and, if using type 1 files rather than type 19, would then get further transformation into a two level directory structure. Both methods have their advantages and disadvantages. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton

Re: [U2] LIST DICT.DICT

2009-05-18 Thread Martin Phillips
Hi, While I am glad to find out about LIST DICT.DICT, it is not clear to me what it is. DICT.DICT is the dictionary that describes dictionaries (and hence itself too). It is used whenever you do LIST DICT filename Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone

Re: [U2] Any limitation in UniVerse decimal places

2009-05-07 Thread Martin Phillips
. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Select Field Comparisons

2009-04-30 Thread Martin Phillips
instead of as a conversion code in dictionary field 3 gets around this issue. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

Re: [U2] UV 10.1.22; Dynamic File question

2009-04-23 Thread Martin Phillips
would affect every group. My real point here is that it is usually best to let a dynamic file look after itself. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 --- u2-users mailing list u2-users@listserver.u2ug.org

Re: [U2] [UV] Config parameter for the READU

2009-03-20 Thread Martin Phillips
components. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44-(0)1604-709200 = Cause: LOCK.WAIT param set to 0 instead of default 3600 (seconds) during UV.LOGIN Workaround: Set LOCK.WAIT to very large number. E.g.: ASSIGN

Re: [U2] DO/WHILE vs IF THEN

2009-02-27 Thread Martin Phillips
. The test is carried out at the point where you write it. A single loop can contain many WHILE/UNIT conditions scattered through it but uncontrolled use of this can make programs difficult to read. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB +44

  1   2   3   >