[U2] Jackie Burhans is out of the office.

2004-09-21 Thread Jackie Burhans
I will be out of the office starting 09/20/2004 and will not return until 09/24/2004. I am out of the office, attending and presenting at the DB2 Information Management Technical Conference in Las Vegas. I will have limited access to email or voicemail and will return your message when I return.

RE: [U2] [UV] - Wide Zero

2004-09-21 Thread Adrian Matthews
I'm obviously missing something here. Our system processes thousands of financial transactions a day with most calculations being done to several places. We've never had a need to change the Wide0 settings from the default -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

[U2] Slave & Network Printing using Wintegrate

2004-09-21 Thread Cooper, Rudy
I have an application that requires a slave printer (Zebra thermal printer) and a network printer. We are using UV 10.0.10 W2k Wintegrate 4.2.1 My problem is my output goes to the last printer that was used even tho I may not have directed it to that specific printer. E.g., When I first enter my

Re: [U2] [UV] - Wide Zero

2004-09-21 Thread talon
Goo'day, We have *always* (since 1998, anyway, 9.3?? on NT) changed WideZero to 0X3eb00. This way we *always* get 1-1=0 Quoting Piers Angliss <[EMAIL PROTECTED]>: > Universe 9.n on Unix :- > > Does anybody have any advice or horror stories related to configuring WIDE0 > ? > > I hav

Re: [U2] Anyone Had Any Issues With UV & WinXP SP ?

2004-09-21 Thread mkmullane
Hi Angelo, Yes, it does. You will most likely find that the login is "Administrator" (or whatever your windows login is), & the password will be the windows login password. Regards, MARY MULLANE --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2

RE: [U2] spammed

2004-09-21 Thread Glen B
What I meant was, you can remove Sender: altogether and make From: be the list e-mail address. Glen > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Larry Hiscock > Sent: Tuesday, September 21, 2004 3:23 PM > To: [EMAIL PROTECTED] > Subject: RE: [U2] s

RE: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread Allen E. Elwood \(CA\)
Hi Karl, Not sure about standard subr's, but if you wanted to write your own SUBR it is do-able. It's really not all that hard. In U2 the syntax is: On the Dict item in attr 2 you have: SUBR("SUB.PROGRAM.NAME", Dict_Item_Name1, Dict_Item_Name2, .., Dict_Item_Name999) and in the SUBR heade

RE: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread Ian McGowan
> From: Glenn Herbert [mailto:[EMAIL PROTECTED] > Ahhh, forgot about that one, though I think that the SUBR > isn't actually > necessary since the DICT compiler (cdict) recognizes > SPLICEdirectly (though > the SUBR version does work): > > SPLICE(REUSE(@ID),REUSE("*"),FILETWO) SPLICE is very

Re: [U2] [UV] ODBC from RH to MS SQL

2004-09-21 Thread John Hester
David Beahm wrote: John- Are you at all interested in trying to bridge this gap with web services? I have some work begun in this direction, perhaps enough to do what you need. I'd like to see someone else try things out before going a lot further. David, thanks for the offer, but it's too l

[U2] [UV] - Wide Zero

2004-09-21 Thread Piers Angliss
Universe 9.n on Unix :- Does anybody have any advice or horror stories related to configuring WIDE0 ? I have experienced problems in the past on a couple of client sites running the default 0x3dc0 value and have established, by experiment, that a value of 0x3dd0 would have solved the prob

Re: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread Karl L Pearson
Okay then... That works for me, too, but in my case, I just get the LAST, or highest numbered item. That's because our F6 only contains n+1 for line items on an invoice. Is there syntax in an I-Desc that would equal: FOR X = F6 to 1 step -1 ??? Thanks, Karl On Tue, 2004-09-21 at 14:17, Hruby,

RE: [U2] [UV] ODBC from RH to MS SQL

2004-09-21 Thread Glen B
Copy the ODBC shared library to /usr/local/lib and make it world readable? I dunno, just throwing dirt into the wind.. Glen http://picksource.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of John Hester > Sent: Tuesday, September 21, 2004 3:30 PM >

RE: [U2] Spammed

2004-09-21 Thread Hanwell, David
You got that right. The U.S. Postal Service managers get orgasmic just thinking about it. Why, if bulk E-mail were taxed, they might even lower the price of a stamp. Nah, no way! "In Russia, is not important how the people vote; is important who counts the votes." - Josef Stalin -Original Me

RE: [U2] Attribute marks in comments?

2004-09-21 Thread Hanwell, David
@vars look weird when one documents numeric fields. I know, why limit it to numeric fields? When documenting alpha fields the @vars are not always apparent at first glance. The original developers of our suite used the "AM, FM, VM, SM" convention. Ugh! "War is God's way of teaching Americans geo

Re: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread Hruby, Paul
Thanks Bryan, Glenn, Ian and others. I had since come up with the same conclusion using the following which seems to work well: SUBR("-IFS",KEYTWO NE "",SUBR("-CATS",REUSE(@ID:"*"),KEYTWO),"") It may be an over kill, but it does the job. After I sent off the help request, I had tried a few thin

RE: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread Ian McGowan
> From: Hruby, Paul [mailto:[EMAIL PROTECTED] > FileOne has a Muli-value Attribute<1> that contains a list of items. > > FILEONE > ID= 12345 > KEYTWO= 001^002^003 > > FileTwo's ID is comprised of FileOne's ID and FileOne Attribute<1> > (KEYTWO)example: > > FILETWO > ID= 12345*001 > ID

Re: [U2] [UV] ODBC from RH to MS SQL

2004-09-21 Thread David Beahm
John- Are you at all interested in trying to bridge this gap with web services? I have some work begun in this direction, perhaps enough to do what you need. I'd like to see someone else try things out before going a lot further. Let me know if you're interested. Best, David Beahm John Hest

Re: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread Glenn Herbert
Ahhh, forgot about that one, though I think that the SUBR isn't actually necessary since the DICT compiler (cdict) recognizes SPLICEdirectly (though the SUBR version does work): SPLICE(REUSE(@ID),REUSE("*"),FILETWO) At 03:39 PM 9/21/2004, you wrote: Or, SUBR("-SPLICE",REUSE(@ID),"*",FILETWO) ---

Re: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread kr
Sorry, working an IF-THEN into the I-descriptor, the LOC (field 2) should read in whole: SUBR("-IFS",SUBR("-EQS",KEYTWO,""),"",SUBR("-SPLICE",REUSE(@ID),"*",KEYTWO)) ...Read that as: whenever the multivalued element of KEYTWO is blank, return a nil multivalue. In other cases, return a value conca

Re: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread kr
Or, SUBR("-SPLICE",REUSE(@ID),"*",FILETWO) -- Katherine Russell Oberlin College Development Resources [EMAIL PROTECTED] On Tue, 21 Sep 2004, Glenn Herbert wrote: > Field 2 should be: > > CATS(REUSE(@ID),CATS(REUSE("*"),FILETWO)) > > > At 02:04 PM 9/21/2004, you wrote: > >Greetings, > > > >I'm n

[U2] [UV] ODBC from RH to MS SQL

2004-09-21 Thread John Hester
Has anyone successfully used an ODBC driver from any vendor to connect from UV on RedHat AS 3.0 or RedHat 9.0 to MS SQL 2000? I'm running UV 10.1.4 on RH AS 3.0. I've attempted using drivers from OpenLink and DataDirect with no success. The OpenLink drivers don't work at all within UV, thoug

RE: [U2] Attribute marks in comments?

2004-09-21 Thread Barry Brevik
Thank you for all of the replies... it helps. I like to document the structure of dyn arrays in my programs because when I have to maintain other people's code I find that the array's purpose can be arcane, sometimes to the point of extreme confusion. However, using @VM notation in a comment makes

RE: [U2] Attribute marks in comments?

2004-09-21 Thread Kevin King
Everyone has their own preference, so take this for what it's worth, but if I'm building a big comment block to explain a data structure in a program, I usually try to show it without a lot of symbology: * 001 Some attribute * 002 Something else * 003 List of somethings (cmv) * 004 Dependent list

RE: [U2] spammed

2004-09-21 Thread Larry Hiscock
> You can change the default distribution header and remove > the "Sender:" line, since it is not required by the RFC > for proper mail transfer. This will eliminate possible > harvesting. You can also mangle the $sender variable > to make it spam-proof. The Sender: is [EMAIL PROTECTED], the F

Re: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread gerry
IF KEYTWO="" THEN "" ELSE RAISE (CATS(reuse(@ID:"*"),KEYTWO)) - Original Message - From: "Hruby, Paul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 21, 2004 02:04 pm Subject: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS > Greetings, > > I'm not quite sure what

RE: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread Allen E. Elwood \(CA\)
Looks like you need REUSE(@ID) in your subr HTH, *=aee=* -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Hruby, Paul Sent: Tuesday, September 21, 2004 11:04 To: '[EMAIL PROTECTED]' Subject: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS Greetings, I'm not

RE: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread Alfke, Colin
Here is the dict item we use to do precisely this. This is actually built by SB+ so could be cleaned up a bit 001: V 002: @ID; '*'; F1; SUBR('-CATS',REUSE(@2),@3); SUBR('-CATS', REUSE(@1), @4) 003: 004: Remote Key 005: 20L 006: MV Please note that F1 is actually a D type dict in the file an

RE: [U2] Listfile on Universe

2004-09-21 Thread Tom Dodds
What happens if you ED VOC TEST and if you ED VOC MD. Often times I have seen developers put pointers to an old MD file in the VOC file and call it MD. It has caught me more that once. Tom Dodds [EMAIL PROTECTED] 708-482-4510 Office 630-235-2975 Cell -Original Message- From: [EMAIL PRO

Re: [U2] Anyone Had Any Issues With UV & WinXP SP ?

2004-09-21 Thread angelo_collazo
Mary, I have installed UV 10(free version) and I don't know the login and password?, Does it use the XP Login info? Thanks, Angelo, - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 20, 2004 11:53 PM Subject: [U2] Anyone Had Any Issues With UV

RE: [U2] Attribute marks in comments?

2004-09-21 Thread Glen B
Here's my typical marking convention. You can always make up your own, though. Why not use the @vars? ] = field mark / = value mark ^ = sub-value mark Glen http://picksource.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Barry Brevik > Sent: Tue

RE: [U2] OpenQM First Code is now available

2004-09-21 Thread Veenhof, Peter
Do you see a win32 version of this in the future? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Dumitru Subject: [U2] OpenQM First Code is now available First code for OpenQM with source is now posted. --- u2-users mailing list [EMAIL PROTECTED

RE: [U2] Listfile on Universe

2004-09-21 Thread Rosenberg Ben
No, the standard "LISTF" command doesn't have a cache and there's nothing for you to rebuild. You may want to have your sysadmin run the "CLEAN.ACCOUNT" verb to purge the obsolete "F" pointers from your VOC file. In a uniVerse account with a PICK-flavored or REALITY-flavored VOC, "LISTFILES" is a

RE: [U2] Attribute marks in comments?

2004-09-21 Thread Jefferson, Jim
We use ~ (tilde) for @FM, ] (right-bracket) for @VM, | (pipe) for @SM. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barry Brevik Sent: Tuesday, September 21, 2004 12:45 PM To: U2-users (E-mail) Subject:[U2] Attribute marks in comm

RE: [U2] Attribute marks in comments?

2004-09-21 Thread Debster
OR... in the comments you can use ] for VM / or \ to indicate a subvalue within -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Barry Brevik Sent: Tuesday, September 21, 2004 1:45 PM To: U2-users (E-mail) Subject: [U2] Attribute marks in comments? Is there

Re: [U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread Glenn Herbert
Field 2 should be: CATS(REUSE(@ID),CATS(REUSE("*"),FILETWO)) At 02:04 PM 9/21/2004, you wrote: Greetings, I'm not quite sure what I'm doing wrong, but here is a background of what I'd like to accomplish. Hopefully, I have provided the right/enough information. Also, I receive the list in digest m

OT: [U2] spammed

2004-09-21 Thread Don Verhagen
-- [EMAIL PROTECTED] 12:08:42 PM 09/21/2004 -- It's illegal to send UBE (unsolicited bulk e-mail) here in the states, but that doesn't stop people from finding loopholes in the FCC regs or spoofing source addresses and IPs. If the post office didn't track where mail came from/went, you could put a

Re: [U2] Attribute marks in comments?

2004-09-21 Thread Glenn Herbert
Well, in universe I think it's: @FM = ~ @VM = } @SVM = | @TM = { at least, this is what's used in the loadfile utility :-) If you look in $UVHOME/src.u/uv.access.u, you can see where the @VM is actually indicated by the } character. With loadfile, you'd NOT specify the -noconvert opti

[U2] [UD] - I-Desc IF, THEN, ELSE or SUBR -IFS

2004-09-21 Thread Hruby, Paul
Greetings, I'm not quite sure what I'm doing wrong, but here is a background of what I'd like to accomplish. Hopefully, I have provided the right/enough information. Also, I receive the list in digest mode, so any dialog would be delayed. FileOne has a Muli-value Attribute<1> that contains a li

RE: [U2] Attribute marks in comments?

2004-09-21 Thread Debster
use whatever convention is already in place for consistency. If there isn't one -- use something and be consistent about it, as well as inform others of the standard. Remember it's the documentation that counts, both in setting standards and utilizing them.. -Original Message- From: [EMA

RE: [U2] spammed

2004-09-21 Thread Glen B
You can change the default distribution header and remove the "Sender:" line, since it is not required by the RFC for proper mail transfer. This will eliminate possible harvesting. You can also mangle the $sender variable to make it spam-proof. There's always a way.. http://www.greatcircle.com/li

RE: [U2] spammed

2004-09-21 Thread Allen E. Elwood \(CA\)
I type at about 120wpm, and my 10 key is about 14000kph. In the time it took for me to write this message, I could have probably identified and deleted about 25 spams. I don't really think it is a big deal at this point in time. :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EM

[U2] Attribute marks in comments?

2004-09-21 Thread Barry Brevik
Is there a standard or convention for representing attribute marks in program comments? In other words, if I want to document the structure of a dynamic array in a comment, are there single characters that I would use instead of @FM, @VM etc? --- u2-users mailing list [EMAIL PROTECTED] To unsu

Re: [U2] spammed

2004-09-21 Thread gerry
hi wendy , just because they don't , doesn't mean they shouldn't. personally, i don't subscribe to lists in order to be contacted directly. if that is ever required just munge your address in a posting so a user could figure it out but which would stop any auto harvesting. gerry - Original Me

RE: [U2] spammed

2004-09-21 Thread Larry Hiscock
> you post your address yourself everytime you post to this list just > like the one i am replying to - take a look at the From: header. Sorry folks, but this is a limitation of Majordomo/Sendmail. We can't change the "From:" header, it's actually part of the RFC. After all the mail isn't "from"

RE: [U2] spammed

2004-09-21 Thread Wendy Smoak
Gerry wrote: > all i can say is , well - no. you are being very naive on > this subject. > don't blame this on replies to the list. > you post your address yourself everytime you post to this > list just like the > one i am replying to - take a look at the From: header. > this is where the reply

RE: [U2] spammed

2004-09-21 Thread Glen B
It's illegal to send UBE (unsolicited bulk e-mail) here in the states, but that doesn't stop people from finding loopholes in the FCC regs or spoofing source addresses and IPs. If the post office didn't track where mail came from/went, you could put any return address on an envelope and no one wou

RE: [U2] U2UG Meeting

2004-09-21 Thread Brutzman, Bill
A list identifying who is who in the photos would be good. --Bill --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Listfile on Universe

2004-09-21 Thread Michael Polak
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I checked that first. For example, LISTFILES reports that file TEST is non-existant. But then ED MD TEST shows new item, and when I do a ls in UNIX, the file is not there either. That why I'm assuming there is a list of files somewhere that needs to

RE: [U2] spammed

2004-09-21 Thread Debster
Or charge for sending bulk mail... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Don Kibbey Sent: Monday, September 20, 2004 8:46 PM To: [EMAIL PROTECTED] Subject: RE: [U2] spammed Oh, if only they could tax spam (politicians everywhere dreaming) ---

RE: [U2] spammed

2004-09-21 Thread Lettau, Jeff
www.mailinator.com can also be used for a quick temp account to signup for stuff that may just be junk. You don't need a password so security is non-existent, but you don't have to setup an address ahead of time. I don't remember how long it keeps the information and you can't send stuff out fro

RE: [U2] U2UG Meeting -- Ode to Clif

2004-09-21 Thread Dawn M. Wolthuis
And I just can't believe that Chuck failed to mention the other highlight -- that along with the plaque, this doggerel made its way to the U2UG meeting: Ode to Clif Going back to before Microdata choked Devcom rewrote PICK, changing MD to VOC Perhaps you weren't around at that time So, I

RE: [U2] Seek Operation Failure

2004-09-21 Thread Thomas Sprenger
John, Problems when writing to a file we had only, when the record key was an empty string or an unassigned variable (a programming bug). Don't know, if that results in "seek operation failure". Sorry, no other idea. Regards Thomas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMA

Re: [U2] spammed

2004-09-21 Thread gerry
Hi Tony , all i can say is , well - no. you are being very naive on this subject. don't blame this on replies to the list. you post your address yourself everytime you post to this list just like the one i am replying to - take a look at the From: header. this is where the replying mail reader ge

RE: [U2] spammed

2004-09-21 Thread Tony Gravagno
LeRoi Keiller wrote: > I still wonder why governments around the globe didn't put a stop to > spam long ago. My 2c. The countries that are most offensive with spam are also neglectful of billions of dollars of criminal activity and damages perpetrated by their populations against other countries

RE: [U2] spammed

2004-09-21 Thread Tony Gravagno
gerry wrote: > imo - the solution to this problem is simple - the posters email > address should not be included in the distributed postings. > i know the list address , the list address knows my address and > nobody else knows anything. > > From: "Glen B" >> Something else to consider, is the