Re: [U2] Triggers and Account Copy

2009-06-01 Thread Scott Ballinger
it on your test data after the cp. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Mon, Jun 1, 2009 at 12:18 PM, Mark Eastwood ma...@afsi.com wrote: Uv 10.2 RH I need to copy a “live” account to a “test” account (i.e. cp –r live test), but the live account has Triggers

Re: [U2] Auto-updating of secondary indices.

2009-05-18 Thread Scott Ballinger
that need to be rebuilt each night. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UV 10.1.22; Dynamic File question

2009-04-23 Thread Scott Ballinger
suffer from the same problems as static hashed files regarding poorly hashing keys when you get down to individual groups within the file. If this is not how the splitting process in dynamic files actually works, I would appreciate being enlightened. /Scott Ballinger Pareto Corporation Edmonds WA USA

Re: [U2] Uniobjects

2009-04-21 Thread Scott Ballinger
The unirpcservices parameter may be in tenths of seconds; I changed it to 36000 with some success, then changed it to 108000 to really keep the connection open. (No joy when I first tried zero.) /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Tue, Apr 21, 2009 at 11:20 AM

Re: [U2] UV to SAP migration disaster

2009-04-20 Thread Scott Ballinger
Dude, giyf. http://en.wikipedia.org/wiki/Pointy-Haired_Boss /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: *** GMX Spamverdacht *** Re: [U2] DO/WHILE vs IF THEN

2009-03-31 Thread Scott Ballinger
Why not something simple that works everywhere, like loop readnext id else exit ... repeat /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Mon, Mar 30, 2009 at 12:01 AM, Mecki Foerthmann mec...@gmx.net wrote: have you tried LOOP WHILE READNEXT ID DO ? MAJ Programming

Re: [U2] [UV] Deadlock report ?

2009-02-23 Thread Scott Ballinger
On UV I don't seem to have a LIST.QUEUE command; is it possible that this is a UD feature? I wish there were a UV equivalent, like the D3 LIST-LOCKQ command. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Mon, Feb 23, 2009 at 10:11 AM, Nick Gettino nick.gett...@enroute911

Re: [U2] [UV] HP, Cron, Como, Execute, Capturing . Not

2009-02-23 Thread Scott Ballinger
Hi Tony, I do this all the time on UV 10.1.4 on RH AS 3. I have not seen a conflict with COMO and EXECUTE CAPTURING, except that the COMO records the results of the execute as well as the CAPTURING variable. E.g. EXECUTE SH -c 'ls' CAPTURING DIR.LIST Not only does DIR.LIST contain all the files

Re: [U2] UniData LIMITs

2009-01-30 Thread Scott Ballinger
to it, it is indispensable. (I have a D3 version too...) /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 BSELECT * select records with indexed field matching a select list * 09-12-06 asb: UV version * usage: BSELECT target-file indexed-field **$OPTIONS DEFAULT TOT = @SELECTED IF TOT ELSE

Re: [U2] File Delete Logging UV

2008-12-29 Thread Scott Ballinger
Um, is it the VOC file that is disappearing, or an item in the VOC file? /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Mon, Dec 29, 2008 at 6:24 AM, Jeff Butera jbut...@hampshire.edu wrote: quote who='Israel, John R.' date='Monday 29 December 2008' Put a DELETE trigger

Re: [U2] Speeding up processing through large dynamic table

2008-11-17 Thread Scott Ballinger
Which really did really slow down as it grew. But using LIST := @AM:XXX produced the speedy result documented below. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 RUN BP SB BUILDING... START: 63682.6225 END: 63683.5232 ELAPSED: 0.9007 -- less than 1 second to build 100,000

Re: [U2] [UD HP-UX] I need to track user logins

2008-11-05 Thread Scott Ballinger
Typically last month's wtmp is archived as wtmp.1. You can use the last -f /var/log/wtmp.1 option to view the non-default wtmp file. How many wtmp files are archived is controlled by /etc/logrotate.conf; try man logrotate for more info. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713

Re: [U2] Universe, 32bit and file size

2008-10-23 Thread Scott Ballinger
(s) are greater than 2gb? I would not suggest trying to read an entire large file into D3 this way. Have you tried the %open, %read functions to read and process the file in reasonably sized chunks, say 10K at a time? You can use %write to build large files this way as well. /Scott Ballinger

Re: [U2] UniVerse and/or AIX caching

2008-10-23 Thread Scott Ballinger
You might want to look at the solid state drives (aka MFT) from Doug Dumitru at EasyCo (easyco.com). /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Thu, Oct 23, 2008 at 10:57 AM, Louie Bergsagel [EMAIL PROTECTED]wrote: We have some data transfer processes that take about 9

Re: [U2] [UV] Saving Photos

2008-10-08 Thread Scott Ballinger
typically assign the BLOB file a sequential name, e.g. 1234999.pdf, then store a maximum of 1000 files per directory as .../1234/1234999.pdf. A standardized subroutine calculates and returns the path to the file based on it's name. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Wed

Re: [U2] [UV] Universe license usage per account

2008-09-25 Thread Scott Ballinger
PRINT /Scott Ballinger Pareto Corporation Edmonds WA USA 206 7123 6006 On Thu, Sep 25, 2008 at 1:06 PM, Peter Veenhof [EMAIL PROTECTED]wrote: Hi, I was wondering if anyone knows a way to extract the number of licensed users (or rather licenses in use) for a specified Universe Account

Re: [U2] Progress Counter for Universe SELECT

2008-09-19 Thread Scott Ballinger
feature. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Fri, Sep 19, 2008 at 1:33 PM, JeffG [EMAIL PROTECTED] wrote: D3 allows you to use a (T option at the end of a SELECT statement. This will display a progress counter during the select. Is there a way to do

Re: [U2] Triggers

2008-08-27 Thread Scott Ballinger
. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 SUBROUTINE SAVE.CHANGES.ENVC(ANS,REC,ID) * track changes to the ENVC file * 08-12-04 asb * This subroutine is called from the 'TRIGGER' I-Type in dict ENVC. * A secondary index on ENVC is defined on 'TRIGGER' using the NO.NULLS option

Re: [U2] call mysub vs. call @mysub

2008-08-26 Thread Scott Ballinger
[it has to, as the sub variable in the @sub could change between calls]). In UV they are about the same. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Tue, Aug 26, 2008 at 5:26 PM, Ross Ferris [EMAIL PROTECTED] wrote: Just a quick (dumb?) question that will save me spending 5

Re: [U2] gfe check from unix?

2008-07-31 Thread Scott Ballinger
I think both uvfixfile and fixtool can be run from unix (you may need to run as root). /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Thu, Jul 31, 2008 at 3:25 AM, doug chanco [EMAIL PROTECTED] wrote: in universe 10.1/10.2 (on aix) is it possible to check for GFE's or BLINK

Re: [U2] group locks and user nbr's

2008-06-19 Thread Scott Ballinger
them a message. Note the part when I execute LIST.READU and parse the results to get the user that has the record locked. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 - start basic SUBROUTINE PC.READU(RESULT,FILEVAR,ID,ATTRIBUTE,ERR,POS) * standardized subroutine to read

Re: [U2] HP 4250dtn printer using PCL commands from Universe Basic program with hex conversion codes ... Tray 3 selection not working

2008-05-14 Thread Scott Ballinger
feed (should be plain paper) 002 PRINTER ON 003 PRINT CHAR(27):l1H: /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Wed, May 14, 2008 at 6:14 AM, Bob Utech [EMAIL PROTECTED] wrote: I am trying to send a report to the HP4250 printer to tray 3 using PCL codes (hex = 1B266C3548

Re: [U2] Universe/SB+ printing including images

2008-03-17 Thread Scott Ballinger
, and there is lots that can go wrong there with compatibility issues among different Windows versions, Office/Word versions, and our friend windows update; but all in all it works pretty well. (I use an Accuterm script to drive Word from the [linux] host in both UV and D3 environments.) /Scott Ballinger Pareto

Re: [U2] Indexes

2008-03-14 Thread Scott Ballinger
necessary. I use I-types that incorporate BSCAN to return values from indexed files all the time. It works great. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Fri, Mar 14, 2008 at 3:03 AM, Dennis Bartlett [EMAIL PROTECTED] wrote: My dumb question for the day (just cant

Re: [U2] test for a unix file?

2008-03-04 Thread Scott Ballinger
PROTECTED] wrote: I use DIR() Function. Thanks, David A. Green www.dagconsulting.com (480) 813-1725 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Ballinger Sent: Monday, March 03, 2008 6:28 PM To: u2-users@listserver.u2ug.org Subject: [U2

[U2] test for a unix file?

2008-03-03 Thread Scott Ballinger
if I am churning though thousands of tests (like from a big select list). Can anyone suggest a faster/more efficient way to test if a unix level file exists from inside UV BASIC ? Thanks, /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users

Re: [U2] Excel downloads

2008-02-12 Thread Scott Ballinger
the extra blank lines between rows. *Actually, I have used this for regular, repeating jobs, by scripting accuterm to capture the screen output as a specific filename in a specific directory, then printing instructions on the screen telling the user how to import into excel. /Scott Ballinger Pareto

Re: [U2] Unidata Time in Milliseconds?

2008-01-30 Thread Scott Ballinger
Not sure about UD, but on UV I think this is now the default: time() returns .NNN to three decimal places. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Jan 30, 2008 7:15 AM, Kevin King [EMAIL PROTECTED] wrote: I got an interesting request today to store time from

Re: [U2] Universe 20.1 itype perf enhancer

2008-01-24 Thread Scott Ballinger
RETURN In use, you CALL OPEN.FILE.SUB(MYFILE,FILEVAR,ERR) ; IF ERR THEN Interestingly, on D3 this does not seem to have much benefit, where the OPEN function seems faster than the LOCATE. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Jan 24, 2008 6:56 AM, john reid [EMAIL

Re: [U2] selection of multivalued field based on range

2007-12-19 Thread Scott Ballinger
How about: select myfile with every qty ge 1000 and le 2000 works for me on UV 10.1.4. Note that in D3, I think your original query would work as you had hoped. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Dec 19, 2007 7:37 AM, Russ Watson [EMAIL PROTECTED] wrote: I

Re: [U2] RE: Universe Replication

2007-12-10 Thread Scott Ballinger
developed, because for us that was a stopper. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Dec 10, 2007 4:06 AM, Barry Rogen [EMAIL PROTECTED] wrote: Robin, We attempted (operative word) to embrace Replication for a solution to our needs. We are a little different

Re: [U2] To Ad or Not to Ad

2007-12-05 Thread Scott Ballinger
disclosure of some posters' possible commercial self-interest? I move to stop the [AD] nagging. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] RAID 6 On RedHat Linux On UniVerse 10.1 or 10.2

2007-11-29 Thread Scott Ballinger
Brenda, Stick with Raid 10 and as many drives as possible. It has a the performance advantage of mirrored disks for reads and no penalty for writes. The only downside that I see is that it is the most expensive; but what the heck, nowadays disk is cheap and racks are big. My 0.02. /Scott

Re: [U2] Time Travel

2007-11-26 Thread Scott Ballinger
I have always presumed that *everyone* was subject to typically-at-least-one-hour delay. Is there anyone out there that gets emails from this list in near real time ? If so, what are you doing differently from the rest of us? /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Nov

Re: [U2] OT: Email encryption

2007-11-16 Thread Scott Ballinger
the UV/Linux system that use SMTP to connect to the exchange server. Should also work with other email clients. Not cheap, but pretty cool. Another option would be pgp/gpg if full paranoia mode is required. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On Nov 16, 2007 8:26 AM

Re: [U2] Transfer Files from Universe to Unidata

2007-10-17 Thread Scott Ballinger
a single file or an entire account. Obviously that command is so old and so unused that almost no one on this list except for Doug Miller (by the way, thanks Doug) remembered that it existed (and that would include IBM support!). /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On 10

Re: [U2] Size of Key Question

2007-10-16 Thread Scott Ballinger
). My 0.02, /Scott Ballinger Pareto Corporation Edmonds, WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Over-coming EDitor shortcomings

2007-10-12 Thread Scott Ballinger
the original source; which frankly I find to be a major irritant. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Locks in subroutines

2007-10-08 Thread Scott Ballinger
Noel, I use a generic readu subroutine most everywhere (it handles the locked clause, sends msgs, retries, etc) and I don't have that problem: .L RELLEVEL RELLEVEL 001 X 002 10.1.4 003 PICK 004 PICK.FORMAT 005 10.1.4 Perhaps there is a uvconfig setting that affects it? /Scott Ballinger

[U2] [UD] create file

2007-09-13 Thread Scott Ballinger
of READBLK WRITEBLK it is OSBREAD, OSBWRITE in UD, correct ? Thanks, /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Vote here - Religious Wars

2007-09-11 Thread Scott Ballinger
appreciates the moderators' contributions, efforts and time volunteered to date in maintaining a professional and pleasant on-line community.) -yes Issue 2. Leave placing of [AD] brackets up to the sensibilities of the poster; moderator intervention typically not required. -yes /Scott Ballinger Pareto

[U2] UV basic assignment error ?

2007-09-10 Thread Scott Ballinger
? Perhaps this is just the first time I have ever tripped over it... /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] AIX Argument list too long

2007-08-21 Thread Scott Ballinger
This is a common problem, where the shell expands the argument list until it blows up. The most common way around this is to use xargs: http://www.unixreview.com/documents/s=8274/sam0306g/ /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 On 8/21/07, [EMAIL PROTECTED] [EMAIL

Re: [U2] AIX Argument list too long

2007-08-21 Thread Scott Ballinger
On 8/21/07, Kevin King [EMAIL PROTECTED] wrote: [snip] cd /ud/TEST/_PH_ find . -mtime +90 -exec rm {} \; With find you're working with one file at a time so you should never hit the limit. Yes, however using find + xargs is more efficient than executing rm on each individual instance of

Re: [U2] [UV] Speeding up a big BY.EXP select

2007-08-09 Thread Scott Ballinger
are the same as SSELECT BY-EXP. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] RE: Cleaner Case Statement

2007-07-28 Thread Scott Ballinger
to, and I think you can get used to quite a lot. Sometimes adding extra words to make code more readable has just the opposite effect. It's all really just personal preferences, but it feels more professional to call them standards. my 0.02... /Scott Ballinger Pareto Corporation Edmonds WA USA 206

[U2] Re: Move data files from Unidata to Universe

2007-07-24 Thread Scott Ballinger
perhaps there is another way to skin this cat. Is there a way to read/write to UDT files directly from UV? Any and all off-the-wall, out-of-the-box, out-of-left-field, {insert your favorite left-brained-business-creativity-MBA cliche here} suggestions welcome. /Scott Ballinger Pareto Corporation

[U2] Move data files from Unidata to Universe

2007-07-23 Thread Scott Ballinger
that uvbackup can do this. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Error in report generation.

2007-03-14 Thread Scott Ballinger
to read - those characters vary in width as well as height. Just a thought, /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Mentor Save Command

2007-03-07 Thread Scott Ballinger
it, you'll like it! /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Taylor Sent: Wednesday, March 07, 2007 7:54 AM To: u2-users@listserver.u2ug.org Cc: Mark Johnson Subject: [U2] Mentor Save

RE: [U2] FTP

2007-03-07 Thread Scott Ballinger
as I typically do, then ncftpput and ncftpget are by far the easiest way to send and receive files via ftp from inside of Universe. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nancy Fisher

RE: [U2] FTP

2007-03-07 Thread Scott Ballinger
for with an INPUT, after which it also SLEEPS. In retrospect, 5 seconds seems a bit extreme; but this thing has been running for years and years, so I am unlikely to mess with it. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 SUBROUTINE ATWORDMERGE.SUB(DOCUMENT) * THIS SUBROUTINE

RE: [U2] Index Problem

2007-02-06 Thread Scott Ballinger
databases really so un-reliable that we have to resort to these sorts of hacks? (Actually, IMO they are very reliable and no you don't.) /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brenda Price

[U2] Cron job creates many PH entries

2006-10-05 Thread Scott Ballinger
know how to turn off this feature? Here is the cron job: #!/bin/sh TERM=ansi ; export TERM cd /usr/yyy/XXX /usr/ibm/uv/bin/uv PHANTOM DUPCHECK DUPCHECK is a cataloged basic program in the XXX account. Thanks, /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users

RE: [U2] Cron job creates many PH entries

2006-10-05 Thread Scott Ballinger
with DUPCHECK_time_date files (1440 per day). Anyone know how to turn off this feature? Here is the cron job: #!/bin/sh TERM=ansi ; export TERM cd /usr/yyy/XXX /usr/ibm/uv/bin/uv PHANTOM DUPCHECK DUPCHECK is a cataloged basic program in the XXX account. Thanks, /Scott Ballinger Pareto

RE: [U2] SATA SAN question

2006-09-22 Thread Scott Ballinger
. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen E. Elwood Sent: Friday, September 22, 2006 2:35 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] SATA SAN question From what I've

RE: [U2] Need help - UV intermittent roving file open error

2006-08-25 Thread Scott Ballinger
Thanks for the suggestions. This problem happens after initial login without any logtos. I will take a look at MFILES. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 [demime 1.01d removed an attachment of type application/ms-tnef which had a name of winmail.dat] --- u2

[U2] Need help - UV intermittent roving file open error

2006-08-24 Thread Scott Ballinger
to have to replace it with discrete file opens everywhere! Thanks, /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Universe file size limits {Unclassified}

2006-07-11 Thread Scott Ballinger
support for, like 10 years? Hasn't Windows had 2GB file support since W2K (assuming you are not using FAT16 partitions)? I accept that if you are running a 5 year old version of your O/S you may encounter some problems. But if you are reasonably current and patched, where are the land mines? /Scott

RE: [U2] Universe file size limits {Unclassified}

2006-07-07 Thread Scott Ballinger
! (as suggested by IBM tech support). /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of HENDERSON MIKE, MR Sent: Wednesday, July 05, 2006 4:13 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Universe

RE: [U2] Multiple Data Files

2006-05-16 Thread Scott Ballinger
Hi Ron, The most common reason for using multiple data files is to share a common dictionary. Some examples: Customers (main data file) Customers,temp (sample data loads, testing, etc) Customers,archive (old customer records) Etc. /Scott Ballinger Pareto Corporation Edmonds WA

RE: [U2] PCL within a form

2006-03-07 Thread Scott Ballinger
PC.LASER.MACRO.ID(ID,RESULT) 0002 * subroutine to specify a macro id on a laserjet 0003 * 06-21-93 asb 0004 * 0005 EQU ESC TO CHAR(27) 0006 * 0007 RESULT = ESC:f:ID:Y 0008 * 0009 RETURN 0010 END HTH, /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From

RE: [U2] [u2][ud] Poor select performance

2006-02-18 Thread Scott Ballinger
to you. This will not happen instantaneously, even if everything was already in memory. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 From: [EMAIL PROTECTED] on behalf of [EMAIL PROTECTED] Sent: Wed 2/15/2006 9:13 AM To: u2-users@listserver.u2ug.org

RE: [U2] [UV] Callcenter screen pop

2006-01-13 Thread Scott Ballinger
application at the input prompt and switch back to the callcenter application window (usually via a programmed function key or mouse click) and tell the callcenter program that they are ready for another call. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message

RE: [U2] making a .csv file into an .xls file?

2006-01-13 Thread Scott Ballinger
I think Accuterm can create a legit .xls file on a windows client with the FT utility. This is easily scripted from the UV side. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George

RE: [U2] records with unprintable characters

2005-12-13 Thread Scott Ballinger
Here is the fastest way I have found to eliminate bad chars in string bad.chars = for n = 1 to 31 bad.chars := char(n) next n for n = 128 to 250 bad.chars := char(n) next n convert bad.chars to in string /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006

RE: [U2] records with unprintable characters

2005-12-13 Thread Scott Ballinger
Sorry Mats, I should read deeper into the stack before jumping in... Didn't notice that you had already suggested the same convert bad.chars to null solution. /Scott --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Emails into AIX

2005-12-09 Thread Scott Ballinger
easy to do from inside U2 or Pick. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, December 09, 2005 7:36 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2

RE: [U2] [UV] is there an equivalent to the UD ALL UniQuery keyword?

2005-12-02 Thread Scott Ballinger
could probably make an I-type VOC item called ALL or @ALL that parsed the dict and displayed all the fields in a pretty way- but that's still a lot of work to re-create something that UD already does for you. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message

RE: [U2] C-KERMIT in windows

2005-11-14 Thread Scott Ballinger
Why not just use Windows' hyperterminal? I think it has a kermit option. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] on behalf of George Gallen Sent: Mon 11/14/2005 6:36 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2

RE: [U2] UniVerse - file importation

2005-11-11 Thread Scott Ballinger
into Pick (I'll bet Wintegrate can too). /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- Whoa! dBase IV! As I recall that DB was way before ODBC for external access to the data. But IIRC the data files themselves are just text files with fixed length

RE: [U2] [OT] BREAKING NEWS

2005-10-25 Thread Scott Ballinger
[snip] My solution is simply to filter any mail that contains text like out of office. Unfortunately I miss all the wonderful discussions people have about other people being out of the office... which will now include this one. Or with a name like tronic5... Oh, wrong list! ;) /Scott Ballinger

RE: [U2] Double Indexes

2005-10-21 Thread Scott Ballinger
xref.file with cust = 12345 and with date ge 10-1-05 and le 10-20-05 myfile.ids This is usually pretty fast in itself, and you could always index cust and date in xref.file to make it faster under some circumstances. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 P.s. I did

RE: [U2][UV] Real-time credit card verification

2005-08-09 Thread Scott Ballinger
Try Fred Tuttle at Totalink. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Hester Sent: Tuesday, August 09, 2005 5:36 PM To: U2 Users Discussion List Subject: [U2][UV] Real-time

RE: [U2] Text extraction.

2005-08-02 Thread Scott Ballinger
IN DYN.ARRAY first). /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] THE variable names

2005-07-19 Thread Scott Ballinger
. Not wanting to start a flame war, but come on guys... /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony W. Youngman Sent: Tuesday, July 19, 2005 4:30 PM To: u2-users@listserver.u2ug.org Subject

[U2] BP file ownership problem (linux)

2005-06-29 Thread Scott Ballinger
, WED, etc. Is there a Universe setting or user setting that will prevent changing the owner and group setting on a file after editing it? (UV 10.1.4, RHEL 3). Thanks, Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users@listserver.u2ug.org

RE: [U2] BP file ownership problem (linux)

2005-06-29 Thread Scott Ballinger
Thanks John, your second option was exactly what I was looking for. I had changed everyone's primary group to uv as an interim fix, but didn't feel that was the optimal solution. Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 --- u2-users mailing list u2-users

RE: [U2] I'm in an Array quandry, any suggestions...

2005-05-13 Thread Scott Ballinger
before putting the data back. Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Glenfield Sent: Friday, May 13, 2005 12:47 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] I'm

RE: [U2] OpenOffice.org 1.9.100 and UniVerse JDBC

2005-05-10 Thread Scott Ballinger
Not sure what your point was, but William Gates Sr is a Seattle lawyer, not Washington DC, now likely retired. I think he is currently serving as a co-chair of the Bill Melinda Gates Foundation, also in Seattle. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [U2] Integer Conversion Codes

2005-05-05 Thread Scott Ballinger
How about MR1 ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Wednesday, May 04, 2005 2:30 PM To: 'u2-users@listserver.u2ug.org' Subject: [U2] Integer Conversion Codes Our UV v8.3 system uese MD1 to represent hours in

RE: [U2] Integer Conversion Codes

2005-05-05 Thread Scott Ballinger
10 RUN BP SB ?100 10.0 1000 ?1 0.1 10 ?R R Seems to work as expected? (this was in the uv account) Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Thursday, May 05

RE: [U2] UV on Linux

2005-04-29 Thread Scott Ballinger
. MFILES 300 Those are the only ones that come to mind... Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Banker Sent: Friday, April 29, 2005 11:49 AM To: u2-users@listserver.u2ug.org Subject

RE: [U2] Triggers docs?

2005-03-11 Thread Scott Ballinger
is new, this subroutine is called only once). Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Fitzgerald Sent: Friday, March 11, 2005 10:15 AM To: u2-users@listserver.u2ug.org Subject: [U2

RE: [U2] Indexing issue

2005-03-11 Thread Scott Ballinger
Not necessarily so... An index on the primary key will not only allow you to sort or sselect the file by that key instantly, but also allow quick selects on partial keys (e.g. select myfile with key = 12345]). Admittedly esoteric, but on occasion handy. Scott Ballinger Pareto Corporation Edmonds

RE: [U2] Triggers docs?

2005-03-11 Thread Scott Ballinger
item, and old @RECORD is null, then this must be a delete. Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Matthews Sent: Friday, March 11, 2005 1:28 PM To: u2-users@listserver.u2ug.org

RE: [U2] Triggers docs?

2005-03-11 Thread Scott Ballinger
with REC = the original record, then again with REC = the new * record (however, if the MYFILE record is new, this subroutine is called only once). Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [U2] Universe SHOW Command and Group Locks

2004-11-11 Thread Scott Ballinger
by the LIST command. Weird. I had never heard of nor seen this before. Obviously that's why the PAKTIME parameter was introduced... Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod

RE: [U2] Printing an RTF file from Universe

2004-11-09 Thread Scott Ballinger
DATA O,1=T,,R,K,C:\,DOC.rtf,DOCUMENTS,DOC EXECUTE FT Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 From: [EMAIL PROTECTED] on behalf of Brian Parker Sent: Mon 11/8/2004 2:04 PM To: [EMAIL PROTECTED] Subject: [U2] Printing an RTF file from

RE: [U2] Index problem

2004-11-04 Thread Scott Ballinger
happens the header has already been filed. It's not elegant, but it does work. Scott Ballinger Pareto Corporation Edmonds WA USA 725 670 0831 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alfke, Colin Sent: Wednesday, November 03, 2004 12:06 PM To: [EMAIL

RE: [U2] Index problem

2004-11-04 Thread Scott Ballinger
Wouldn't it be simpler to... 1. Maintain an attribute in dict ORD.HDR that contains all of the related ORD.DTL ids (or an I-type that builds such a list), perhaps called ORD.DTL.IDS 2. SELECT ORD.HDR WITH CUST.NAME EQ ABC XYZ ORD.DTL.IDS Scott Ballinger Pareto Corporation Edmonds WA USA 206 713

RE: [U2][UV]telnet

2004-10-28 Thread Scott Ballinger
systems, or configure /etc/hosts.equiv to do what you want. Scott Ballinger Pareto Corporation Edmonds WA USA 206-713-6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stu Glancy Sent: Thursday, October 28, 2004 2:37 PM To: [EMAIL PROTECTED] Subject: Re: [U2

RE: [U2] [UV] Triggers

2004-10-14 Thread Scott Ballinger
9.6.1.14 0003 PICK 0004 PICK.FORMAT 0005 9.6.1.14 Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maresh, Mel Sent: Thursday, October 14, 2004 9:55 AM To: [EMAIL PROTECTED] Subject: [U2] [UV

RE: [U2] RE: gvim on UD

2004-10-08 Thread Scott Ballinger
Instead of changing your windows gvim configuration, you could ftp as ascii instead of binary- that will convert crlf to lf when sending from dos to unix (and vice-versa). Scott Ballinger Pareto Corporation Edmonds WA USA 425 670 0831 -Original Message- From: [EMAIL PROTECTED] [mailto

RE: [U2] Serial to EtherNet Media Converter

2004-07-30 Thread Scott Ballinger
I have used Digi Portserver TS 4's and Etherlite devices for several Linux installations without any problems. The Realport software create a /dev entry that you treat as a regular tty, and should be available for HPUX. Scott Ballinger Pareto Corporation Edmonds WA USA 425-670-0831 -Original

RE: [U2] terminal on universe

2004-07-20 Thread Scott Ballinger
control for rs-232. Scott Ballinger Pareto Corporation Edmonds WA USA 425 670 0831 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Raven Sent: Wednesday, July 07, 2004 11:28 AM To: [EMAIL PROTECTED] Subject: [U2] terminal on universe I have universe 9

RE: [U2] double postings

2004-06-08 Thread Scott Ballinger
will delete it and re-create/enable the rule and see what happens... Scott Ballinger -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Hiscock Sent: Tuesday, June 08, 2004 2:43 PM To: [EMAIL PROTECTED] Subject: RE: [U2] double postings The likelihood

RE: [U2] UniVerse on Linux

2004-06-03 Thread Scott Ballinger
Could you elaborate, or contact me off-list, re: RH SMP kernel problems with digi driver? I am upgrading a site that uses Digi etherlite devices and the realport driver. The new server is a hyper-threaded P4, which RH9 sees as two CPUs, and thus uses the SMP kernel by default. Thanks, Scott