Re: [U2] Large Screen/Monitors

2004-08-16 Thread Ron White
If it is a large monitor you want have a look at these
guys.  They have monitors that reach from here to
way over there! :-)

http://www.go-l.com/monitors/index.htm

Ron White

- Original Message - 
From: Mark Johnson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, August 13, 2004 11:14 PM
Subject: [U2] Large Screen/Monitors


 My dispatch client presently has around 15 running feet of bulletin board
that
 they use to dispatch approx 75 trucks/trailers daily. We would like to
 incorporate a large monitor to provide this form of visibility.

 Does anyone have any insight on what the largest practical monitor is
and/or
 any experience with using video projectors with actual data instead of
power
 point presentations that no-one has to read. Also, we visualized one of
the
 48 plasma screen HDTV's that surely should be better than a regular tv
 (albeit not the resolution like a monitor). The client is prepared to
spend
 some $ on this.

 Thanks in advance.

 P.S. IIRC Apple had a split monitor situation with the mouse weirdly
jumping
 from one monitor to another within a wide application. Any clue about this
for
 MV.

 Thanks.
 ---
 u2-users mailing list
 [EMAIL PROTECTED]
 To unsubscribe please visit http://listserver.u2ug.org/
 ---
 [ E-mail scanned Virus Free by NAI - McAfee anti-virus system ]




---
[ E-mail scanned Virus Free by NAI - McAfee anti-virus system ]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Quirk of Uniobjects?

2004-08-16 Thread Simon Carter
Hello all,
 
Has anyone else found the following, or am I missing something obvious
here? 
 
I've been working on some VB6 code running uniobjects (v5.2, as is the
version of Unidata/NT), and had the need to pass a date out to a
unibasic subroutine called via the subroutine object. Said subroutine
does a little bobbing about with the passed date, and then constructs a
further date (sort of day:/:month:/:year construct), which is then
ICONVed and returned to the VB program. The problem that I found was the
the ICONV in the databasic returned an internal date as though the
originally constructed date was in MM/DD/YY (American) format, although
being in the UK we use the European DD/MM/YY format, as specified in the
DATE.FORMAT verb (on the server, and also executed as part of the
login).
 
Is this correct? Have I missed something?
 
Thanks for any replies.
 
  
 
Simon Carter
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Quirk of Uniobjects?

2004-08-16 Thread Bjorn Behr
I have been having the same thing. I use UniObjects 3.3 connecting o a
UniVerse Server.
So I don't think it is you. I think it is a UniObjects Error...Until proven
different.

Regards
Bjorn 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Simon Carter
Sent: 16 August 2004 04:29
To: [EMAIL PROTECTED]
Subject: [U2] Quirk of Uniobjects?

Hello all,
 
Has anyone else found the following, or am I missing something obvious here?

 
I've been working on some VB6 code running uniobjects (v5.2, as is the
version of Unidata/NT), and had the need to pass a date out to a unibasic
subroutine called via the subroutine object. Said subroutine does a little
bobbing about with the passed date, and then constructs a further date (sort
of day:/:month:/:year construct), which is then ICONVed and returned to
the VB program. The problem that I found was the the ICONV in the databasic
returned an internal date as though the originally constructed date was in
MM/DD/YY (American) format, although being in the UK we use the European
DD/MM/YY format, as specified in the DATE.FORMAT verb (on the server, and
also executed as part of the login).
 
Is this correct? Have I missed something?
 
Thanks for any replies.
 
  
 
Simon Carter
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Quirk of Uniobjects?

2004-08-16 Thread John_Appleyard
Simon,

do you not use an explicit conversion code when you ICONV, e.g
D/DMY[2,2,2] for dd/mm/yy?

John Appleyard
Arthur J. Gallagher (UK) Limited




   
 
  Simon Carter   
 
  [EMAIL PROTECTED] To:  [EMAIL PROTECTED]  
 
  CO.UK  cc:  (bcc: John 
Appleyard/BSDUK/AJG)  
  Sent by:Subject: [U2] Quirk of 
Uniobjects?
  [EMAIL PROTECTED]
   
  er.u2ug.org  
 
   
 
   
 
  16/08/2004 15:28 
 
  Please respond to
 
  u2-users 
 
   
 
   
 




Hello all,

Has anyone else found the following, or am I missing something obvious
here?

I've been working on some VB6 code running uniobjects (v5.2, as is the
version of Unidata/NT), and had the need to pass a date out to a
unibasic subroutine called via the subroutine object. Said subroutine
does a little bobbing about with the passed date, and then constructs a
further date (sort of day:/:month:/:year construct), which is then
ICONVed and returned to the VB program. The problem that I found was the
the ICONV in the databasic returned an internal date as though the
originally constructed date was in MM/DD/YY (American) format, although
being in the UK we use the European DD/MM/YY format, as specified in the
DATE.FORMAT verb (on the server, and also executed as part of the
login).

Is this correct? Have I missed something?

Thanks for any replies.



Simon Carter
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


[U2] EVAL formatting

2004-08-16 Thread Kevin Michaelsen
I had one of my IT folks look at this one and I don't want to belive them. 
They said you cannot display a decimal when using the EVAL command. I think 
there is got to be a way. That's why I put this out. The current EVAL 
statement displays 1 or 0. Any ideas??

LIST CS.2004 H.HCG.AWARDED.ALL H.TOTAL.AWARD EVAL 
H.HCG.AWARDED.ALL/H.TOTAL.AWARD


kevin
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Unclassified RE: [U2] EVAL formatting

2004-08-16 Thread HENDERSON MICHAEL MR
Kevin,

How about 

LIST CS.2004 H.HCG.AWARDED.ALL H.TOTAL.AWARD EVAL
OCONV((H.HCG.AWARDED.ALL/H.TOTAL.AWARD*10), 'MD1')

There's probably a way to do it with EVAL ... FMTsomething
cryptic, too


HTH


Mike

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin
Michaelsen
Sent: Tuesday, 17 August 2004 09:02
To: [EMAIL PROTECTED]
Subject: [U2] EVAL formatting

I had one of my IT folks look at this one and I don't want to belive
them. 
They said you cannot display a decimal when using the EVAL command. I
think there is got to be a way. That's why I put this out. The current
EVAL statement displays 1 or 0. Any ideas??

LIST CS.2004 H.HCG.AWARDED.ALL H.TOTAL.AWARD EVAL
H.HCG.AWARDED.ALL/H.TOTAL.AWARD


kevin

The information contained in this Internet Email message is intended
for the addressee only and may contain privileged information, but not
necessarily the official views or opinions of the New Zealand Defence Force.
If you are not the intended recipient you must not use, disclose, copy or 
distribute this message or the information in it.

If you have received this message in error, please Email or telephone
the sender immediately.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] EVAL formatting

2004-08-16 Thread Richard Lewis
Of course you can display a decimal.  Try this:

LIST CS.2004 H.HCG.AWARDED.ALL H.TOTAL.AWARD EVAL (H.HCG.AWARDED.ALL *
100)/H.TOTAL.AWARD) CONV MR2


Richard B. Lewis
Sr. Software Engineer
 
Dynix
r-l-e-w-i-s-at-d-y-n-i-x-dot-c-o-m
p 801-223-5392
f  801-223-5202
www.dynix.com


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin
Michaelsen
Sent: Monday, August 16, 2004 3:02 PM
To: [EMAIL PROTECTED]
Subject: [U2] EVAL formatting

I had one of my IT folks look at this one and I don't want to belive
them.
They said you cannot display a decimal when using the EVAL command. I
think there is got to be a way. That's why I put this out. The current
EVAL statement displays 1 or 0. Any ideas??

LIST CS.2004 H.HCG.AWARDED.ALL H.TOTAL.AWARD EVAL
H.HCG.AWARDED.ALL/H.TOTAL.AWARD


kevin
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] EVAL formatting

2004-08-16 Thread Kevin King
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin
Michaelsen
Sent: Monday, August 16, 2004 3:02 PM
To: [EMAIL PROTECTED]
Subject: [U2] EVAL formatting

I had one of my IT folks look at this one and I don't want to belive
them. 
They said you cannot display a decimal when using the EVAL command. I
think there is got to be a way. That's why I put this out. The current
EVAL statement displays 1 or 0. Any ideas??

LIST CS.2004 H.HCG.AWARDED.ALL H.TOTAL.AWARD EVAL
H.HCG.AWARDED.ALL/H.TOTAL.AWARD

-

Could you not wrap an OCONV around this?

LIST CS.2004 H.HCG.AWARDED.ALL H.TOTAL.AWARD EVAL
OCONV(H.HCG.AWARDED.ALL/H.TOTAL.AWARD,'MR20')

As to the 0 or 1, what are the range of values in H.HCG.AWARDED.ALL
vs. H.TOTAL.AWARD?
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Large Screen/Monitors

2004-08-16 Thread LeRoi Keiller
Bill

What currency are you specifying there?  USD?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill
Sent: Sunday, 15 August 2004 1:39
To: '[EMAIL PROTECTED]'
Subject: RE: [U2] Large Screen/Monitors
Importance: Low


We have been using an InFocus [DLT] X1 projector in our conference room for
six months.

We mainly use Dynamic Connect, some wIntegrate.  The response from people
here has been overwhelmingly favorable.

Projectors start at $899.  Bulbs lasting three months cost $250.  Mounting
hardware is $200.  CablesNmor has a 25' video cable for $25.  Worst case,
Belkin has a video amp for $75.  Seven ft square projector screen for $125.
The market for people doing this at home is booming.

Most units have VCR input, S-Video, and sound.

I suspect that this is the best option for them.  I have further details, if
needed.

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark Johnson
Sent: Saturday, August 14, 2004 12:14 AM
To: [EMAIL PROTECTED]
Subject: [U2] Large Screen/Monitors


My dispatch client presently has around 15 running feet of bulletin board
that
they use to dispatch approx 75 trucks/trailers daily. We would like to
incorporate a large monitor to provide this form of visibility.

Does anyone have any insight on what the largest practical monitor is and/or
any experience with using video projectors with actual data instead of power
point presentations that no-one has to read. Also, we visualized one of the
48 plasma screen HDTV's that surely should be better than a regular tv
(albeit not the resolution like a monitor). The client is prepared to spend
some $ on this.

Thanks in advance.

P.S. IIRC Apple had a split monitor situation with the mouse weirdly jumping
from one monitor to another within a wide application. Any clue about this
for
MV.

Thanks.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] EVAL formatting

2004-08-16 Thread Pingilley, Ron
Kevin,

Tried this on my UV system, and it works just fine:

LIST INVOICE 16 17 WITH 16  0.00 AND WITH 17  16 EVAL (@RECORD16 /
@RECORD17) * 1   CONV MD2 FMT 14R COL.HDG Tax % of Gross
05:28:17pm  16 Aug 2004  PAGE1
INVOICE... Tax Amount Net Invoice... Tax % of Gross

394407  30.19 555.19   5.44
788813   5.17  91.35   5.66
788814   7.33 101.85   7.20
788815   5.82  80.88   7.20

The values stored in attributes 16 and 17 are scalar integers with
virtual decimals, so had to do the * 1 to make the decimals come out
right

--Ron P.

-Original Message-
From: Kevin Michaelsen [mailto:[EMAIL PROTECTED]
Sent: Monday, August 16, 2004 4:02 PM
To: [EMAIL PROTECTED]
Subject: [U2] EVAL formatting


I had one of my IT folks look at this one and I don't want to belive them. 
They said you cannot display a decimal when using the EVAL command. I think 
there is got to be a way. That's why I put this out. The current EVAL 
statement displays 1 or 0. Any ideas??

LIST CS.2004 H.HCG.AWARDED.ALL H.TOTAL.AWARD EVAL 
H.HCG.AWARDED.ALL/H.TOTAL.AWARD


kevin
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV - file load discrepancy on type 30 file

2004-08-16 Thread Adrian Matthews
MFILES of 112 seems very low to me. Must be quite a small system.

We used to get the file load message a lot before we dropped dynamic files
(too poor under extreme load) and went back to hashed files. At the time our
MFILES was 1000.



From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED]
Sent: Mon 16/08/2004 16:13
To: [EMAIL PROTECTED]
Subject: [U2] UV - file load discrepancy on type 30 file



When running uvfixfile on a dynamic file (currently has about 340,000 records)
we are getting a file load discrepancy warning.  Uvfixfile will repair it,
but it recurs from time to time.  Our software vendor recommended increasing
MFILES in uvconfig.  We have increased it twice,  from 24,  to 56 and then to
112 with the same results.  Anybody have any ideas?  Should we take it higher,
or is there some other solution?

Universe release 9.5.2.1.r8
AIX release 4.3.3.0

Thanks,
Debbie Reeves
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/




The information contained in this email is strictly confidential and for the
use of the addressee only, unless otherwise indicated.  If you are not the
intended recipient, please do not read, copy, use or disclose to others this
message or any attachment.  Please also notify the sender by replying to this
email or by telephone +44 (0)20 7896 0011 and then delete the email and any
copies of it.  Opinions, conclusions (etc.) that do not relate to the official
business of this company shall be understood as neither given nor endorsed by
it.  IG Markets Limited and IG Index Plc are authorised and regulated by the
Financial Services Authority and, in Australia, by the Australian Securities
and Investments Commission.

[demime 1.01d removed an attachment of type application/ms-tnef which had a name of 
winmail.dat]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Large Screen/Monitors

2004-08-16 Thread Brutzman, Bill
Yes, US Dollars.  We are in Northern New Jersey.

I am not really specifying [or quoting] ...I am merely citing
rememeberances...

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of LeRoi Keiller
Sent: Monday, August 16, 2004 6:34 PM
To: [EMAIL PROTECTED]
Subject: RE: [U2] Large Screen/Monitors


Bill

What currency are you specifying there?  USD?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Brutzman, Bill
Sent: Sunday, 15 August 2004 1:39
To: '[EMAIL PROTECTED]'
Subject: RE: [U2] Large Screen/Monitors
Importance: Low


We have been using an InFocus [DLT] X1 projector in our conference room for
six months.

We mainly use Dynamic Connect, some wIntegrate.  The response from people
here has been overwhelmingly favorable.

Projectors start at $899.  Bulbs lasting three months cost $250.  Mounting
hardware is $200.  CablesNmor has a 25' video cable for $25.  Worst case,
Belkin has a video amp for $75.  Seven ft square projector screen for $125.
The market for people doing this at home is booming.

Most units have VCR input, S-Video, and sound.

I suspect that this is the best option for them.  I have further details, if
needed.

--Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark Johnson
Sent: Saturday, August 14, 2004 12:14 AM
To: [EMAIL PROTECTED]
Subject: [U2] Large Screen/Monitors


My dispatch client presently has around 15 running feet of bulletin board
that
they use to dispatch approx 75 trucks/trailers daily. We would like to
incorporate a large monitor to provide this form of visibility.

Does anyone have any insight on what the largest practical monitor is and/or
any experience with using video projectors with actual data instead of power
point presentations that no-one has to read. Also, we visualized one of the
48 plasma screen HDTV's that surely should be better than a regular tv
(albeit not the resolution like a monitor). The client is prepared to spend
some $ on this.

Thanks in advance.

P.S. IIRC Apple had a split monitor situation with the mouse weirdly jumping
from one monitor to another within a wide application. Any clue about this
for
MV.

Thanks.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Quirk of Uniobjects?

2004-08-16 Thread Adrian Matthews
On all our VB code (which we no longer use) we did an explicit DATE.FORMAT
from the uniobjects session as the login is bypassed for those sessions.



From: [EMAIL PROTECTED] on behalf of Simon Carter
Sent: Mon 16/08/2004 15:28
To: [EMAIL PROTECTED]
Subject: [U2] Quirk of Uniobjects?



Hello all,

Has anyone else found the following, or am I missing something obvious
here?

I've been working on some VB6 code running uniobjects (v5.2, as is the
version of Unidata/NT), and had the need to pass a date out to a
unibasic subroutine called via the subroutine object. Said subroutine
does a little bobbing about with the passed date, and then constructs a
further date (sort of day:/:month:/:year construct), which is then
ICONVed and returned to the VB program. The problem that I found was the
the ICONV in the databasic returned an internal date as though the
originally constructed date was in MM/DD/YY (American) format, although
being in the UK we use the European DD/MM/YY format, as specified in the
DATE.FORMAT verb (on the server, and also executed as part of the
login).

Is this correct? Have I missed something?

Thanks for any replies.



Simon Carter
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/




The information contained in this email is strictly confidential and for the
use of the addressee only, unless otherwise indicated.  If you are not the
intended recipient, please do not read, copy, use or disclose to others this
message or any attachment.  Please also notify the sender by replying to this
email or by telephone +44 (0)20 7896 0011 and then delete the email and any
copies of it.  Opinions, conclusions (etc.) that do not relate to the official
business of this company shall be understood as neither given nor endorsed by
it.  IG Markets Limited and IG Index Plc are authorised and regulated by the
Financial Services Authority and, in Australia, by the Australian Securities
and Investments Commission.

[demime 1.01d removed an attachment of type application/ms-tnef which had a name of 
winmail.dat]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UniVerse Spooler/AIX

2004-08-16 Thread Logan, David (SST - Adelaide)
Hi Louis,

Try starting the spooler with a -t option. This will print all jobs out
in time sequence order (in other words the order in which they were
spooled). Without it the spooler will print the small jobs first
gradually moving to the larger ones.

Regards

David Logan
Database Administrator
HP Managed Services
139 Frome Street,
Adelaide 5000
Australia

+61 8 8408 4273 - Work
+61 417 268 665 - Mobile
+61 8 8408 4259 - Fax



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Louis
Sent: Tuesday, 17 August 2004 4:58 AM
To: [EMAIL PROTECTED]
Subject: [U2] UniVerse Spooler/AIX


Hi All,When using the SP.EDIT command to spool jobs out to a printer
with a range option of 1-20 as an example, the reports don't necessarily
print in that sequence.  And the don't not print in the smaller reports
first then the larger reports either.Is there a switch or option in
UniVerse or Unix that would print reports in the sequence that they are
released to the printer?Thanks for your helpLuis


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] EVAL formatting

2004-08-16 Thread Stuart Boydell
 The help on this statement shows zilch.  The syntax is EVAL
 EXPRESSION, so
 unless there's undocumented features then I doubt it.

from the retrieve.pdf UV10 manuals pp 3-33

Some Ways to Use CONV
...Sometimes the results of an EVAL expression need a CONV specification to
cause the appropriate number of significant digits to be displayed...





**
This email message and any files transmitted with it are confidential
and intended solely for the use of addressed recipient(s). If you have 
received this email in error please notify the Spotless IS Support Centre (61 3 9269 
7555) immediately who will advise further action.

This footnote also confirms that this email message has been scanned
for the presence of computer viruses.
**
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] resizing VOC on UV

2004-08-16 Thread Clifton Oliver
Very interesting. I see why 4 and 5 are not in your favor. In the key 
samples I tested (sequential integers, integers with alpha suffixes, 
zero padded, etc.), I noted that 4 consistently was worse than 18, 
though other types would still be better than 18. Sometimes 12 and 13 
were just downright evil. Something to ponder.

Thanks for posting your method of testing.
What I do on live data where running all the combos of HASH.AID isn't 
feasible (millions of records) is to take a random sample of the file 
and copy it into something manageable. Then using RESIZE and GROUP.STAT 
(since the records are usually very lumpy), I compare percent std 
deviations to look for record distribution.

--
Regards,
Clif

On Aug 14, 2004, at 12:16, Rosenberg Ben wrote:
Using a sample of files with no very large records,
or using id-only test files with null @RECORD,
for each filename, do
   {
   CLEAR-FILE DATA HASH.AID.FILE
   for a sample of reasonable moduli, do
  {
  PHANTOM HASH.AID filename 2,18 mod sep
  }
   SORT HASH.AID.FILE BY-DSND LARGEST.GROUP
   to see the worst file types.
   }
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/