Re: Memo: RE: [UD] Union Query

2004-04-30 Thread Allen Egerton
From: Burwell, Edward [EMAIL PROTECTED] To: 'U2 Users Discussion List' [EMAIL PROTECTED] Sent: Friday, April 30, 2004 1:41 PM Subject: RE: Memo: RE: [UD] Union Query R. Bruce, Could you give an example? I'm having trouble envisioning this. Let's say I have these keys in a list:

Re: Memo: RE: [UD] Union Query

2004-04-30 Thread Allen Egerton
From: Burwell, Edward [EMAIL PROTECTED] To: 'U2 Users Discussion List' [EMAIL PROTECTED] Sent: Friday, April 30, 2004 2:00 PM Subject: RE: Memo: RE: [UD] Union Query Does that work for you? It doesn't work for me. ORDER.FILE NAME. 114061 C.M.O.S. INC. *ASC* 114062

Re: WEOFSEQ

2004-04-14 Thread Allen Egerton
From: Shawn Waldie [EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 1:48 PM I need some clarification. Given the following: X.DIR = X.HOME.WALDIES; * the VOC item 'X.HOME.WALDIES' is a pointer to /home/waldies X.FILE = SRW_TEST_SEQ.txt OPENSEQ X.DIR,X.FILE TO FV.SEQ THEN WEOFSEQ

Re: BETWEEN in a CASE structure

2004-04-08 Thread Allen Egerton
From: [EMAIL PROTECTED] Jason, Unless UniData 6.0 supports a 'BETWEEN' relational operator, I recommend to you to use the second scenario, Case (val = 6000 AND val = 6009). I'm using UniData 5.1 and 'BETWEEN' in not a valid relational operator in UniBasic. UniQuery, yes... You could check

Re: VOC prompt issue?

2004-04-06 Thread Allen Egerton
From: Karl L Pearson [EMAIL PROTECTED] I have this VOC item we run: ED VOC BIN.LOC 7 lines long. : P 0001: PA 0002: CLEARDATA 0003: CLEARSELECT 0004: SELECT INVMST WITH F12 = ENTER BIN LOCATION TO LIST ITEMS FOR: 0005: SELECT INVMST WITH WAREHOUSE = 1 REQUIRE.SELECT 0006:

Re: Running Total- @1?

2004-04-02 Thread Allen Egerton
) THEN 0 ELSE @1; IF (@2 GT 0) THEN Y ELSE N -- Allen Egerton [EMAIL PROTECTED] -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users

Re: Running total

2004-04-01 Thread Allen Egerton
1 Joe Jones 112 2 Sue Smith 223 3 Sally White In Universe, add a DICT item with the following fields: 0 LINE.NBR 1 I 2 @1 + 1 3 MD0 4 5 6R Then LIST CUST LINE.NBR CUST.NAME -- Allen Egerton [EMAIL PROTECTED] -- u2-users mailing list [EMAIL PROTECTED

Re: U2UG Contract

2004-03-29 Thread Allen Egerton
On Mon, 29 Mar 2004 19:38:07 +1000, Rainer Gromansperg wrote: snip As a relative new list-user could you please let us know what 'cdp' is? Newsgroup: Comp.Databases.Pick -- Allen Egerton [EMAIL PROTECTED] -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2

Re: COMMON Variable.

2004-03-29 Thread Allen Egerton
From: Carolina Lizama [EMAIL PROTECTED] Is there a way to pass some common variable to a Phantom program - which will be called using EXECUTE 'PHANTOM '. I've even tried named COMMON and it lost its value. Common exists on a per-user basis. So, if your phantom initializes it, it can use

Re: SETPTR for sending to file

2004-03-23 Thread Allen Egerton
From: Cyndi Calvin [EMAIL PROTECTED] (responding to Jeff) LPTR!!! Thanks. That was what was missing. Works like a charm. THANK YOU Now for lesson two in SETPTR. The first parameter is a printer unit which defaults to zero. So, a not uncommon thing to do is to issue multiple setptr

Re: [UV] Ever wondered how something works...

2004-03-04 Thread Allen Egerton
On Thu, 4 Mar 2004 13:53:31 +1100 , David Hona wrote: snip PERFORM prompt (TCL). I believe field 3 PR indicated a PRIMOS command under PI. snip Actually, if I remember correctly, the PR was short for PRIMITIVE. -- Allen Egerton [EMAIL PROTECTED] -- u2-users mailing list [EMAIL PROTECTED] http

Re: Hashing Algorithm

2004-02-13 Thread Allen Egerton
From: Karjala Koponen [EMAIL PROTECTED] Would knowing the algorithms allow you to write a program that would accept parameters about your file, or even walk the file, to determine which file type would be best for that file? Years ago I wrote a FTN program that analyzed PR1ME INFORMATION