Re: [UV] ANALYZE.OBJECT

2004-01-27 Thread Ray Wurlod
The information from $COPYRIGHT is right at the end, except that if there are any $* directives, those comments are also in the object code, and follow the $COPYRIGHT notice. - Original Message - From: Ray Daignault [EMAIL PROTECTED] Date: Mon, 26 Jan 2004 10:15:32 -0800 To: U2 Users

RE: UniData memresize for dynamic files

2004-01-27 Thread Doug Miller
You should check out the new commands for handling dynamic parts. mvpart The system-level mvpart command moves one or more part files of a dynamic file to a different location. mvpart sets or resets symbolic links, if needed, and creates or updates a prefix table (.fil_prefix_tbl) at the

RE: Text Editor

2004-01-27 Thread Daly, Mark
Thanks everyone for the comments. I've installed Dynamic Connect and Unidebugger - and will give it a spin. Initial reaction is that it looks pretty nice. -Original Message- From: Ian Renfrew [mailto:[EMAIL PROTECTED] Sent: Saturday, January 24, 2004 9:45 AM To: [EMAIL PROTECTED]

RE: UV Setptr Question

2004-01-27 Thread Jeff Schasny
Send the report to the HOLD file and print it from there. Use the SETPTR mode option number 3 to direct LPTR output to the file instead of a printer. Try HELP SETPTR at TCL for more info -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 27, 2004

looking for faster Ideas...

2004-01-27 Thread George Gallen
I can't setup any indexs to speed this up. Basically I'm scanning a CSV file for names to remove and set the flag of KICK=1 to remove it (creating a new CSV file at the same time). Keep in mind the .. are people's last names, or zip codes, or part of their address, changed them to .. to

RE: looking for faster Ideas...

2004-01-27 Thread Jeff Schasny
how about keeping a list of excluded names as a record in a file (or as a flat file in a directory with each name/item/whatever on a line) and reading it into the program as a dynamic array then doing a locate on the string in question. Something like this: READ ALIST FROM AFILE,SOME-ID ELSE

Re: looking for faster Ideas...

2004-01-27 Thread Ian McGowan
do it outside basic using $grep -F -f pattern-file csv-file remove-file the pattern file would have the pieces in there. what if you're excluding something that's not unique? smith would exclude smithers, smithy. psmith (one for the wodehouse fans :-) etc. i do this with some huge syslog

Re: UV Setptr Question

2004-01-27 Thread Ian McGowan
email them as pdf's - that will solve the problem of print outs walking away :-) On Tue, 2004-01-27 at 10:22, [EMAIL PROTECTED] wrote: Hi, I have a few applications that produce daily reports. Every now and then, someone walks off with the print out . The report can not be recreated. Is it

Re: UV Setptr Question

2004-01-27 Thread Donald Kibbey
I use a script that will send the print job to the printer and then convert it into a pdf and copy it over to a folder that is serviced by Apache (web server). That way, the reports are kept around in a form that is easily shared. [EMAIL PROTECTED] 01/27/04 01:22PM Hi, I have a few

RE: ODBC Set Up Universe

2004-01-27 Thread John Reid
Group, I had the trigger on a table on a development system until it got overwritten on the week-end. However, we never had a file named HS_FILE_ACCESS. I had created it, but I don't feel that its presence had much to do with whatever success I had. Is it supposed to 'MATERIALIZE'? My

RE: [UV] SP.STATUS Error

2004-01-27 Thread Cross, Thomas J
That was it. Thanks Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Hennessey, Mark F. Sent: Tuesday, January 27, 2004 2:28 PM To: U2 Users Discussion List Subject: RE: [UV] SP.STATUS Error snip Has anyone seen this SP.STATUS then Option #1 /snip

RE: looking for faster Ideas...

2004-01-27 Thread George Gallen
Title: RE: looking for faster Ideas... Mike, doing what you propose would require a massive file to start with, and would require a crap load of disk reads, which would be far slower then a bunch of cases, and the project isn't worth that kind of investment anyway. But thanks. the

RE: looking for faster Ideas...

2004-01-27 Thread George Gallen
Title: RE: looking for faster Ideas... keep in mind, it's not the renting company that is giveing us the remove infomation, it's the consumer, and of course they never have the mailing piece in their hand. Although usually, if they call, we can get the specific info we are looking for

RE: looking for faster Ideas...

2004-01-27 Thread George Gallen
Title: RE: looking for faster Ideas... what is it considered if you run the perl program through perl2exe ? Is it compiled then? or still interpreted with a big library? George -Original Message- From: Jeff Schasny [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 27, 2004 3:46

Periodic COMO file problem

2004-01-27 Thread Robert Porter
This has happened a couple of times now. The COMO file somehow becomes "corrupt" - for the lack of a better explaination. Any attempt to edit a record in it results in a severely hung process. You won't be able to break out of it. MASTEROFF (usernumber) doesn't work. A standard kill at the

RE: looking for faster Ideas...

2004-01-27 Thread Ian McGowan
http://aspell.sourceforge.net/metaphone/metaphone.basic soundex is pathetic - nowadays, metaphone is much better. if you're feeling perl'ish http://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0009.html has an interesting discussion of using several approximate methods for identifying records by

RE: Periodic COMO file problem

2004-01-27 Thread John Jenkins
Robert Other than hardware related issues (check the disk...) (I see Jerry spotted this one :-) The COMO file is really an O/S level directory - when you run ED you are running a BASIC program which does a READ on arecord (file) in the file (directory). If the file is massive - as is

RE: Converting between Java/UniData dates

2004-01-27 Thread Dawn M. Wolthuis
Why in the world did that do that? Is it in WebAdvisor? So, in the Datatel Colleague and Benefactor products there are hundreds if not thousands of PICK dates and exactly 1 Java date stored? I guess the good thing about standards is that everyone can come up with their own, eh? Smiles.

RE: mkdbfile: create file in another account

2004-01-27 Thread djordan
Title: Message Hi Kate You could set up a VOC Paragraph or a program in the remote account that reads parameters from the command line as paramters for the CREATE FILE statement. Then all you are doing is using the EXECUTE 'DOS uvbinpath\UV remoteacc\PROG fn mod " At least this

RE: mkdbfile: create file in another account

2004-01-27 Thread Tom Firl
Title: Message I don't think you need to "cd" command as the mkdbfile will accept the absolute path to the file you are creating. If you need to execute multiple commands in the same DOS shell, then separate the commands with an ampersand () instead of semi-colon (;). I'd be a little

RE: Converting between Java/UniData dates

2004-01-27 Thread Stuart Boydell
Unlike pick time/dates, milliseconds from 1970-01-01 00:00 UTC or epoch is locality independant. If you have an application distributed over time zones, and recording events sequentially is important to you, then you will want to know that an event that occured at 16:00 in Melbourne actually