Re: [U2] question(s)

2008-02-10 Thread Ray Wurlod
Printer memory segment removed occurs when you attempt to attach to a printer shared memory segment that was formerly owned by a now logged-out process but insufficient time has gone by for it to be cleaned up. It's an alert, and may be safely ignored. --- u2-users mailing list

Re: [U2] question(s)

2008-02-06 Thread john reid
1. we use ANALYZE.FILE FILE.NAME .. it gives the scoop on anything not a directory and a little bit on dynamic files. 2. That's an indication of some type of memory leak or stack overflow I think. I'm pretty sure its an abnormal condition. You could probably duplicate it in a sub calling itself

Re: [U2] question(s)

2008-02-06 Thread john reid
For number one, you could also open the file in BASIC and do a VAR=FILEINFO(FILE.VAR,#) where number is any number between 1 and about 15. File type is returned with a var of 4 in our system. On 2/6/08, john reid [EMAIL PROTECTED] wrote: 1. we use ANALYZE.FILE FILE.NAME .. it gives the scoop

RE: [U2] question(s)

2008-02-06 Thread Jeff Fitzgerald
1. Any of the UniVerse file utilities should tell you type; FILE.STAT, GROUP.STAT, HASH.HELP, etc. Or LISTFL has a TYPE column and is quick. 3. SELECT FILE SAMPLE 500 SAMPLED 1200 will select 500 records from the file, picking every 1200th record. Not truly random, but probably close

RE: [U2] question(s)

2008-02-06 Thread Brian Leach
Doug 1.In universe how can I tell what type of pick file I am looking at (type 2,3,4,5,6, etc ) PROGRAM FILEINFO Get(Arg.) FileName Else Crt 'File : ':; Input FileName If FileName = '' Then STOP End Open FileName To FL Else Crt 'Cannot open ':FileName STOP End Status FStat

RE: [U2] question(s)

2008-02-06 Thread Anthony Youngman
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of john reid Sent: 06 February 2008 15:23 To: u2-users@listserver.u2ug.org Subject: Re: [U2] question(s) 1. we use ANALYZE.FILE FILE.NAME .. it gives the scoop on anything not a directory and a little bit on dynamic files. 2. That's an indication

Re: [U2] question(s)

2008-02-06 Thread Jeffrey Butera
quote who='Anthony Youngman' date='Wednesday 06 February 2008' The one problem with SAMPLE and SAMPLED is that, afaik, they are pseudo-random. Unless your file is volatile, you are likely to get approximately the same result set every time (or exactly the same result set, if your file hasn't

RE: [U2] question(s)

2008-02-06 Thread Doug Chanco
Thanks a million everyone! Great answers/suggestions/thoughts! dougc --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/