Re: [U2] [UV] INPUT madness

2004-05-14 Thread Allen Egerton
From: Barry Brevik [EMAIL PROTECTED] Sent: Friday, May 14, 2004 3:10 PM I'm trying to stuff a variable with a string, then use it with INPUT so that the user sees, and has the option to accept (by pressing ENTER at the start of the field) this default string I've put in the variable. For

Re: [U2] Companies going belly up converting from PICK/MV

2004-05-16 Thread Allen Egerton
over the weekend. Not happening fast enough. Drop the constraints. Bonus received. Tables full of garbage. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users

Re: [U2] merge sort

2004-07-26 Thread Allen Egerton
the application among users, use the @userno as the leading part of the key. Even if you're not sharing the app, use the @userno, so that when you do share the work file later on you don't have to recode the app... -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list [EMAIL PROTECTED

Re: [U2] [UD] Exit BASIC program with SELECT list?

2004-10-26 Thread Allen Egerton
= 999 ;* Not done LOOP WHILE REM.A NE 0 REMOVE A.FIELD FROM A SETTING REM.A (Do something or other with A.FIELD) REPEAT -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] READU ... THEN _or_ ELSE but not both?

2004-10-29 Thread Allen Egerton
-- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Case

2004-11-21 Thread Allen Egerton
been left without an option or a fix. snip Try adding PTERM CASE INVERT to your VOC LOGIN paragraph. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] LOOP or GOTO on READNEXT

2004-12-13 Thread Allen Egerton
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 13, 2004 10:33 AM Subject: [U2] LOOP or GOTO on READNEXT My intent is not to start a religious discussion about GO or GOTOs because I see that method all over the place and regardless of why, who or whatever, my question is,

Re: [U2] LOOP or GOTO on READNEXT

2004-12-13 Thread Allen Egerton
, not a physical removal. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Data Corruption

2004-12-17 Thread Allen Egerton
From: Brutzman, Bill [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 17, 2004 10:56 AM Subject: [U2] Data Corruption There lives a new record in our OP table that shows up as INVISIBLE from a TCL prompt. snip Suggestions would be appreciated. If your OP table isn't too large,

Re: [U2] LOOP or GOTO on READNEXT

2004-12-28 Thread Allen Egerton
at the unpolished newbie... SNIP That's because the languages you refer to have a higher level of abstraction from the run machine than the ones that you're laughing at. Ever done any FTN, PL1, SPL or assembler programming? -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list u2

Re: [U2] Determining compile date and time

2005-01-18 Thread Allen Egerton
in the directory of the object code. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UV-piopen TRANS function

2005-01-21 Thread Allen Egerton
From: Andrea Charles [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Friday, January 21, 2005 8:31 AM Subject: [U2] UV-piopen TRANS function Thanks for all the suggestions. I think I am going to bite the bullet and add the RAISE to all i-descriptors. Think I can come up with a BASIC

Re: [U2] GE and LE question

2005-02-11 Thread Allen Egerton
From: Brenda Price [EMAIL PROTECTED] Sent: Friday, February 11, 2005 10:25 AM snip I've found out what is causing the error. The users have been inputting a number plus X. While testing my fix, I entered 2Q that also past the GE and LE test but errored at the VAL1 line. I don't know what

Re: [U2][UV] COMMON question

2005-03-04 Thread Allen Egerton
has that data available, but that data is NOT available to any other process. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2][UV] COMMON question

2005-03-04 Thread Allen Egerton
a snippet of code under Universe Personal Edition to test it, and the named common persists across programs (as I expected), and the blank common is re-initialized in between program executions. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

Re: [U2] Unique Ids

2005-03-08 Thread Allen Egerton
From: [EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 1:37 PM I just came out of a meeting where it was stated that MV databases allow non-unique keys. snip Secondary keys perhaps, if you're considering the indexes as keys, but not the primary key. Primary keys are by definition unique.

Re: [U2] Question on File indexing...

2005-03-09 Thread Allen Egerton
From: George Gallen [EMAIL PROTECTED] Sent: Wednesday, March 09, 2005 11:39 AM Subject: [U2] Question on File indexing... I need to setup some file indexing, I've not used the internal B tree indexes before, and I don't have my manuals with me today. What do I need to do to setup a file

Re: [U2] Indexing issue

2005-03-11 Thread Allen Egerton
From: Dan Knutson [EMAIL PROTECTED] Sent: Friday, March 11, 2005 2:23 PM Subject: [U2] Indexing issue I have a file that has thousands of keys that start with an A. There is an index on the key. When I try and do a search for any items that start with say A12 and I type in A12... the search

Re: [U2] Finding last day of month

2005-06-02 Thread Allen Egerton
From: Marco Manyevere [EMAIL PROTECTED] Hi, Given a date like 20040203, I want to return the last valid date for that month and year (20040229 in this case). What is the shortest code fragment to achieve this? Find the internal date of the first day of the next month, subtract 1, and convert

Re: [U2] THE variable names

2005-07-10 Thread Allen Egerton
unassigned error. So, instead of branching on the READ ELSE, you branch later based on the value of RECn. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] THE variable names

2005-07-20 Thread Allen Egerton
From: [EMAIL PROTECTED] I have yet to hear of a good, legitimate, use for REMOVE. Even after 30 or so posts on this topic ;) Consider associated multi-value arrays, perhaps for automobiles, shall we say? And for some reason, you need to look at each and every car. So, (coding from memory

Re: [U2] What is the opposite of FORM.LIST? (uv10)

2005-07-20 Thread Allen Egerton
From: George Gallen [EMAIL PROTECTED] Looks like I'll be making a VOC to do the save/copy, only problem is I need to put in all the accounts that I want to use it in. Consider a system VOCLIB with remote pointers to the items from the accounts that use them. That way if you have to tweak the

Re: [U2] Group By equiv?

2005-07-21 Thread Allen Egerton
From: Jeff Powell [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Thursday, July 21, 2005 8:45 AM Subject: RE: [U2] Group By equiv? Kevin, You are right it is a Prelude system. We don't have this data normalized anywhere else so I still need to find a creative solution here.

Re: [U2] squelching the ClearScreen before a LIST output

2005-09-22 Thread Allen Egerton
From: George Gallen [EMAIL PROTECTED] OK. this is for UV10 Is there a keyword/option to NOT do a clear screen on the LIST command. This would be from a Paragraph, so I can't do an execute and just remove it from captured data. What we want to do is show information, then LIST file

Re: [U2] To Limit TCL Access Privilege

2005-10-28 Thread Allen Egerton
From: John Jenkins [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Friday, October 28, 2005 7:28 AM Subject: RE: [U2] To Limit TCL Access Privilege Take a look at remote verbs - these are ideal for what you want to achieve. Essentially, you change the VOC entries of key verbs to R

Re: [U2] [UV] LiveVault backup software

2005-11-16 Thread Allen Egerton
From: [EMAIL PROTECTED] We are looking at a company eVault but I have concerns about their AIX agent that does incremental backups. And how UV on AIX writes to disk. Is HASH.AID/HASH.HELP a UV tool or an AIX tool? Does UV have its own file system compared to AIX? In reverse order, as it

Re: [U2] Unidata core dump

2006-01-20 Thread Allen Egerton
new file shows the same problem, then I'm at a loss... If the above crashed during the COPY ALL then I'd build a SAVEDLIST and use it during the copy. Regards. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

Re: [U2] RE:MERGE SAVE.LISTS

2006-01-20 Thread Allen Egerton
for options. Regards. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UniVerse:ED:Query

2006-01-23 Thread Allen Egerton
a R FIRST which would replace the entire line with FIRST. This btw is probably the method I'd least prefer for what you're trying to do, but it is an option. Regards. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

Re: [U2] Creating a Folder

2006-01-27 Thread Allen Egerton
On Fri, 27 Jan 2006 15:58:04 -0500, you wrote: With HP-Ux and UniVerse, I need to create a folder (account?) NEW.BP for UniBasic code... snip CREATE.FILE 1 or perhaps CREATE.FILE 19 Type 1 19 are directories. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list u2-users

Re: [U2] Unidata XML

2006-02-05 Thread Allen Egerton
dimension, not X, Y and Z which is what the compiler is seeing. Which means that you've got a more basic problem 'cause you're not trying to use matrixes. You need to somehow define the subroutines/functions you're trying to use. HTH. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list u2

[U2] MUMPS aka M-Technology?

2006-04-17 Thread Allen Egerton
Is there a relationship between MUMPS and PICK? Thank you. -- Allen Egerton --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UniVerse Internal Date Blackout

2006-06-09 Thread Allen Egerton
. Nothing to support this, but it shouldn't take you very long to try. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UD: Synonym account

2006-07-19 Thread Allen Egerton
emulators, and the same sort of mechanism it's easy to change the background color of the window which makes the accounts visually distinctive. HTH. -- Allen Egerton, aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

Re: [U2] Where's the beef??

2006-08-22 Thread Allen Egerton
. So I'd guess that someone forgot to clean up the documentation. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Encrypt issue 8088

2006-08-25 Thread Allen Egerton
David A. Green wrote: Why do programmers use result[LEN(result),1]? Doesn't result[1] do the same thing but easier, quicker, and more readable? snip variable[1] to reference the last byte of variable is a relatively recent addition to Universe. Where relatively refers to the lifeline of the

Re: [U2] Over write first record with writeseq

2006-09-01 Thread Allen Egerton
[EMAIL PROTECTED] wrote: We have a need to overwrite/update the first record of a sequential file. Sure I could write 2 sequential files and 'cat' them or make 2 passes through the data extract to get the totals but I thought I has seen a way to resent the pointer (thereby overwriting the

Re: [U2] Somewhere other than HOLD

2006-10-26 Thread Allen Egerton
to the HOLD file or if you need to write to the HOLD *and* to your other file during the same process. And I'm not sure if UV caches the pointer to HOLD or not, so you'd have to test. -- Allen Egerton, aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

Re: [U2] UV: Can't save records in a VOC file

2006-11-09 Thread Allen Egerton
on the VOC and you don't have the priveleges on those files?? -- Allen Egerton --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] RE: reindexing

2006-11-16 Thread Allen Egerton
the CREATE.INDEX command, for that you need exclusive access. But he's talking about adding records to a previously indexed file and having the index fail... -- Allen Egerton --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] reindexing

2006-11-16 Thread Allen Egerton
REQUIRE.INDEX and NO.INDEX to compare the results? -- Allen Egerton --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [UV] Question about EQU

2006-11-17 Thread Allen Egerton
That probably stemmed from familiarity with an interpreted BASIC rather than a compiled one... -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] 7 years not using UV

2006-12-13 Thread Allen Egerton
raul Vescance wrote: How can i get access to a dos file from Universe Windows PE ? Its possible to create a Qpointer to a dos File? Thank you in advance. Write a File Pointer to the directory that the DOS file's in, then read the DOS file as a record within that file. -- Allen Egerton

Re: [U2] Screen manager screen [AD]

2006-12-21 Thread Allen Egerton
speak poorly of them, and my personal transactions with them have always been more than satisfactory. -- Allen Egerton [EMAIL PROTECTED] --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [UV] Basic Program Scheduling Priority

2007-01-13 Thread Allen Egerton
. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [UV] Calculate age from date of birth

2007-01-16 Thread Allen Egerton
Mark Olarte wrote: Dom, You could ICONV both dates and subtract to get the total number of days between the two. 6 April 2006 = 13976. 12 October 1967 = -80. Subtracting gives you 14056. Dividing that by 365 gives you 38.51 ... approximately 38 years and 186 days old. HTH. Mark Quibble -

Re: [U2] [UV] Calculate age from date of birth

2007-01-17 Thread Allen Egerton
Mark Olarte wrote: Okay, to be truly accurate - divide by 365.25. (3 * 365) + 366 = 1461 total days in a four year span including a leap year. 1461 / 4 = 365.25. Apparently in my world last night leap year had one LESS day... -- Allen --- u2-users mailing list

Re: [U2] New Server

2007-02-28 Thread Allen Egerton
to be from PayPal, the other from MR MARK LEE who wants to pay me a huge commission to move money for him. And my filters aren't rejecting these emails 'cause they're coming from the U2 list server. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users

Re: [U2] catalog command

2007-03-07 Thread Allen Egerton
chance, your disk is full. snip Or the source code hasn't been compiled, in which case the directory containing the executable hasn't been created. Anita - did you successfully compile MAIN and SUB? -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users

Re: [U2] Error in report generation.

2007-03-13 Thread Allen Egerton
: ;* Internal subroutine. 0018: CRT 'SUB' 0019: PRINTER ON 0020: PRINT ITEM_CODE L#16:REC1 0021: PRINT DESCRIPTION L#16: REC2 0022: PRINT TYPE L#16:REC3 0023: PRINTER OFF 0024: RETURN 0025: * End of PRINT.LINE internal subroutine. 0026: 0027: END;* For compiler. -- Allen Egerton

Re: *** GMX Spamverdacht *** Re: [U2] Error in report generation.

2007-03-13 Thread Allen Egerton
Mecki FC6rthmann wrote: Is this going to become a pissing-contest? snip Actually it's a fairly interesting thread, presenting a couple options for the original poster, along with various styles of coding for him/her to look at and think about. Not a bad thing. -- Allen Egerton aegerton

Re: [U2] Upper Case and Editors

2007-03-15 Thread Allen Egerton
:-) Actually it *is* an option. If you're running on UV, check out variable @LOGNAME and the GOTO statement. You can use the userid, (or other criteria), to branch within paragraphs. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org

Re: [U2] [UD] CALL @progname

2007-03-15 Thread Allen Egerton
CASE CALL @INVOICE.RTN (argument list) -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] -ve INDEX,OCONV

2007-03-19 Thread Allen Egerton
/ being used here...what can be the change in the conversion? D2/ is date conversion in mm/dd/yy format, (in US). Probably the most common date conversion I've seen. Another very common one is D4/ which would provide you with a 4 digit year. -- Allen Egerton aegerton at pobox dot com

Re: [U2] FILE EXPORT

2007-03-30 Thread Allen Egerton
As xyz.txt in the BP directory change the file name I've been reading your questions, and I have a question of my own. Where is your area of expertise? It quite evidently isn't Universe, but it appears that it's not in general systems either. So, what can I use to draw analogies? -- Allen

Re: [U2] PARAGRAPHS

2007-03-30 Thread Allen Egerton
stored in. Open it up with your editor, file it in your VOC. Or use the COPY command. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Trying to run UniAdmin with PE`

2007-04-05 Thread Allen Egerton
that will help you figure out what process is using port 23. Here's a link: http://www.download.com/3000-2085-10062969.html -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Launching UV via HP-Ux

2007-04-13 Thread Allen Egerton
- that's a fullpath reference to the executable. 2 - 'cause your machine isn't searching the currently attached directory. suggestion 1 - after cd'ing to /usr/ibm/uv/bin, enter ./uv. suggestion 2 - modify your search rules to either include /usr/ibm/uv/bin or to include ./ -- Allen Egerton

Re: [U2] Multivalue Column

2007-04-17 Thread Allen Egerton
Anita Panda of your own organization. Or do as was suggested to her, read the documentation on IBM's web site, take a class, or hire a consultant to your consulting agency. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please

Re: [U2] Using all attributes in a record

2007-05-01 Thread Allen Egerton
HTH, -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] App crashing with Bad file descriptor

2007-05-08 Thread Allen Egerton
* be an application error message generated by the ELSE or ON ERROR clause of a read or write statement. Regards, -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] WRITE issues??

2007-05-21 Thread Allen Egerton
pointers on the fly? Or has anyone restored any sort of backup recently? -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] unibasic select woes

2007-05-30 Thread Allen Egerton
sometimes makes it difficult to figure out what the data is supposed to look like, but if organized properly lends itself to selecting and reporting. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

Re: [U2] Help in creating Retrieve statement for a multivalue field

2007-06-05 Thread Allen Egerton
4 04 4 05 2 06 Look up BY.EXPLD -- Allen Egerton aegerton at pobox dot com

Re: [U2] Duplicate IDs in a list

2007-06-27 Thread Allen Egerton
, (assuming that DELINQ.LIST is a list of IDS to DELINQ.FILE): PA GET.LIST DELINQ.LIST SELECT DELINQ.FILE SAVING UNIQUE @ID SAVE.LIST DELINQ.LIST HTH. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

Re: [U2] UV CREATE.FILE

2007-07-03 Thread Allen Egerton
separation. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Tracking Disk Writes - AIX, Unidata

2007-07-11 Thread Allen Egerton
? This would be very helpful in determining what (or who) specifically is triggering this activity. Is filemon installed on their machine? -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] [Fwd: Pick/Universe Programmer need]

2007-08-02 Thread Allen Egerton
Programmer/Analyst for a client north of Boston. This is a very stable employer and a great environment. Experience with manufacturing or distribution would be a plus. Please contact Tom Murphy for details at 603-528-4777 and send resume to [EMAIL PROTECTED] -- Allen Egerton aegerton at pobox dot com

Re: [U2] POKE command on Universe

2007-09-03 Thread Allen Egerton
of the another line. Computronics sells a Peek for Unix, which has a Poke capability. They've been around for years, (used to do Pr1me/Primos), and I can personally attest to their good character. http://www.computronics.com/peek_1page.html -- Allen Egerton aegerton at pobox dot com --- u2-users

[U2] Question - retrieving file separation setting

2007-09-13 Thread Allen Egerton
In a Universe environment, (running either on Windows or *nix), does anyone know a fast way to determine the separation of a file? Type, Modulo, etc are easily returned via the FILEINFO function, but separation doesn't appear to be retrievable that way. Thank you. -- Allen Egerton aegerton

Re: [U2] Question - retrieving file separation setting

2007-09-14 Thread Allen Egerton
Dan Fitzgerald wrote: MST or UVFile should do it. snip I'm obviously missing something, 'cause I can't find either of those in any of the online HELP files, in my VOC or in a refreshed MAP. Can you enlighten me a bit further please? Thank you. -- Allen Egerton aegerton at pobox dot com

Re: [U2] Question - retrieving file separation setting

2007-09-14 Thread Allen Egerton
much. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Question - retrieving file separation setting

2007-09-14 Thread Allen Egerton
Regards Manu Perfecto. Muchas Gracias! -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Locks in subroutines

2007-10-08 Thread Allen Egerton
routine it works as you would expect. If however, you do the file open within the subroutine it releases the lock when you return to the calling program. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

Re: [U2] LIST.READU

2007-12-09 Thread Allen Egerton
REPEAT 0055 0056 * Done. 0057 STOP -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] sigh phantom ?

2007-12-13 Thread Allen Egerton
the Borg conquered Resistance is futile, you will be assimilated snip Your futility is resistant, Your a$$ will be laminated. HTH, NC, HAND. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

Re: [U2] date on a pick item

2008-01-03 Thread Allen Egerton
work, it's not built in. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] date on a pick item

2008-01-03 Thread Allen Egerton
listed, e.g. snip That's sweet. I'm adding that to my bag of other people's tricks. Thank you. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UV phantoms

2008-02-01 Thread Allen Egerton
system is like many I've seen, both the PH and the SAVEDLISTS directories are often not maintained. On the same note, uvtemp is often cluttered with the temp files from selects, captures and executes... -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users

Re: [U2] Web Developer Needed Full Time ***REVISED***

2008-02-07 Thread Allen Egerton
Glen Batchelor wrote: Can you at least put the state in which the position is in? Country/state/city would be ideal. snip School Name University of Pennsylvania School of Veterinary Medicine (58) --- If I had to guess, I'd guess Pennsylvania... But that's just a SWAG :) -- allen

Re: [U2] UV: LOOP;EXECUTE cmd CAPTURING X; REPEAT fatal memory fault.

2008-03-17 Thread Allen Egerton
X 03 REPEAT RUN CDS.BP M Memory fault(coredump) 3046$ls -l core -rw--- 1 cds33896 tech 279499648 Mar 17 17:11 core snip Capturing writes to uvtemp. Are you running out of disk space or perhaps inodes? -- Allen Egerton aegerton at pobox dot com --- u2-users

Re: [U2] COMMON

2008-04-04 Thread Allen Egerton
real problems... -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Maximum size of the record lock table

2008-04-15 Thread Allen Egerton
And when I'm finished debugging, I just uncomment the write, and comment the release. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Maximum size of the record lock table

2008-04-15 Thread Allen Egerton
, for grins, that TWO people are running similar programs, knowing the size of the lock table isn't going to help you very much in that scenario, is it? Knowing how to release your locks so that you don't fill the lock table is going to help you. -- Allen Egerton aegerton at pobox dot com

Re: [U2] Guaranteed unique sequential keys

2008-04-24 Thread Allen Egerton
key. So if you're currently using internal_date*internal*time, add *pid. There's a GCI interlude to get the process id, I *think* it's GETPID, but you'll have to look that up. If you're on windows, this won't help you much. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing

Re: [U2] [UV] Error log

2008-05-20 Thread Allen Egerton
040024 0001 Variable previously undefined. Zero length string used. 0002 -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Printer errors in the error log

2008-05-24 Thread Allen Egerton
to Universe that there was a limit of either 15 or 16 and it was unchangeable. I had to do some creative coding to convert a couple apps. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Redback/SB+ Interface Failing

2008-05-29 Thread Allen Egerton
see it used, particularly when the poster is being polite and helpful as Robert was... You Make Me Vomit Is it five o'clock yet? -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Uni Kernel

2008-06-16 Thread Allen Egerton
a complex application that runs on top of the operating system. As such, it has no kernel. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] English phrases

2008-07-24 Thread Allen Egerton
. So, your dict item would look like: 1 PH 2 PHONE-CHECK COLL.SCORE CA.AVAILCR SSN.DECEASED SSN.DOD 292 CA.BK7 CA.BK11 CA.BK13 -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] CAPTURING TOXML

2008-07-25 Thread Allen Egerton
keyword briefly this morning on a Universe system, bringing the result back to a MS desktop and importing into Excell. When I did so, I found that I had to strip extraneous cr/lf sequences from the beginning of the XML file I'd created. Rgds. -- Allen Egerton aegerton at pobox dot com

Re: [U2] TCL literal select

2008-08-12 Thread Allen Egerton
reports and exports. To include double-quote within field to be searched, use single quote as delimiter. SELECT PARTS WITH F1 = '[' -or- SELECT PARTS WITH F1 LIKE '..' -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please

Re: [U2] TCL literal select

2008-08-13 Thread Allen Egerton
created a temporary account on a Universe machine, in PICK flavor. And ran right into the same problem. Which suggests to me that I test my answers before I present them. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please

Re: [U2] call mysub vs. call @mysub

2008-08-26 Thread Allen Egerton
- PAYROLL.BETA END CASE CALL @PAYROLL (A, B, C, D) I don't think it's applicable for Universe, at least in terms of speed but the choice of routines is still useful. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

Re: [U2] Universe Lock Error

2008-09-18 Thread Allen Egerton
IN SUBROUTINE 'ABC' READU XYZ.REC FROM XYZ.FILE, XYZ THEN CRT GOT LOCK IN SUBR END ELSE CRT NO SUCH RECORD END CRT READY TO RETURN, CHECK LOCK, THEN PRESS RETURN: : INPUT DUMMY RETURN -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

Re: [U2] RE: spaces in file names

2008-10-03 Thread Allen Egerton
jpb-u2ug wrote: Do you wake up on the wrong side of the bed every morning? snip Um, I'm not sure why you found what Tony wrote offensive. I thought it was a reasonable presentation of his point of view. -- Allen Egerton [EMAIL PROTECTED] 860-912-8067 --- u2-users mailing list u2

Re: [U2] [UV] What is this?

2008-10-16 Thread Allen Egerton
decimal point, but hopefully this will give your friend something to work from. -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Speeding up processing through large dynamic table

2008-11-17 Thread Allen Egerton
REMOVED 3B REMOVED 3C -- Allen Egerton aegerton at pobox dot com --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] UV - broken file issue [not-secure]

2008-12-19 Thread Allen Egerton
when copying backup files. Even though ulimit was set to -1, the file system itself had to be large file enabled. I also had to change the fsize parameter(s)in /etc/security/limits. This is on a RS6000 running AIX, so I don't know if it's applicable. -- Allen Egerton aeger...@pobox.com 860

Re: [U2] Strange happening...

2009-02-27 Thread Allen Egerton
with GOSUB CODE CODE REPEAT It's clean, it's concise, it's easy to read... And I wish I could remember who taught me that you could combine the LOOP and READNEXT in that manner... -- Allen Egerton aegerton at pobox dot com PGP Key ID 0x8EA57261 --- u2-users mailing list u2-users

  1   2   >