Re: [U2] Scrub HangUp Fixed

2012-09-01 Thread Dan Goble
I think we have beat this dead horse enough. Dan Goble | Senior Systems Engineer Interline Brands, Inc. 804 East Gate Drive Suite 100, Mount Laurel, NJ 08054 Office: 856.533.3110 | Mobile: 609.792.6855 E-mail: dan.go...@interlinebrands.com | Website: www.interlinebrands.com This e-mail and any

Re: [U2] Friday type of question

2012-09-01 Thread Charles Stevenson
If you also want to delete everything with only system delimiters but no actual data between them do something like: SELECT PERSON WITH EVAL "LEN( CONVERT( @AM:@VM:@SM, "", @RECORD ))" = "0" or SELECT PERSON WITH EVAL "SUMMATION( LENS( @RECORD ))" = "0" Technically, system delimiters in

Re: [U2] Friday type of question

2012-09-01 Thread Wjhonson
That's correct, it's not empty and the length is non zero. The dict item has to be compared to zero to determine that it exists and is empty both -Original Message- From: Israel, John R. To: U2 Users List Sent: Sat, Sep 1, 2012 8:06 am Subject: Re: [U2] Friday type of question

Re: [U2] Friday type of question

2012-09-01 Thread Israel, John R.
But if there is a field or value mark, the record is not empty. John Israel Sent from my iPhone On Sep 1, 2012, at 12:35 AM, "Wjhonson" wrote: > If there is an attribute mark or value mark, they count as part of the Length > of the @Record. > So a record with only a single value mark, still h

Re: [U2] Scrub HangUp Fixed

2012-09-01 Thread Wjhonson
Not relevant. The question of ownership is moot. Address the issue that Rocket knows there are bugs yet won't address them until submit through the sole approved support method. Bugs are not support. Support is not bugs. A user group that the vendor ignores. That's an excellent plan, truly mar

Re: [U2] Scrub HangUp Fixed

2012-09-01 Thread Allen Egerton
On 8/31/2012 7:30 PM, Wjhonson wrote: > > A problem that's not submitted through the hierarchical bureaucracy is how > I'd express it. > The point being that the problem is being submit, through this list. > That Rocket chooses not to listen to their own user group for bug > submissions, is Roc

Re: [U2] [ud] Sub-second delay?

2012-09-01 Thread dmm
From some even older references (just for fun) we have: REALITY - Assembly Language Reference Manual (May 1976, http://www.bitsavers.org/pdf/microdata/reality/771009A_REALITYasmRef_May76.pdf) Definition: "RQM - Process releases the remainder of its time quantam to the monitor." ---