RE: [U2] Recommendations for reporting tools

2005-06-07 Thread Dave S
I don't know the list price for this product. Tony Gravagno <[EMAIL PROTECTED]> wrote:Mark Ballinger mballinger-at-ballinger.cx |U2UG| wrote: > On Tue, Jun 07, 2005 at 07:42:51AM -0700, Dave S wrote: >> You can purchase it from this company : >> >> http://www.sandritech.com/ > > Yes, I know. I'

RE: [U2] Finding last day of month

2005-06-07 Thread Mark Baldridge
I wrote the application about 15 years ago when we were then VMark Software. I believe that would make it an internal IBM tool. I have several other performance measuring tools that I use at customer sites when analyzing system, application, and other performance issues. The set of tests are lik

[U2] Again with Setting a Network Printer in Linux

2005-06-07 Thread Peter Ivanick
Hola all - So, I've tried the various options outlined here & in other related email, but our setup is failing consistently. What happens is this: I can setup a printer, B009A for example, in CUPS or as an lp printer, doesn't seem to matter. Linux (RH 3.5) printing is fine, test are all ok &

RE: [U2] Recommendations for reporting tools

2005-06-07 Thread Tony Gravagno
Mark Ballinger mballinger-at-ballinger.cx |U2UG| wrote: > On Tue, Jun 07, 2005 at 07:42:51AM -0700, Dave S wrote: >> You can purchase it from this company : >> >> http://www.sandritech.com/ > > Yes, I know. I'm just wondering what it costs. The best way to find out what products cost is to cont

RE: [U2] Printing from UniVerse

2005-06-07 Thread Dave S
It is very time consuming to code this way. However, you do end up with self-documenting code. --- Peter Gonzalez <[EMAIL PROTECTED]> wrote: > Bob, > In all the places that I have worked without > standards, I have applied the > standard you refer to with variables names. It's > great. Addition

RE: [U2] Printing from UniVerse

2005-06-07 Thread Peter Gonzalez
Bob, In all the places that I have worked without standards, I have applied the standard you refer to with variables names. It's great. Additional, I don't rust DICTs I look at the EQU item for a true description of what the field is and what it does. 016: * ITEM ID = CONO '!' REJECT# 017: 0

RE: [U2] Printing from UniVerse

2005-06-07 Thread Bob Woodward
One of the programming standards I've seen names all equates with a trailing $. System subroutines start with a $ and I thought this was a pretty slick way of knowing instantly that it's an equate, not a variable, while browsing the source code. BobW > > Coming from a C background, I always use

RE: [U2] Printing from UniVerse

2005-06-07 Thread Raymond DeGennaro II
At 18:22 -0700 2005/06/06, Bill Haskett wrote: However, with "EQUATE VM TO CHAR(254)" there is no such relationship, so I was taught not to do this as it wasn't the intention of the statement (even though I could). I think I was taught by someone who was very particular about these kinds of thin

Re: [U2] Unidata Indexing

2005-06-07 Thread jbutera
On Tue, 7 Jun 2005 [EMAIL PROTECTED] wrote: > I think we have to keep in mind what happens in the whole process. > While the select itself will process faster (provided you have not specified > NO.NULLS when creating the index), we have to ask what you're going to do next > with that list ? > > If

Re: [U2] When do globally cataloged programs get removed?

2005-06-07 Thread Ian Renfrew
Yeah, and watch the s__t fly when you find out that the globally cataloged routine is running in several other accounts and the object code for the locally or directly catalogued routine is different than the globally catalogued routine. Just a word of warning. Regards, Ian Renfrew - Ori

[U2] Need developer with C/C++ experience for contract work

2005-06-07 Thread Mark C. Baumann-Erb
Hi, I realize this group deals primarily in PICK basic development, but hopefully there are some multi-talented individuals out there (or a reference to someone who is.) My company needs someone with C/C++ experience on AIX 5.x using XLC and/or gcc compilers. Specifically, we need someone to mo

Re: [U2] When do globally cataloged programs get removed?

2005-06-07 Thread Dave S
I remember getting a tip from a co-worker to decatalogue the program twice. On the second decatalogue, the global catalogue is removed. [EMAIL PROTECTED] wrote: In a message dated 6/7/2005 8:34:14 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: > ... it was > the fact that I didn't realize

Re: [U2] Seeing EQUATES in RAID

2005-06-07 Thread FFT2001
In a message dated 6/7/2005 8:34:24 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: > Thanks Charles! I get so frustrated when running debug and I can't see > equates. Your simple statement explained it to me so that I can at least > understand WHY I can't see them! Thanks! This ability

Re: [U2] Recommendations for reporting tools

2005-06-07 Thread Mark Ballinger
On Tue, Jun 07, 2005 at 07:42:51AM -0700, Dave S wrote: > You can purchase it from this company : > > http://www.sandritech.com/ Yes, I know. I'm just wondering what it costs. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] When do globally cataloged programs get removed?

2005-06-07 Thread FFT2001
In a message dated 6/7/2005 8:34:14 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: > ... it was > the fact that I didn't realize that I needed to re-catalog globally > cataloged programs when they're changed. Which reminds me of the trouble I had before I realized that "memory-locked" (we

Re: [U2] Unidata Indexing

2005-06-07 Thread FFT2001
In a message dated 6/7/2005 6:37:39 AM Pacific Daylight Time, [EMAIL PROTECTED] writes: > For your specific question about nulls, it depends on how many nulls you > expect to find. Using the above examples, if you only expect a handful of > null values, your select statement "should" work the

RE: [U2] When do globally cataloged programs get removed?

2005-06-07 Thread Wendy Smoak
I wrote: > I was compiling under my own userid yesterday when the > changes were not taking effect. I just compiled as the > privileged user, and now it's working. I shouldn't try to figure things out this early in the morning. It wasn't file ownership or who compiled the trigger subroutine...

RE: [U2] Printing from UniVerse

2005-06-07 Thread Marilyn Hilb
Thanks Charles! I get so frustrated when running debug and I can't see equates. Your simple statement explained it to me so that I can at least understand WHY I can't see them! Thanks! -Original Message- From: Stevenson, Charles [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 20

RE: [U2] When do globally cataloged programs get removed?

2005-06-07 Thread Wendy Smoak
[EMAIL PROTECTED] wrote: > If you can su to root, you can CATALOG the subroutine with > the NEWVERSION > qualifier, or you can use the 'newversion' command, if not, > then you can use the NEWPCODE ECL command to make your > current session see the new version, but it won't affect > other sessions.

RE: [U2] Printing from UniVerse

2005-06-07 Thread Stevenson, Charles
Bill & Diane, I'd hold suspect just about anything this teacher said. That is - to be polite - a "unique" way of thinking about EQUATEs. There are not 2 slots in memory to update simultaneously. I believe EQUATE on Microdata, UV, and ALL MV-Basics are substantially equivalent in that EQUATE is a

Re: [U2] Recommendations for reporting tools

2005-06-07 Thread Dave S
You can purchase it from this company : http://www.sandritech.com/ Sandri Technologies, Inc. Mark Ballinger <[EMAIL PROTECTED]> wrote: On Tue, Jun 07, 2005 at 09:28:16AM -0400, Dianne Ackerman wrote: > We love mvQuery and so do our clients. > -Dianne How much does it sell for? Their website

Re: [U2] Recommendations for reporting tools

2005-06-07 Thread Mark Ballinger
On Tue, Jun 07, 2005 at 09:28:16AM -0400, Dianne Ackerman wrote: > We love mvQuery and so do our clients. > -Dianne How much does it sell for? Their website doesn't seem to say. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Printing from UniVerse

2005-06-07 Thread Dianne Ackerman
Maybe that was a Microdata "rule", because I was taught the same exact thing! -Dianne Bill Haskett wrote: Charlie: It's funny you should raise Microdata. I was taught to never use EQUATEs unless I wanted to create a relationship between both sides of the equation. e.g I'd use the following:

Re: [U2] Recommendations for reporting tools

2005-06-07 Thread Dianne Ackerman
We love mvQuery and so do our clients. -Dianne Clifton Oliver wrote: One of my clients has asked me what reporting tools, other than Crystal Reports other U2 shops favor. Any recommendations of what they might want to evaluate? Thanks in Advance. --- u2-users mailing list u2-users@lists

Re: [U2] Unidata Indexing

2005-06-07 Thread Charlie Rubeor
That's not a naive question at all. I'll try and answer it. Creating an index on MY_FIELD will probably speed things up. It depends on the cardinality of the data and how many null values there are. For example, if this is a large file, say 10,000,000 records, and MY_FIELD contains somethin

RE: [U2] Recommendations for reporting tools

2005-06-07 Thread Bob Witney
We use Microgen MVQuery for extracting from the U2 database into Excel/Access/SQL. It works and its reasonably priced Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Manu Fernandes Sent: 07 June 2005 08:13 To: u2-users@listserver.u2ug.org Subject: Re:

Re: [U2] Recommendations for reporting tools

2005-06-07 Thread Manu Fernandes
We use Hummingbird/BI Suite. http://www.hummingbird.com > BI Manu Fernandes Infodata S.`r.l. Tel : (352) 33 16 48 Fax : (.352) 33 75 55 - Original Message - From: "Clifton Oliver" <[EMAIL PROTECTED]> To: Sent: Monday, June 06, 2005 11:04 PM Subject: [U2] Recommendations for reporting