Spectrum Show

2004-03-19 Thread Results
Everybody, The Spectrum show was small (200-ish) but very active. I got to spend time with Janet Oswald and Adam Van Beek (both of whom are IBM people who have commited time to the new international U2 User's group). Both my booth (Key Ally/Moose Enterprises) and the IBM booth gave out U2UG.

Re: LOCATE Command - Help :(

2004-03-19 Thread Mark Johnson
This is a similar issue with the LOCATE and understanding what level it's trying to locate in. For example, let's say you just read in a REC that has attributes, values and sub values. If one of the attributes may contain the value "FRED" then the reference for REC would be: LOCATE "FRED" IN REC

RE: LOCATE Command - Help :(

2004-03-19 Thread Nick . X . Cipollina
The reason that the following line does not work is this: LOCATE V.DATES IN X.DATE.LIST<1,1> BY "AR" SETTING LOC ELSE You are telling it to locate V.DATES in X.DATE.LIST attribute 1, multivalue 1, but you are doing your insert in multivalue 2 then multivalue 3. If you switch your code to what R

RE: LOCATE Command - Help :(

2004-03-19 Thread Roger Glenfield
Suggestion in place. I didn't look/test the second locate. But you'll probably have the same problem. Hope this helps. Roger Glenfield > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Kate > Sent: Friday, March 19, 2004 10:42 PM > To: U2 Users Discus

LOCATE Command - Help :(

2004-03-19 Thread Kate
Hi! I am trying to accomplish the following 1) Build a header for all possible dates for a person with certain data in it. e.g. one person might have 3 dates where they had activity but another person might have 5 dates with activity, but I want the header to have all possible dates with act

[UV] txlg distributed files

2004-03-19 Thread Stevenson, Charles
UV (HPUX 11i, UV10.0.16) allows you to supposedly activate / deactivate a distributed file, i.e., the top level conglomerate structure, but I *think* the action is totally superfluous; that is, you must activate / deactivate each partfile independently. I *think* acting on the type-27 distribut

Re: [UV] SP.EDIT & SP.ASSIGN HS

2004-03-19 Thread Ron White
If you are the owner of all of these print jobs type SP.EDIT (MD If you are not the owner of all the jobs, log in as administrator and type SP.EDIT (UMD If entry are present in the spool file that you do not want to delete the user the spooler id number with the command: SP.EDIT 01200 (MD Ron Wh

Re: D3 Automatic Faxing

2004-03-19 Thread John Hester
Karl L Pearson wrote: I don't know if it runs on D3 or not. Ask Esker Software (U.S. 800-556-4874). We use this product over 2 faxes. We routinely send between 150 to 300 faxes a day and over 600 at Month-End. I monitor it with a 'roll-my-own' package I wrote and it seems quite okay so far. There

Re: [UV] SP.EDIT & SP.ASSIGN HS

2004-03-19 Thread Cyndi Calvin
First, I'm unable to "kill" the Entrys in SP.EDIT.There is a bunch of crap we don't need (about 15 entries spooled) I read on the syntax of the SP.EDIT command but I must have it wrong. >SP.EDIT 01200 MD >Entry # 01200 : Is Ready to Output. It doesn't delete it but just shows it Ready again.

RE: UNCLASSIFIED RE: Unidata "Flashbasic"

2004-03-19 Thread HENDERSON MICHAEL MR
Ah yes, RAID :-( Unfortunately you have to get the program into BEBUG state before you can start the process of profiling, then enter a "$" or "#" at the ever-popular user-friendly "::" prompt, then "C", then when the program executes a "STOP" it goes back to "::" again and you have to enter "C"

Re: UNCLASSIFIED RE: Unidata "Flashbasic"

2004-03-19 Thread Timothy Snyder
HENDERSON MICHAEL MR <[EMAIL PROTECTED]> wrote on 03/19/2004 02:46:32 PM: > > > > Piece of cake! Compile and run with the -G option. > > Pity that's a UniData-only feature. > It'd be really nice to have the same functionality in UniVerse as well! You'll get no argument from me. I optimize

Re: UNCLASSIFIED RE: Unidata "Flashbasic"

2004-03-19 Thread Leroy Dreyfuss
Mike, UniVerse does have some capabilities you may have forgotten about. Using RAID, you can generate program/subroutine timings (#) and instruction counting ($). Take a look at the RAID information in the BASIC book to see if they help. Regards, LeRoy F. Dreyfuss Advanced Technical Service

UNCLASSIFIED RE: Unidata "Flashbasic"

2004-03-19 Thread HENDERSON MICHAEL MR
Tim, -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Timothy Snyder > Sent: Saturday, 20 March 2004 05:59 > To: U2 Users Discussion List > Subject: RE: Unidata "Flashbasic" [snip] > > Piece of cake! Compile and run with the -G option. Pity that's

RE: Unidata "Flashbasic"

2004-03-19 Thread David Wolverton
It was easier to document than I thought... 1) Decide what program(s) to 'profile': You would probably only profile the header program FIRST, then see what called subroutines are taking a while in total, then switch your profiling to THAT subroutine only. The profiler generates A LOT of da

RE: Unidata "Flashbasic"

2004-03-19 Thread Dave Tabor
www . pickwiki . com -Original Message- Behalf Of Marlene Yokoyama Whats the Wiki?? -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users

Wiki (was RE: Unidata "Flashbasic")

2004-03-19 Thread Wendy Smoak
Marlene Yokoyama > Whats the Wiki?? http://www.pickwiki.com Anyone can edit any of the pages or add new ones. Just SquashWordsTogether and it will create a link. ;) -- Wendy Smoak Application Systems Analyst, Sr. ASU IA Information Resources Management -- u2-users mailing list [EMAIL PROTECTE

RE: Unidata "Flashbasic"

2004-03-19 Thread David Wolverton
I'll do it before the weekend is over... It's *very* cool, and useful too - what a great combo! DW -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wendy Smoak Sent: Friday, March 19, 2004 10:49 AM To: U2 Users Discussion List Subject: RE: Unidata "Flash

RE: Unidata "Flashbasic"

2004-03-19 Thread Marlene Yokoyama
Whats the Wiki?? >>> [EMAIL PROTECTED] 3/19/2004 8:49:02 AM >>> David Wolverton wrote: > if you > compile a routine with UniData's Profiler Option 'on', the really > interesting thing is that you can see where the system is > spending a lot of > time, or doing a lot of recursion - you can see clo

RE: Unidata "Flashbasic"

2004-03-19 Thread Timothy Snyder
Wendy Smoak wrote on 03/19/2004 11:49:02 AM: > David Wolverton wrote: > > if you > > compile a routine with UniData's Profiler Option 'on', the really > > interesting thing is that you can see where the system is > > spending a lot of > > time, or doing a lot of recursion - you can see clock

RE: Unidata "Flashbasic"

2004-03-19 Thread Dave Tabor
I'd be interested in this, too. It sounds very useful. Thanks to you both! Dave -Original Message- Behalf Of Wendy Smoak Would you be willing to post a HOWTO? Where do you set this option, what does the output look like? This sounds very interesting but is yet another thing that would

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Dave Tabor
Good thought. I haven't, but it's a good way to go. I'll let you know what I find. Thanks, Dave -Original Message- Behalf Of Piers Angliss Have you (can you) examined the Schedule1 table to verify that the corruption is occurring between Schedule1 and SCHED_DATA and not between screen a

RE: Unidata "Flashbasic"

2004-03-19 Thread Wendy Smoak
David Wolverton wrote: > if you > compile a routine with UniData's Profiler Option 'on', the really > interesting thing is that you can see where the system is > spending a lot of > time, or doing a lot of recursion - you can see clock time > spent, CPU time > spent, and number of times the subro

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Piers Angliss
Dave, Have you (can you) examined the Schedule1 table to verify that the corruption is occurring between Schedule1 and SCHED_DATA and not between screen and Schedule1 ? just a straw to clutch at ;-) -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users

RE: Unidata "Flashbasic"

2004-03-19 Thread David Wolverton
No - there's no additional compile step I'm aware of... You're forced to use 'best practices' to optimize a program - but if you compile a routine with UniData's Profiler Option 'on', the really interesting thing is that you can see where the system is spending a lot of time, or doing a lot of rec

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Dave Tabor
Are these internal in the UniObjects interface? I haven't encountered them before. - Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Donald Kibbey Sent: Friday, March 19, 2004 9:48 AM To: [EMAIL PROTECTED] Subject: RE: Crazy intermittent problem. Need

Defunct processes

2004-03-19 Thread Charlie Rubeor
A few weeks ago, we upgraded to Unidata 6.0. Since then, we are getting several defunct processes. The pattern is the same every week. We stop/start unidata on Sunday. On every other night, we only pause/resume. Since we upgraded, on Thursday and Friday of each week, several dozen processes g

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Dave Tabor
Hi, and thanks for the assistance. > Timothy Snyder wrote: > I'm just trying to isolate whether the problem with your program is in the update or > display routine. Sorry that I didn't explain this better. What I'm actually seeing is that everything on the screen looks fine. I'll move a few S

RFID tracking...

2004-03-19 Thread George Gallen
Has anyone here worked with the RFID readers? We are looking to track attendance at meetings. Options are Barcoded badges, Mag stripe Cards - both require action to scan. I was wondering if RFID might be an option. To imbed a RF tag on a badge, which when walking past a RFID reader would sense

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Timothy Snyder
Dave Tabor wrote on 03/19/2004 09:39:29 AM: > Yes the records are being stored erroneously. I don't actually > notice the problem until the data is read when opening the program > the second time. It sounds like you're basing this on the way your program is displaying things. Have you loo

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Donald Kibbey
streamwriter and textwriter are .Net objects used to write "stuff" to files. I've encountered some interesting issues when I forgot to flush them Don Kibbey Financial Systems Manager Finnegan, Henderson, Farabow, Garrett & Dunner LLP >>> [EMAIL PROTECTED] 03/19/04 09:17AM >>> Hi, I'm us

Unidata "Flashbasic"

2004-03-19 Thread Raymond de Bourbon
Does Unidata have an option similar to D3 that enables one to "Flashcompile" a basic program into native machine code? I have a program that I need to squeeze the optimal performance out of.. Regards Raymond de Bourbon -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Dave Tabor
Yes the records are being stored erroneously. I don't actually notice the problem until the data is read when opening the program the second time. My session is opened and closed each time that reading and writing is done. Normally, the connection is closed. I'm basically doing this: 1) Sele

RE: Crazy intermittent problem. Need help as soon as possible.

2004-03-19 Thread Dave Tabor
Hi, I'm using UniObjects to write the data, too, using SchedFile.Write(). I've posted some code in my last note. I haven't heard of the streamwriter and/or textwriter objects. Could you please tell me more? Thanks, Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

RE: [OT] Symbol PDT6800 Help

2004-03-19 Thread Anthony Youngman
Don't remind me :-) Our first office computer was a 25/30 (a 300 chassis with a 250 cpu board). Great machine, but the same size as todays big domestic freezers and that didn't even include the disk drives ... 116Mb :-) Cheers, Wol -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAI