RE: [U2] Monitoring file changes

2004-11-18 Thread Adrian Matthews
You could add a security subroutine to the ED (and others like DELETE if you wanted) voc item. If you put a subroutine name into field 4 of a remote dict item then it will get called whenever that command is executed. We have one of these on the MASTER command. MASTER 0001 R 0002

Re: [U2] UV wish list

2004-11-18 Thread Schalk van Zyl
Will, But your wish had been true all the way! I do it . I am telnet(ting) from a Linux-box to the host AIX-box and UV 10.1 Up and down arrows works, and I can go through the stack and enter on any one (or change any and then enter) Schalk van Zyl On Wed, 17 Nov 2004 16:11:18 -0500, [EMAIL

[U2] Certification

2004-11-18 Thread Brian Leach
Hi all, I've been asked by a potential client to take the IBM U2 Family Developer certification exam - tomorrow morning. There doesn't seem to be any real material on the web to prepare for it. Without giving away any of the contents grin could anyone tell me: Is it generic across UniVerse

Re: [U2] [UV] Help with EVAL in SELECT statement

2004-11-18 Thread Mats Carlid
Brian Leach wrote: Martin, Not true! Selection uses external format data. Where a field with a conversion code is compared with a constant, the constant is converted to internal form prior to the comparison. The LIKE operator works the other way around and converts the data

Re: [U2] [UV] Help with EVAL in SELECT statement

2004-11-18 Thread Martin Phillips
Can't remember whether I said this yesterday but EVAL takes on the properties of the first field referenced in the expression. Hence, if BALANCE is defined as having an MD2 conversion, so will EVAL ABS(BALANCE) It is interesting that the value for BALANCE shown in the original email has more

RE: [U2] Certification

2004-11-18 Thread Robert Paterson
The exam is generic, format masks seem to be useful - otherwise, if you have a sufficient grounding and regular exposure to coding, you should not find the exam a problem in my view. (I took it on the off chance in Las Vegas and finished early and passed with no preparation at all... So I would

RE: [U2] wIntegrate text box

2004-11-18 Thread Ian Renfrew
Try adding the style property ES_WANTRETURN as part of the Opts variable. Regards, Ian Renfrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill H. Sent: Wednesday, November 17, 2004 7:08 PM To: [EMAIL PROTECTED] Subject: [U2] wIntegrate text box

Re: [U2] PCL5/6 Universe / AIX printer setup question

2004-11-18 Thread TPellitieri
Anyone have any insight on SMIT for AIX and how to set it up to eliminate character translations? Here are the settings I currently have on my main print queue. We use AIX 5.1 with UniData 5.2 and SB+ 5.2. To see these settings, do the following: 1) At the AIX prompt, type smit 2) Choose

Re: [U2] PCL5/6 Universe / AIX printer setup question

2004-11-18 Thread Lee Bacall
Craig, Thank you - that could solve the problem. Lee - Original Message - From: Craig Bennett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 5:21 PM Subject: Re: [U2] PCL5/6 Universe / AIX printer setup question Hi Lee, Anyone have any insight on SMIT for

[U2] Using PROCs with Unidata 6

2004-11-18 Thread Carole A Cafasso
I have a custom application, originally written in Pick Basic, that is driven by Procs. 10 years ago, it was converted to Unibasic to run under Unidata (with the technical assistance of Unidata - oops I mean Ardent - oops I mean Informix - oops I mean IBM) to run under Unidata and the Procs

RE: [U2] Using PROCs with Unidata 6

2004-11-18 Thread Kevin King
They should. I don't believe any of the proc stuff has been EOL'd and hopefully it won't be. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carole A Cafasso Sent: Thursday, November 18, 2004 8:16 AM To: [EMAIL PROTECTED] Subject: [U2] Using PROCs with

RE: [U2] Using PROCs with Unidata 6

2004-11-18 Thread Dave Tabor
--- Original Message --- From: Carole A Cafasso Sent: Thursday, November 18, 2004 10:16 AM snip Now we are getting ready to upgrade from Unidata 5x to Unidata 6. Will the Procs still work? /snip Hi, Since I've been involved with Unidata (about 7 yrs), we've gradually been upgrading from

RE: [U2] Using PROCs with Unidata 6

2004-11-18 Thread Murray Henderson
We still have plenty of Procs in use on our Unidata system and they seem to work fine, haven't seen any issues with them. -Original Message- From: Carole A Cafasso [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 10:16 AM To: [EMAIL PROTECTED] Subject: [U2] Using PROCs with

RE: [U2] Using PROCs with Unidata 6

2004-11-18 Thread Allen E. Elwood
I have done many upgrades using Unidata and have never had to do any changes to any procs. All the work was just re-customizing new versions of code. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Carole A Cafasso Sent: Thursday, November 18, 2004 07:16

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread iggchamp
I've never used FILE.USAGE. Where can I find out more information such as where the information is stored, is there much of a performance hit while using it, etc... Thanks -- Original message -- You can certainly collect statistics on the number of writes, deletes,

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Glenn Herbert
The information is stored IN the file header (see the Stats region if you have access to the internal file documentation). And the performance hit comes when you close the file and all the numbers you collected over time (in memory) is added to the header values, which means you lock down the

RE: [U2] wIntegrate text box

2004-11-18 Thread Bill H.
Ian: Thanks very much. My 1996 documentation doesn't have that style property. After careful review of the 2003 pdf off IBMs website, I see it. This gets the job done nicely. :-) Thanks again. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ian

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread iggchamp
Thanks a bunch Glenn -- Original message -- The information is stored IN the file header (see the Stats region if you have access to the internal file documentation). And the performance hit comes when you close the file and all the numbers you collected over time

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Dianne Ackerman
Is there a way to tell if FILE.USAGE has been set to collect information? -Dianne [EMAIL PROTECTED] wrote: I've never used FILE.USAGE. Where can I find out more information such as where the information is stored, is there much of a performance hit while using it, etc... Thanks --

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Glenn Herbert
I believe if you run FILE.USAGE filename and all values are zero, then statistic collection is OFF. You enable it using FILE.USAGE.CLEAR; disable it using FILE.USAGE.OFF. At 02:54 PM 11/18/2004, you wrote: Is there a way to tell if FILE.USAGE has been set to collect information? -Dianne [EMAIL

[U2] [UV] Help with fnuxi

2004-11-18 Thread Jay Falck
I have some data files that I can't run fnuxi on because they have triggers. How do I successfully move these files between *NIX and Windows without having to drop the triggers? Jay Falck, CISSP, CHSS Unicorn Computing 512-563-4132 --- u2-users mailing list [EMAIL PROTECTED] To

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Clifton Oliver
I don't think that's correct. I did some tests on this several years ago. If memory serves, when file usage is ON, counts are held in memory. They don't actually get written to the file header on disk until the file is closed. Or am I mis-remembering again? -- Regards, Clif

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Glenn Herbert
Yeah. I said that in a previous email. The question was simply is there a way to determine if statistics are enabled and, without having to delve into the file header, listing out the statistics using FILE.USAGE is the only way to tell. Of course, you are correct that IF statistics

RE: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Bob Woodward
If the file has never been closed, just do a quick LIST on the file. If FILE.USAGE is on then when you end the list, you'll at LEAST get some read hits on it. Bob Woodward Programmer/Analyst Harbor Wholesale Grocery [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED]

Re: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread Clifton Oliver
Comments and responses embedded in the text below. Glenn Herbert wrote: Yeah. I said that in a previous email. Oops. Missed that one. The perils of speed-reading. Ok. Tried this. Statistics collection can definitely be determined using the FILE.USAGE command. If they are enabled, the listing

[U2] SSH and wIntegrate

2004-11-18 Thread [EMAIL PROTECTED]
Guys, Can someone who uses a current version of wIntegrate tell me whether it supports connections via SSH? I have a client who is switching boxes and looking to move entirely away from telnet connections to SSH, but there are one or two parts of the application which rely on wIntegrate. If we

RE: [U2] SSH and wIntegrate

2004-11-18 Thread Alfke, Colin
This was in the latest DB2 newsletter: Announcing wIntegrate 6.0 IBM wIntegrate, version 6.0, will be generally available on December 10, 2004. This feature rich release of wIntegrate delivers device independent deployment of MultiValue applications, advanced support of the Secure Sockets

RE: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread FFT2001
In a message dated 11/18/2004 5:25:03 PM Eastern Standard Time, Bob Woodward [EMAIL PROTECTED] writes: If the file has never been closed, just do a quick LIST on the file. If FILE.USAGE is on then when you end the list, you'll at LEAST get some read hits on it. Bob Woodward If person A has

Re: [U2] SSH and wIntegrate

2004-11-18 Thread Bruce Nichol
Goo'day, Ken, From my reading of the recent IBM pre-release of wIntegrate 6 (slated 10th December, IIRC) and the trumpeting of SSH as being included, I'd venture that wIntegrate 6'll be the first. At 10:08 19/11/04 +1100, you wrote: Guys, Can someone who uses a current version of wIntegrate

Unclassified RE: [U2] SSH and wIntegrate

2004-11-18 Thread HENDERSON MICHAEL MR
Unfortunately NOT! Ken wants SSH, but wIntegrate and the U2 server products support SSL. Almost every other telnet client available - even free ones like TeraTerm - supports SSH, but wIntegrate Dynamic Connect don't. Also the U2 Windows telnet servers are not SSH-capable, so you can't use an

Unclassified RE: [U2] RE: [UV] Monitoring file changes

2004-11-18 Thread HENDERSON MICHAEL MR
But unfortunately none of this FILE.USAGE stuff will work for the original poster because his file is DYNAMIC, and FILE.USAGE doesn't support DYNAMIC files, e.g. FILE.USAGE A.DYNAMIC.FILE Cannot process type 1, 19, 25 or 30 file path to file. And since he's on UV 9.6.2, he can't use Triggers,

Re: Unclassified RE: [U2] SSH and wIntegrate

2004-11-18 Thread Bruce Nichol
Ken, OOPS! Sorry... That's what I get for not knowing the difference grin assuming there *is* a difference At 13:24 19/11/04 +1300, you wrote: Unfortunately NOT! Ken wants SSH, but wIntegrate and the U2 server products support SSL. Almost every other telnet client available - even free

[U2] Test

2004-11-18 Thread Stuart . Boydell
posting? -- ** This email message and any files transmitted with it are confidential and intended solely for the use of

Re: [U2] SSH and wIntegrate

2004-11-18 Thread Craig Bennett
Ken, Can someone who uses a current version of wIntegrate tell me whether it supports connections via SSH? Its a kind of backwards solution, but you could try using putty (a free ssh client) to connect to the system and then tunnel your wintegrate telnet connection through this. Not elegant,

Re: Unclassified RE: [U2] SSH and wIntegrate

2004-11-18 Thread [EMAIL PROTECTED]
Ken wants SSH, but wIntegrate and the U2 server products support SSL. Almost every other telnet client available - even free ones like TeraTerm - supports SSH, but wIntegrate Dynamic Connect don't. Also the U2 Windows telnet servers are not SSH-capable, so you can't use an SSH telnet

RE: Unclassified RE: [U2] SSH and wIntegrate

2004-11-18 Thread HENDERSON MICHAEL MR
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, 19 November 2004 16:08 To: [EMAIL PROTECTED] Subject: Re: Unclassified RE: [U2] SSH and wIntegrate [snip] How does one configure telnetd on a UNIX box (Solaris 9 to