RE: [U2] [UV] FAST Running while system in use

2006-04-22 Thread Debster
And I should clarify that the biggest part of my nightmare was having someone do a RESIZE CONCURRENT on one of the largest major most utilized files during business hours... uhhh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mitchell, Stewart

RE: [U2] [UV] Triggers

2006-04-22 Thread Allen E. Elwood
Ok, I wasn't going to fess up, but I guess I will now. I've been programming various languages since 1974, and never learned how to use the debugger till 2000. I was too busy, ok?? :) I still use a lot of PRINT (or CRT if the PRINTER ON has been issued) and INPUT statements, just to save time

[U2] Importing Data from Universe into Excel

2006-04-22 Thread Dave Taylor
One of my customers is interested in extracting data from Universe into Excel by himself without having to have a program written for each import to Excel. If he learns the names of the files and their dictionaries, and which attributes are multi-valued, or even sub-valued, (and of course Excel),

RE: [U2] Importing Data from Universe into Excel

2006-04-22 Thread Larry Hiscock
If he wants to do this on an ad hoc basis, I'd recommend looking at DOWNLOAD, available via anonymous ftp from ftp.cedarville.edu. The syntax for DOWNLOAD is very similar to standard query language, and DOWNLOAD can export data in CSV, DBF, DIF, HTML, XML formats, among others. Larry Hiscock

RE: [U2] Importing Data from Universe into Excel

2006-04-22 Thread Tony Gravagno
Dave Taylor wrote: One of my customers is interested in extracting data from Universe into Excel by himself without having to have a program written for each import to Excel. If he learns the names of the files and their dictionaries, and which attributes are multi-valued, or even

RE: [U2] Importing Data from Universe into Excel

2006-04-22 Thread Allen E. Elwood
Hi Dave, Not sure about Universe, but in Unidata there is the braces function which when fed a dict name and a few other things, will pull out that data exactly as it would if it had been in a LIST statement. It is very easy to then just build a program that will go to a list of dict names, and

Re: [U2] Importing Data from Universe into Excel

2006-04-22 Thread Dave Taylor
Larry, I'll take a look at it. Many thanks, Dave Dave Taylor President Sysmark Information Systems, Inc. 49 Aspen Way Rolling Hills Estates, CA 90274 800-SYSMARK (800-797-6275) (O) 310-544-1974 (C) 310-561-5200 (P) 800-339-1497 (F) 310-377-3550 Your Source for Integrated EDI Translation and

Re: [U2] Importing Data from Universe into Excel

2006-04-22 Thread Nancy Fisher
If you use AccuTerm they have some very nice programs for dynamically reading dictionaries from Excel. Nancy Fisher Peninsula Truck Lines, Inc Auburn, Washington 253/929-2040 [EMAIL PROTECTED] - Original Message - From: Dave Taylor [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org

RE: [U2] Importing Data from Universe into Excel

2006-04-22 Thread Janet Bond
Hello Dave, We have been integrating Mulitvalue data to Windows, Java and the XML for many years. FusionWare has evolved with all the different standards that have been developed along the way. You have asked for a solution that the customer without having to have a program written for each