RE: [U2] PICK Assembler Language

2004-11-12 Thread Brian Leach
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 12 November 2004 07:07 To: [EMAIL PROTECTED] Subject: Re: [U2] PICK Assembler Language In a message dated 11/11/2004 2:12:18 AM Pacific Standard Time, [EMAIL PROTECTED] writes: I'm puzzled. How do you

RE: [U2] PICK Assembler Language

2004-11-12 Thread Chuck Mongiovi
Earlier on, the moderator mentioned to take the history portion of this discussion to the U2 community list .. Where / How do we subscribe to the U2 community list? -Chuck --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] PICK Assembler Language

2004-11-12 Thread Moderator
Chuck, Here's the subscribe information for all of our lists. To subscribe to the u2-users or u2-community mailing lists or digest lists, send one or more of the following lines in the BODY (not the subject) of an email addressed to [EMAIL PROTECTED] subscribe u2-users

RE: [U2] PICK Assembler Language

2004-11-12 Thread Marilyn Hilb
, 2004 11:15 AM To: [EMAIL PROTECTED] Subject:Re: [U2] PICK Assembler Language Chuck, Here's the subscribe information for all of our lists. To subscribe to the u2-users or u2-community mailing lists or digest lists, send one or more of the following lines in the BODY

RE: [U2] PICK Assembler Language

2004-11-12 Thread Allen E. Elwood
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marilyn Hilb Sent: Friday, November 12, 2004 10:12 To: [EMAIL PROTECTED] Subject: RE: [U2] PICK Assembler Language For us new-bees to the group (points to self).. What are the Digest lists for? Thanks, Marilyn A. Hilb Value Part, Inc Direct

RE: [U2] PICK Assembler Language

2004-11-12 Thread Larry Hiscock
Of Marilyn Hilb Sent: Friday, November 12, 2004 10:12 AM To: [EMAIL PROTECTED] Subject: RE: [U2] PICK Assembler Language For us new-bees to the group (points to self).. What are the Digest lists for? Thanks, Marilyn A. Hilb Value Part, Inc Direct: 847-918-6099 Fax: 847-367-1892 [EMAIL PROTECTED

Re: [U2] PICK Assembler Language

2004-11-12 Thread Thomas Derwin
AM Subject: RE: [U2] PICK Assembler Language here's the .? from an mvBASE system: .? .L LIST COMMANDS .Ln,m will list n stored TCL commands starting with line m. .E EDIT STORED COMMANDS .En brings the stored commands into the system editor at line n. .X EXECUTE

Re: [U2] PICK Assembler Language

2004-11-11 Thread CWNoah2
Just because we have a quadrillion microseconds to play with, instead of a 50 millisecond timeslice, doesn't mean we have to waste them. A few moments to consider performance, done once in the development cycle, will pay benefits every time a more efficient program is run. I have to believe

Re: [U2] PICK Assembler Language

2004-11-11 Thread Mark Johnson
platforms and environments I have never seen a SELECT statement broken up. Thanks. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 11, 2004 6:13 AM Subject: Re: [U2] PICK Assembler Language Just because we have a quadrillion microseconds to play

RE: [U2] PICK Assembler Language

2004-11-11 Thread Kryka, Richard
, 2004 7:18 PM To: [EMAIL PROTECTED] Subject: Re: [U2] PICK Assembler Language Since we're on MVBase I have a bone to Pick (no pun intended). Is there any upgrade to their command stacker. It's pathetic, especially since it retains every executable statement, not just the ones I type. Thus

RE: [U2] PICK Assembler Language

2004-11-11 Thread CDMI
] Behalf Of Kryka, Richard Sent: Thursday, November 11, 2004 9:42 AM To: [EMAIL PROTECTED] Subject: RE: [U2] PICK Assembler Language I'm not in front of an MvBase system, but try .? to see a list of the . commands. I don't remember the command, but one of them turns off stacking all executed

Re: [U2] PICK Assembler Language

2004-11-11 Thread Clifton Oliver
With one exception, I agree with Charlie. Just because the hardware speeds allow us to write crap doesn't mean we should. There is, of course, a limit to cycle-tweaking. I am not going to spend my time looking for the fastest way to prepend a floating dollar sign, for example. If I have a case

RE: [U2] PICK Assembler Language

2004-11-11 Thread Richard Taylor
PROTECTED] Sent: Thursday, November 11, 2004 2:01 PM To: [EMAIL PROTECTED] Subject: Re: [U2] PICK Assembler Language With one exception, I agree with Charlie. Just because the hardware speeds allow us to write crap doesn't mean we should. There is, of course, a limit to cycle-tweaking. I am

Re: [U2] PICK Assembler Language

2004-11-11 Thread Mark Johnson
I never knew that multiple SELECTS were so popular. I truly have not run into them before except at my doing. Mark. - Original Message - From: Richard Taylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 11, 2004 2:49 PM Subject: RE: [U2] PICK Assembler Language I

Re: [U2] PICK Assembler Language

2004-11-11 Thread FFT2001
In a message dated 11/11/2004 2:12:18 AM Pacific Standard Time, [EMAIL PROTECTED] writes: I'm puzzled. How do you run mvBase outside of Windows? I'm not questioning your answer, I'd just like to give it a try. MvBase can run on any platform that you write the appropriate interface for. It is

RE: [U2] PICK Assembler Language

2004-11-10 Thread Chuck Mongiovi
Ultimate, where Ult ran NATIVE under it's own virtal machine .. If you make an exception for Ult on VM, then you make the exact identical exception for MvBase on Windows. I corrected myself to say CAN MvBase run as the ONLY O/S, whether or not it's running in a VM I gather from Brian's last

Re: [U2] PICK Assembler Language

2004-11-10 Thread Mark Johnson
] To: [EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 10:11 AM Subject: RE: [U2] PICK Assembler Language -Original Message- snip I can't imagine anyone on this forum having to break up this sentence likewise on the current platforms. On this client's older MCD, it truly makes

Re: [U2] PICK Assembler Language

2004-11-10 Thread Mark Johnson
statement that it would take typing it. just asking. - Original Message - From: Chuck Mongiovi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 9:27 AM Subject: RE: [U2] PICK Assembler Language Ultimate, where Ult ran NATIVE under it's own virtal machine

RE: [U2] PICK Assembler Language

2004-11-09 Thread Richard Taylor
-Original Message- snip I can't imagine anyone on this forum having to break up this sentence likewise on the current platforms. On this client's older MCD, it truly makes a difference. /snip - Ah, Mark..I do this all the time for the performance reasons

Re: Memo: Re: [U2] PICK Assembler Language

2004-11-09 Thread FFT2001
In a message dated 11/8/2004 7:57:08 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Before there was this new fangled Universe and Unidata, PICK was a platform independent os/database. It used to run on a variety of platforms from big IBM mainframes all the way down to small

Re: [U2] PICK Assembler Language

2004-11-09 Thread FFT2001
In a message dated 11/8/2004 6:19:53 AM Pacific Standard Time, [EMAIL PROTECTED] writes: I'm not familiar with MvBase, but I meant when PICK was the ONLY O/S on the box, and the kernel was a PICK kernel .. I grew up on Ultimate (Tech-Support, actually), so you can understand my model ..

RE: [U2] PICK Assembler Language

2004-11-08 Thread Chuck Mongiovi
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, November 05, 2004 6:56 PM To: [EMAIL PROTECTED] Subject: RE: [U2] PICK Assembler Language Back when PICK ran native instead of under Unix (or whatever) .. Pick STILL runs native

RE: [U2] PICK Assembler Language

2004-11-08 Thread Chuck Mongiovi
Ok, so I'm a geek. What can I say? :) And for all of the rest of the geeks out there, try this links out: http://www.256b.com/ There was another link out there about making the smalles possible LINUX executable - comparing the size of one generated with a C-compiler vs an NASM compiler vs

RE: [U2] PICK Assembler Language

2004-11-08 Thread Brian Leach
Actually, I guess what I really mean is CAN MvBase run as the ONLY O/S, whether or not it's running in a virtual environment .. No, it's a windows executable. Brian --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

Memo: Re: [U2] PICK Assembler Language

2004-11-08 Thread asvin . dattani
being referred to... hth, Sean W Ferguson [EMAIL PROTECTED] on 05 Nov 2004 18:30 Please respond to [EMAIL PROTECTED] Sent by:[EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: bcc: Subject:Re: [U2] PICK Assembler Language What is Pick Assembler Language? Burwell, Edward wrote

Re: [U2] PICK Assembler Language

2004-11-08 Thread Ray Wurlod
Are anyone's query processor capable of breaking up an ANDed request and not try test #2 if test #1 fails. Just wondering. It's my understanding that the UniVerse query processor works in this way. Not sure if it still does so if the NO.OPTIMIZE keyword is used, however. --- u2-users

Re: [U2] PICK Assembler Language

2004-11-06 Thread Mark Johnson
: Saturday, November 06, 2004 2:05 AM Subject: RE: [U2] PICK Assembler Language Assembly isn't that bad. I programmed in COBAL and Assembly on GE115s and the assembly language programming was not that hard. As for Pick Assembler. Never used it. Only was at one site that even had a copy

RE: [U2] PICK Assembler Language

2004-11-06 Thread Steven M Wagner
Thought it compiled to the Pick virtual machine? Steve Wagner At 06:56 PM 11/5/04 -0500, you wrote: Back when PICK ran native instead of under Unix (or whatever) .. Pick STILL runs native in the MvBase implementation. If you call it that. It uses the same concepts of workspace, modes, and ABS

[U2] PICK Assembler Language

2004-11-05 Thread larry
Don't laugh at this, but could anybody use a contractor who knows PICK Assembler language? Larry Okeson VP Software Search Atlanta 800-949-5423 [EMAIL PROTECTED] --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] PICK Assembler Language

2004-11-05 Thread Peter Olson
lol... oops sorry :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, November 05, 2004 10:09 AM To: [EMAIL PROTECTED] Subject: [U2] PICK Assembler Language Don't laugh at this, but could anybody use a contractor who

RE: Spam:[U2] PICK Assembler Language

2004-11-05 Thread Mark Eastwood
This is really a guess, but maybe the folks at www.ossfl.com -Original Message- Subject: Spam:[U2] PICK Assembler Language Don't laugh at this, but could anybody use a contractor who knows PICK Assembler language? --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please

RE: [U2] PICK Assembler Language

2004-11-05 Thread Burwell, Edward
Maybe Dave Miller from NJ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 10:09 AM To: [EMAIL PROTECTED] Subject: [U2] PICK Assembler Language Don't laugh at this, but could anybody use a contractor who knows PICK Assembler language

RE: [U2] PICK Assembler Language

2004-11-05 Thread Peter Olson
] PICK Assembler Language lol... oops sorry :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, November 05, 2004 10:09 AM To: [EMAIL PROTECTED] Subject: [U2] PICK Assembler Language Don't laugh at this, but could anybody use

Re: [U2] PICK Assembler Language

2004-11-05 Thread Sean W Ferguson
What is Pick Assembler Language? Burwell, Edward wrote: Maybe Dave Miller from NJ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 10:09 AM To: [EMAIL PROTECTED] Subject: [U2] PICK Assembler Language Don't laugh at this, but could anybody

RE: [U2] PICK Assembler Language

2004-11-05 Thread Allen E. Elwood
Pick *has* an assembly language???!!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Friday, November 05, 2004 07:09 To: [EMAIL PROTECTED] Subject: [U2] PICK Assembler Language Don't laugh at this, but could anybody use

RE: [U2] PICK Assembler Language

2004-11-05 Thread Chuck Mongiovi
Pick *has* an assembly language???!!! Back when PICK ran native instead of under Unix (or whatever) .. And some of us even programmed in it .. -Chuck --- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] PICK Assembler Language

2004-11-05 Thread Allen E. Elwood
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chuck Mongiovi Sent: Friday, November 05, 2004 11:42 To: [EMAIL PROTECTED] Subject: RE: [U2] PICK Assembler Language Pick *has* an assembly language???!!! Back when PICK ran native instead of under Unix

RE: [U2] PICK Assembler Language

2004-11-05 Thread Richard Taylor
the plumbing the easier it is to stop up the drain - Montgomery Scott NCC-1701 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen E. Elwood Sent: Friday, November 05, 2004 4:07 PM To: [EMAIL PROTECTED] Subject: RE: [U2] PICK Assembler Language I learned

RE: [U2] PICK Assembler Language

2004-11-05 Thread Larry Hiscock
] [mailto:[EMAIL PROTECTED] On Behalf Of Allen E. Elwood Sent: Friday, November 05, 2004 1:07 PM To: [EMAIL PROTECTED] Subject: RE: [U2] PICK Assembler Language I learned assembly on the IBM 370. Took two whole years of it. What a waste of time...never used it once. My teacher was an ex IBM

RE: [U2] PICK Assembler Language

2004-11-05 Thread John Jenkins
Gosh That's a (FAR R15,0) time ago READX R15,0 BSL WRITOB JayJay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 05 November 2004 15:09 To: [EMAIL PROTECTED] Subject: [U2] PICK Assembler Language Don't laugh

RE: [U2] PICK Assembler Language

2004-11-05 Thread Ross Ferris
Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Chuck Mongiovi Sent: Saturday, 6 November 2004 6:42 AM To: [EMAIL PROTECTED] Subject: RE: [U2] PICK Assembler Language Pick *has* an assembly language???!!! Back when PICK ran native instead of under Unix (or whatever

RE: [U2] PICK Assembler Language

2004-11-05 Thread FFT2001
Back when PICK ran native instead of under Unix (or whatever) .. Pick STILL runs native in the MvBase implementation. If you call it that. It uses the same concepts of workspace, modes, and ABS frames and I'm sure it's the same assembler, read pseudo-assembler. Doesn't actually compile to

Re: [U2] PICK Assembler Language

2004-11-05 Thread Mark Johnson
PROTECTED] Sent: Friday, November 05, 2004 10:08 AM Subject: [U2] PICK Assembler Language Don't laugh at this, but could anybody use a contractor who knows PICK Assembler language? Larry Okeson VP Software Search Atlanta 800-949-5423 [EMAIL PROTECTED] --- u2-users mailing list [EMAIL

Re: [U2] PICK Assembler Language

2004-11-05 Thread Mark Johnson
If Dave Miller reads this, please have him drop me a line. I picked up after him at Pantone. Thanks. - Original Message - From: Burwell, Edward [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 05, 2004 12:02 PM Subject: RE: [U2] PICK Assembler Language Maybe Dave Miller