[misc.misc] Who are

artm@phred.UUCP (Curmudgeon) (12/14/87)

A friend of mind just went to work doing inventory stuff for
a company that uses a computer system made by Quantel, and
he asked me what I knew about it.  I answered not a thing
but I'd ask around.

Anybody out there in net-land know about this manufacturer?
His impression is that the machine is not exactly new.  Was
Quantel one of the multitude of companies making 360/370
plug-compatibles in the 1970's?  I don't know much else about
this particular machine except that is has 400meg of disk space.

Please email or post replies as you see fit.  Certainly the latter
if they're amusing...


Thanx in advance!

......................................................................
                                                       Art Marriott
                                                       Physio-Control
                                          ...uw-beaver!tikal!phred!artm
......................................................................
My employers only take responsibility for those opinions for which they
pay me.
.......................................................................

mao@blipyramid.BLI.COM (Mike Olson) (12/23/87)

In article <1887@phred.UUCP>, artm@phred.UUCP (Curmudgeon) asks for
information on computer systems made by Qantel (note the spelling).

I worked with one of qantel's boxes for something like six months.  They
build hardware that's incompatable with any other manufacturer's stuff;
the processor, OS, and programming languages are all proprietary.  They
mostly target "vertical markets" -- hotel chains, etc.  They have a sports
management package that prints paychecks for football players and stuff.
I've heard that several of the major-league teams use it.

To the guts:  They provide indexed files at the OS level with some sort
of B-tree management (details are fuzzy, this was a long time ago).  For
slow, simple database management, it's reasonable.  We ran a medical billing
package for a couple of thousand patients, and it was fairly reliable.

Programmers won't especially like the tools made available to them.  Most
of our development was done in Qantel's proprietary Basic, Qicbasic.
(Qantel saves a great deal of money by not using the letter "u" anywhere.)
Cobol is available, but we never ran it.  Their assembler addresses data
very strangely (since numbers are usually BCD-encoded).  There's no stack,
which makes recursion a pretty slick trick (it's not supported by the
assembler, by the way).  The OS is rudimentary; scheduling works only so
long as processes "block" occasionally.  If you write an assembler program

	label:	jmp label

you freeze the system.  If your program contains an illegal instruction,
the machine crashes.  This gets embarassing when you're trying to debug
a new tape-writing utility and people are entering billing data...  The name
of the OS, by the way, is BEST (charming, if not especially convincing).

There's a Qantel distributor somewhere in Seattle you can call for more info.
Check the phone book.  Corporate headquarters is somewhere in Hayward, CA.

					mike olson
					britton lee, inc.
					(...!ucbvax!ucsfcgl!blia!mao)
					(olson@berkeley)