[U2] Unidata DOM/XML Features

2008-01-30 Thread Kevin King
Am I losing my mind or has Unidata's DOM and XML support been designed to win awards for being ridiculously impossible? In the past four extremely frustrating hours, I've encountered: a) Documentation that refers to an include file that doesn't exist (Unidata UniBASIC Extensions [7.1] pdf page 36

Re: [U2] Unidata DOM/XML Features

2008-01-30 Thread Kevin King
Okay, that's a step in the right direction. Thanks! --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Unidata DOM/XML Features

2008-01-30 Thread Craig Bennett
Hi Kevin, The record is read from the file without difficulty and is a standard multi-attributed text string. The STATUS gets returned as -1 from the XDOMOpen even though the record is properly formed XML. The error code is 30 and the message is: U2 uses external libraries for XML parsing

RE: [U2] [uvrestore] - help with a couple errors..

2008-01-30 Thread Jerry Banker
The uvrestore uses the pathname in the backup when it tries to restore the backup so what you are probably seeing are the errors produced when it can't find the directory on the new system and you don't have full access to create them. It would be better, if you are changing the location, to save t

[U2] [uvrestore] - help with a couple errors..

2008-01-30 Thread LuckY07
I am trying to test the uvbackup/uvrestore and I can build the backup image using: path = %path%;c:\IBM\UV\bin uvbackup -f -v -s c:\BACKUP\backuptest\backup.log -walk c:\CHRIS > c:\BACKUP\backuptest\backup.dat I am trying to restore this image to a BLANK region/account and get a couple errors/war

RE: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread Timothy Snyder
> SYSTEM(9) is milliseconds since the start of the program Careful - that's accumulated CPU time, not wall-clock time. It can be very helpful in identifying which parts of a program are processor hogs. But it's not useful in telling the time. As reported by others, SYSTEM(12) is the right too

Re: [U2] RE: Switching from D3 to U2

2008-01-30 Thread karlp
Could you put that document on the PickWiki? I think there are more that would benefit from it's content, and being on the wiki, it could be updated as time passes and the parameters change. Thanks, Karl > Hello George, > > We created a report comparing D3 and the U2 products along with other >

RE: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread Barry Rogen
For SYSTEM(12) to return the desired results, do you have to use $OPTIONS TIME.MILLISECOND Barry Rogen PNY Technologies, Inc. Senior Programmer/Analyst (973) 515 - 9700 ext 5327 [EMAIL PROTECTED] - Far better it is to dare mighty things, to

RE: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread Norman Morgan
> SYSTEM(9) is milliseconds since the start of the program -- > never used it - so don't know what 'start of program' means! I believe it is elapsed milliseconds since midnight. I constructed a test and displayed SYSTEM(12) compared with TIME() * 1000. They differed only in the least significan

RE: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread Rotella, Leon M.
Also, try looking into $OPTION TIME.MILLISECONDS ... I remember awhile back that it switches milliseconds on and off..(?). Leon. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adam Eccleshall Sent: Wednesday, January 30, 2008 11:35 AM To: u2-users@li

[U2] RE: Switching from D3 to U2

2008-01-30 Thread Janet Bond
Hello George, We created a report comparing D3 and the U2 products along with other available MultiValue databases for one of our customers. Please email me directly and I can provide this content to you. Thanks Janet Bond FusionWare Corporation IBM Premier Business Partner Microsoft Gold Part

[U2] RE: Switching from D3 to U2

2008-01-30 Thread Janet Bond
I guess an email would have been helpful. Sorry. [EMAIL PROTECTED] -Original Message- From: Janet Bond Sent: Wednesday, January 30, 2008 9:27 AM To: 'u2-users@listserver.u2ug.org' Subject: RE: Switching from D3 to U2 Hello George, We created a report comparing D3 and the U2 products alo

RE: [U2] by.exp when [not-secure]

2008-01-30 Thread Hennessey, Mark F.
Does it work with "LIST" instead of sort? Also, is there a VOC item, or DICT.DICT item that is also named CHARGE.CODE? Mark Hennessey -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 9:48 AM To: u2-user

RE: [U2] by.exp when

2008-01-30 Thread Jerry Banker
Try selecting without the BY.EXP. Jerry Banker > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 30, 2008 8:48 AM > To: u2-users@listserver.u2ug.org > Subject: [U2] by.exp when > > Yes, sorry make that > 001 D > 002 1 > 003, 004 blank >

RE: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread David Wolverton
And System(12) is current time in Milliseconds... All sorts o' stuff in SYSTEM() dw > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King > Sent: Wednesday, January 30, 2008 9:16 AM > To: u2-users@listserver.u2ug.org > Subject: [U2] Unidata T

RE: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread David Wolverton
SYSTEM(9) is milliseconds since the start of the program -- never used it - so don't know what 'start of program' means! DW > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King > Sent: Wednesday, January 30, 2008 9:16 AM > To: u2-users@lists

RE: [U2] by.exp when

2008-01-30 Thread DAWES, Ray
You should be using WITH (not WHEN). WITH controls record selection, WHEN is a MV print limiter . Ray Dawes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 30 January 2008 14:48 To: u2-users@listserver.u2ug.org Subject: [U2] by.ex

RE: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread Rod Hills
In UniVerse you could use the SYSTEM(12) function. By setting the option (in a $OPTIONS statement) to TIME.MILLISECOND, this will return the local time in milliseconds. Rod Hills -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent: Wednesday,

RE: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread Adam Eccleshall
Hi, SYSTEM(12) returns the current local time in milliseconds. Adam > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King > Sent: 30 January 2008 15:16 > To: u2-users@listserver.u2ug.org > Subject: [U2] Unidata Time in Milliseconds? > > I g

RE: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread Norman Morgan
I think your want SYSTEM(12) in UniBasic which is supposed to return system time in milliseconds === Norman Morgan <> [EMAIL PROTECTED] <> http://www.brake.com === A journey of 1000 mile

RE: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread [EMAIL PROTECTED]
Kevin - SYSTEM(12) returns local time in milliseconds. Regards, Robert Original Message: - From: Kevin King [EMAIL PROTECTED] Date: Wed, 30 Jan 2008 08:15:41 -0700 To: u2-users@listserver.u2ug.org Subject: [U2] Unidata Time in Milliseconds? I got an interesting request today t

Re: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread Scott Ballinger
Not sure about UD, but on UV I think this is now the default: time() returns .NNN to three decimal places. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Jan 30, 2008 7:15 AM, Kevin King <[EMAIL PROTECTED]> wrote: > I got an interesting request today to store time from Un

Re: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread BNeylon
SYSTEM(12) Bruce Bruce M Neylon Health Care Management Group Phone: (301) 608-8633 "Kevin King" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 01/30/2008 10:15 AM Please respond to u2-users@listserver.u2ug.org To u2-users@listserver.u2ug.org cc Subject [U2] Unidata Time in Milliseconds?

[U2] Unidata Time in Milliseconds?

2008-01-30 Thread Kevin King
I got an interesting request today to store time from Unidata in milliseconds. Other than multiplying the TIME() value to convert it to a millisecond resolution, is there any function in Unidata that returns time in milliseconds? -K2 --- u2-users mailing list u2-users@listserver.u2ug.org To u

[U2] by.exp when

2008-01-30 Thread rogu2
Yes, sorry make that 001 D 002 1 003, 004 blank 005 10R 006 M And it still doesn't work. - Original Message - From: "DAWES, Ray" Date: Wednesday, January 30, 2008 9:07 am Subject: RE: [U2] by.exp when To: u2-users@listserver.u2ug.org > Surely field 2 of the dictionary should have the lo

[U2] Switching from D3 to U2

2008-01-30 Thread George Land
I am in the process of putting together a document to support the case for switching an application from D3 to U2 but my knowledge of D3 is a little old and hazy. Has anyone any product or technical justifications for switching over that they would be willing to share? Thanks George Land APT Sol

RE: [U2] by.exp when

2008-01-30 Thread DAWES, Ray
Surely field 2 of the dictionary should have the location in the file - a number. Ray Dawes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Glenfield Sent: 30 January 2008 12:29 To: u2 Subject: [U2] by.exp when Universe version 9.5 Prime Flavor D

[U2] by.exp when

2008-01-30 Thread Roger Glenfield
Universe version 9.5 Prime Flavor Dictionary CHARGE.CODE 001 D 002, 003, 004 blank 005 10R 006 M SORT FILE BY.EXP CHARGE.CODE WHEN CHARGE.CODE EQ "01" finds zero records and there are lots of records where one of the multi-values = 01 I've also tried the old Pick flavor SORT FILE BY.EXP CHARGE