RE: [U2] building DICT items

2004-07-07 Thread Chuck Mongiovi
Sorry that I haven't responded to any of these posts - I was away for a few days .. Stuart answered the real question with: F6/F6/I(i-dict) [thanks Stuart!] Mark, I'm curious where you got the syntax for: 008 A;S(10*(NV=4)) I can't use TFILE;X;10;10 because UV doesn't support indexing (even

Re: [U2] building DICT items

2004-07-07 Thread Mark Johnson
- Original Message - From: Chuck Mongiovi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 07, 2004 9:08 AM Subject: RE: [U2] building DICT items Sorry that I haven't responded to any of these posts - I was away for a few days .. Stuart answered the real question with: F6/F6/I

RE: [U2] building DICT items

2004-07-05 Thread Stevenson, Charles
From: Mark Johnson Not for nothin' but there are some pretty ugly I-type dict items with all the SUBS, EQS, REUSE etc stuff. Before I disagree with some points, let me concur that I-types' MV-handling can be ugly. Although Prime traded the ugly correlative syntax for the inherent simplicity

Re: [U2] building DICT items

2004-07-04 Thread CWNoah2
Ben, What's so ugly about them? In the old days, that was all we had. It's funny, back when we ran Universe, I-types were faster at doing the same job than S-types. Now, on Jbase (which also supports both), ther S-types are faster. Go figure... Regards, Charlie Noah [EMAIL PROTECTED] writes:

RE: [U2] building DICT items

2004-07-02 Thread Rosenberg Ben
Chuck wrote Specifically, I'm looking to pull a single Multi-Value ( like EXTRACT(@RECORD,5,5,0) ) using an A-type This is only for Universe, not for Unidata, because Unidata doesn't have the Pick-style A types. Using an A (or S) type of attribute definition in Universe, you can extract a

Re: [U2] building DICT items

2004-07-02 Thread Mark Johnson
. - Original Message - From: Rosenberg Ben [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 02, 2004 4:15 AM Subject: RE: [U2] building DICT items Chuck wrote Specifically, I'm looking to pull a single Multi-Value ( like EXTRACT(@RECORD,5,5,0) ) using an A-type This is only

RE: [U2] building DICT items

2004-07-01 Thread Chuck Mongiovi
In case you don't find it, he's the nub of it. Thanks .. I was able to find this in the System Description PDF on-line .. it's just a *tiny* bit more detailed than what you've said here .. What I'd really like now is if anyone had a manual on the syntax of I-descriptor attribute 2 and

RE: [U2] building DICT items

2004-07-01 Thread Glenn Herbert
I believe there is a chapter (chapter 5: universe file dictionaries) in the universe system description manual that covers the syntax of I-Type expressions. It's a good 15 or so pages that covers what you can /cant use. There is also a smaller section in that chapter that goes into field 8

RE: [U2] building DICT items

2004-07-01 Thread Peter Olson
maybe Mr Bull's site ???... http://members.aol.com/_ht_a/mbtexts/23.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chuck Mongiovi Sent: Thursday, July 01, 2004 9:12 AM To: [EMAIL PROTECTED] Subject: RE: [U2] building DICT items In case you

RE: [U2] building DICT items

2004-07-01 Thread Chuck Mongiovi
maybe Mr Bull's site ???... http://members.aol.com/_ht_a/mbtexts/23.html Great!!! .. Way more detailed than the System Description setion 5 .. It actually looks like a UniData spec (and I'm working with UniVerse in this case) .. Specifically, I'm looking to pull a single Multi-Value ( like

Re: [U2] building DICT items

2004-07-01 Thread David Beahm
Why can't you use an I-type? In /FD try F6 F6 and enter the I-type argument in Derived Field. Worst case (and really not a good idea though I've done it), create the DICT item in FD and manually edit it from TCL. Best, David Beahm Chuck Mongiovi wrote: Specifically, I'm looking to pull a

RE: [U2] building DICT items

2004-07-01 Thread Stevenson, Charles
Uni_VERSE_ I-types are probably best explained in the Uni_DATA_ manual. They have a much better introduction if you are new to the topic and it is mostly applicable to UV. The UD manual (can't remember which) probably calls them Virtual Attributes or V-items. Start there, then check the UV

RE: [U2] building DICT items

2004-07-01 Thread Stuart Boydell
Chuck, SB+ normally generates 'A' types and an SB 'Z' type. As far as operation goes, it works with D I types quite well. If you build native D I type dicts outside SB+ then /FD will normally not let you build _new_ Z types over the top. You can force SB to build an I type by specifying

[U2] building DICT items

2004-06-30 Thread Chuck Mongiovi
Can someone point me to the UniVerse manual (rev 9.5) that shows the syntax and rules on building D-type, A-type, and I-type DICTionary items? .. I've tried searching through the PDF's and can't find it (and since I'm primarily a SystemBuilder guy, I've never had to before ;) Thanks in advance

RE: [U2] building DICT items

2004-06-30 Thread Peter Olson
check pfd labeled system description under universe file dictionaries. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chuck Mongiovi Sent: Wednesday, June 30, 2004 11:29 AM To: [EMAIL PROTECTED] Subject: [U2] building DICT items Can someone point me