Re: [U2] UD equivalent of UV FILE.USAGE?

2009-09-04 Thread br...@brianleach.co.uk
Adrian It tells UniVerse to start to collate usage stats for a selected file. Once enabled, Universe writes stats to the file header on the number of reads/writes/selects/overflow reads etc. Normally this is switched off since turning it on impacts performance, but it is a useful tool in

Re: [U2] Looking for an OCONV/ICONV

2009-09-04 Thread Jacques G.
Thanks, I hadn't thought of using CONVERT, it's a nice way to do what I need with just one line of code. - Original Message From: Henry Unger hun...@hitech.com To: U2 Users List u2-users@listserver.u2ug.org Sent: Thursday, September 3, 2009 3:19:31 PM Subject: Re: [U2] Looking for

Re: [U2] UD equivalent of UV FILE.USAGE?

2009-09-04 Thread Bill Haskett
u2-users-ow...@listserver.u2ug.org said the following on 9/4/2009 8:47 AM: The message's content type was not explicitly allowed Dan: UD has a number of different profiling functions. These functions can be reviewed in the documentation. 1) UniBasic Profiling - See Administering

[U2] Hmmmm...Learn something new every day!

2009-09-04 Thread George Gallen
ok...took me a few hours to debug this one... UV10 on Unix. If you do this: PROGRAM1: @user0 = execute someprogram print @user0 stop PROGRAM2 (aka someprogram) @user0 = passdata stop Runs as expected. @user0 will retail the value passdata from PROGRAM2 back to PROGRAM1 HOWEVER..

Re: [U2] Hmmmm...Learn something new every day!

2009-09-04 Thread Garry Smith
It could be the AKA command causing the problem ;,) lol -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: Friday, September 04, 2009 1:22 PM To: U2 Users List Subject: [U2] H...Learn

Re: [U2] Hmmmm...Learn something new every day!

2009-09-04 Thread George Gallen
No, use it's that program that cause the problems, someprograms usually are quite innocent! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Garry Smith Sent: Friday, September 04, 2009 4:27 PM To: U2 Users List

Re: [U2] Hmmmm...Learn something new every day!

2009-09-04 Thread Tom Whitmore
EXECUTE creates a new environment, try PERFORM. From BASIC Help: EXECUTE creates a new environment for the executed command. This new environment is initialized with the values of the current prompt, current printer state, Break key counter, the values of in-line prompts, KEYEDITs,

Re: [U2] Hmmmm...Learn something new every day!

2009-09-04 Thread George Gallen
SEE! thatprogram caused my usually to transmitted as use. No, use it's that program that cause the problems, someprograms usually are quite innocent! ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] Hmmmm...Learn something new every day!

2009-09-04 Thread Garry Smith
Yes I have thatprogram where I cringe to make any modifications but mostprograms are not a problem Garry L. Smith Dir Info Systems Charles McMurray Company V# 559-292-5782 F# 559-346-6169 -Original Message- From: u2-users-boun...@listserver.u2ug.org

Re: [U2] Hmmmm...Learn something new every day!

2009-09-04 Thread George Gallen
But the question is, why does removing the CAPTURING CLAUSE fix the problem (allow passing the data). with the CAPTURING, user0 won't pass without the CAPTURING, user0 passes fine I thought PERFORM and EXECUTE were the same? George -Original Message- From:

Re: [U2] Hmmmm...Learn something new every day!

2009-09-04 Thread George Gallen
I wonder if you use EXECUTE without any CLAUSES, the compiler converts it to a PERFORM? sounds like I'm anti-Santa hereEXECUTING CLAUSES! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent:

Re: [U2] Hmmmm...Learn something new every day!

2009-09-04 Thread Steven M Wagner
And a fine PERFORMance you are providing us. . . . . -- Sent from my Palm Pre George Gallen wrote: I wonder if you use EXECUTE without any CLAUSES, the compiler converts it to a PERFORM? sounds like I'm anti-Santa hereEXECUTING CLAUSES! -Original Message- From:

Re: [U2] Hmmmm...Learn something new every day!

2009-09-04 Thread jpb-u2ug
You can tell it's Friday :-) Jerry Banker -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Steven M Wagner Sent: Friday, September 04, 2009 3:56 PM To: U2 Users List Subject: Re: [U2] H...Learn something new

Re: [U2] Hmmmm...Learn something new every day!

2009-09-04 Thread George Gallen
and you tell how productive we are also!! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of jpb-u2ug Sent: Friday, September 04, 2009 5:13 PM To: 'Steven M Wagner'; 'U2 Users List' Subject: Re: [U2]

Re: [U2] Hmmmm...Learn something new every day!

2009-09-04 Thread Steven M Wagner
How well does U2 handle imaginary numbers? -- Sent from my Palm Pre George Gallen wrote: and you tell how productive we are also!! -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of jpb-u2ug Sent: Friday,

[U2] [Fwd: Re: Hmmmm...Learn something new every day!]

2009-09-04 Thread Charles Stevenson
Golly geewillikers, I do apologize for posting a serious reply, so close to the start of the US Canadian 3-day Labor (Canadian: Labour) Day holiday weekend, but . . . Are you in INFORMATION flavour? UV 10.3 Basic Ref, pg 263: In INFORMATION flavor accounts, the EXECUTE statement