Re: [U2] [BB] Internal functions in Basic

2006-12-22 Thread Martin Phillips
The only slight inconsistency in what Rick Nuckolls suggests and how Martin Phillips describes OpenQM, is that I see an implication that OpenQM allows variables to have global scope if not explicitly declared private. We did this to preserve the general style of the language. Also, very often,

RE: [U2] Managing open files

2006-12-22 Thread colin.alfke
If you're on a late enough version of UD have a look at SYSTEM(50). I can see it on my system as of 6.0.12 but not at 5.1.27. Here is a snippet from help system 50 The UniBasic SYSTEM(50) function returns a list of files open in UniBasic as a dynamic array. The first field is multivalued, and

RE: [U2] Managing open files

2006-12-22 Thread Robert Paterson
Why not just change the UniData tunable for MAX_OPEN_FILE - we normally set this to 2000? That overcomes some limitations imposed by SB+ when regenerating expressions... Robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Susan Joslyn Sent: 13 Dec

RE: [U2] [BB] Internal functions in Basic

2006-12-22 Thread Stevenson, Charles
Martin, I'm not quite following you, because these two paragraphs seem to contradict one another: We also have scope rules on label names in local subroutines such that it is impossible to jump into or out of one as this would destroy the stacking of the private variables. Unfortunately,

[U2] This company is looking for a software package

2006-12-22 Thread larry
Can anyone help them. Larry Okeson Exec VP Software Search Atlanta 800-949-5423 -- Forwarded by Larry Okeson/Software on 12/22/2006 10:38 AM --- [EMAIL PROTECTED] on 12/22/2006 10:34:50 AM To: Larry Okeson/[EMAIL PROTECTED] cc: Subject: Software

Re: [U2] [BB] Internal functions in Basic

2006-12-22 Thread Martin Phillips
- Original Message - From: Stevenson, Charles [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Friday, December 22, 2006 3:07 PM Subject: RE: [U2] [BB] Internal functions in Basic Martin, I'm not quite following you, because these two paragraphs seem to contradict one another:

[U2] UniVerse 10.2

2006-12-22 Thread Bryan Evans
On the IBM site, it does not list HPUX 11i as a supported OS version for UniVerse 10.2. Can anyone verify if this is actually the case? Thanks, Bryan Evans Orbit Irrigation Products Inc. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

RE: [U2] Managing open files

2006-12-22 Thread Susan Joslyn
Hi Colin, This is great, thank you! What it doesn't give me is information about which files are open -- know where that is, or what did you type into help to get this info? I tried whatever phrases I could think of... Susan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[U2]UniData and Multithreading for udtsort.exe on Windows Server 2003

2006-12-22 Thread jjuser ud2
Happy Holidays people *:o) I have Windows Server 2003 Service Pack 1 and four slow processors(~700mhz) in a server. It is running Unidata 7.1. udtsort.exe caps out at 25% CPU usage -- it never exceeds this. Because there are four processors, this leads me to believe that it is completely

RE: [U2] Managing open files

2006-12-22 Thread colin.alfke
HELP SYSTEM gave me this info. The file names are in the array that system(50) creates. 1,2 is the number of open files and there is an attribute in the array for each file. PORT.STATUS PID ### FILEMAP Is the only way I can think of to get the list of filenames from another process. I'm not

RE: [U2] Managing open files

2006-12-22 Thread Susan Joslyn
Hi ya'll, Actually I got this sorted out. There are some things about it I don't understand -- and I tried to open and close files to see what affect I could have and still don't understand some of it. But this program will cause a nice display of the situation, so since I typed it in I thought

[U2] Christmas present

2006-12-22 Thread Charlie Rubeor
I wanted to give a Christmas present to the user group, to thank everyone for all the information that I have gathered over the years. So here is a program to solve Sudoku puzzles. Just like most of my programs, the user interface is the pits. And of course, it's not complete either. It

Re: [U2] [BB] Internal functions in Basic

2006-12-22 Thread Rick Nuckolls
Using LOCAL to label a LOCAL subroutine seems a bit unnecessary in U2, since the names of subroutines are ignored by the run environment, which only looks at the name used for cataloging the routine. Regardless, if I interpret this correctly, I think that requiring variables in LOCAL subroutines

Re: [OT] [U2] Christmas present

2006-12-22 Thread Gordon J Glorfield
Big brother is watching. Thanks for the present Charlie! I tried to forward that message to my home email. The corporate email watchdog program kicked it back as undeliverable for an ethic violation. It had a nine digit number imbedded in the source code. I guess that's what happens when

RE: [U2] [UV] Slow Response Time after firing off Phantom

2006-12-22 Thread John Jenkins
Scott Fixed from 10.1.16 8072On LINUX and HP platforms, if a PHANTOM was executed from TCL, the performance for subsequent TCL commands incurred a delay of one second before processing while the PHANTOM process was active. This problem has been fixed. Nadolig Llawen

RE: [U2] Active Directory and UniVerse

2006-12-22 Thread John Jenkins
There's an article in the U2 knowledgebase on this which may help: Forcing authentication toa Child Domain http://www-1.ibm.com/support/search.wss?rs=629tc=SSCRY4q=active+directory Regards JayJay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of