Re: [U2] Licensing

2010-10-21 Thread Roy Beard
I like to use a small script in the .profile of *ix to limit the number of
simultaneous logins to say 3

Roy

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of
charles_shaf...@ntn-bower.com
Sent: Thursday, October 21, 2010 4:00 PM
To: U2 Users List
Cc: 'U2 Users List'; u2-users-boun...@listserver.u2ug.org
Subject: Re: [U2] Licensing

Symeon,

Good advice.  Right now most of our usage is from users who are logging in 
to multiple sessions from one IP.  Sounds like device licensing would work 
for that.  Our web access is completely quick in and outs.  Right now it 
is less of our usage than the user logins, although it is growing.  Sounds 
like connection pooling is something we should look at down the road.

Thanks everyone. 

Charles Shaffer
Senior Analyst
NTN-Bower Corporation




"Symeon Breen" 
Sent by: u2-users-boun...@listserver.u2ug.org
10/21/2010 02:51 PM
Please respond to U2 Users List
 
To: "'U2 Users List'" 
cc: 
Subject:Re: [U2] Licensing


You will find connection pooling much faster for your web connections. I
presume they are using uniobjects (.net or java). IF they are not pooled,
each connection has to login, do its work, and logout. Pools are ideal if
your web transactions are in and out pretty quick. If your web connections
come in and stay in for a while then you had best stick with non pooled. 
The
idea of a pooled connection is that a smaller number of connections stay
logged in and can then handle lots of web transactions coming in and out.
Device licensing means you can have up to ten connections from one ip 
using
a single licence. This is meant for a single PC user who may have a telnet
client and a .net client using uniobjects open at the same time, in 
reality
they are just one user so should not be taking multiple licences. However
non pooled uniobjects connections from a web server will also use device
licensing so the first 10 connections will use 1 licence and any 
subsequent
ones take a full licence each. Whether this is in the spirit of device
licensing i am not sure...

 

 

 

From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of
charles_shaf...@ntn-bower.com
Sent: 21 October 2010 20:08
To: u2-users@listserver.u2ug.org
Subject: [U2] Licensing

 

Hello,

We have always used only RDBMS licenses and have always had plenty of
seats.  Recently we are hitting our limit.  We also access our Unidata
dabases from web apps.

I am hoping for some advise on connection pooling and device licensing as
a way to allow more sessions without more licenses.

Charles Shaffer
Senior Analyst
NTN-Bower Corporation
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users 

  _ 

No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1136 / Virus Database: 422/3210 - Release Date: 10/21/10

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] Reading a Unix file from another machine.

2010-11-09 Thread Roy Beard
Hi all,

 

I am trying to read a Unix file from and old aix machine.  The people who
sent it will not bend in how they sent it.

What I got was in binary format so I used 'od' to convert it to ascii.  When
I tried to cat the file before trying to READSEQ records it looked like
gibberish!

I realized that if I set my Term type to vt100, I could read it but the
carriage returns were just ^M after each record.  After trying 'sed' I gave
up.

 

Universe will not read the file at all.  I still get gibberish even on the
converted file.

 

Any ideas?  There must be a way to do this.  What am I missing?

 

Thanks,

 

Roy

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Reading a Unix file from another machine.

2010-11-09 Thread Roy Beard
It apparently is a 7 bit file, hence when I use vt100 (7 bit) I can read it,
But not vt220 (8 bit).  It is not a directory but a pipe delimited file.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen
Sent: Tuesday, November 09, 2010 5:10 PM
To: U2 Users List
Subject: Re: [U2] Reading a Unix file from another machine.

was the original file in EBCDIC? otherwise why convert it to ascii?
Is it a directory structure written out as a binary file? Will cpio
read the file?

> -Original Message-
> From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
> boun...@listserver.u2ug.org] On Behalf Of Roy Beard
> Sent: Tuesday, November 09, 2010 5:05 PM
> To: 'U2 Users List'
> Subject: [U2] Reading a Unix file from another machine.
> 
> Hi all,
> 
> 
> 
> I am trying to read a Unix file from and old aix machine.  The people
> who
> sent it will not bend in how they sent it.
> 
> What I got was in binary format so I used 'od' to convert it to ascii.
> When
> I tried to cat the file before trying to READSEQ records it looked like
> gibberish!
> 
> I realized that if I set my Term type to vt100, I could read it but the
> carriage returns were just ^M after each record.  After trying 'sed' I
> gave
> up.
> 
> 
> 
> Universe will not read the file at all.  I still get gibberish even on
> the
> converted file.
> 
> 
> 
> Any ideas?  There must be a way to do this.  What am I missing?
> 
> 
> 
> Thanks,
> 
> 
> 
> Roy
> 
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Reading a Unix file from another machine.

2010-11-09 Thread Roy Beard
NO joy!

# cd /dbms
# ls -l master
-rwxrwxrwx   1 root system 54683259 Nov 08 18:16 master
# string master > newmaster
ksh: string:  not found.
#

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
Sent: Tuesday, November 09, 2010 5:09 PM
To: 'u2-users@listserver.u2ug.org'
Subject: Re: [U2] Reading a Unix file from another machine.

Try using at the unix command line

String filename > newfilenamer

This will strip out all control characters

- Original Message -
From: Roy Beard [mailto:r...@cfl.rr.com]
Sent: Tuesday, November 09, 2010 05:05 PM
To: 'U2 Users List' 
Subject: [U2] Reading a Unix file from another machine.

Hi all,

 

I am trying to read a Unix file from and old aix machine.  The people who
sent it will not bend in how they sent it.

What I got was in binary format so I used 'od' to convert it to ascii.  When
I tried to cat the file before trying to READSEQ records it looked like
gibberish!

I realized that if I set my Term type to vt100, I could read it but the
carriage returns were just ^M after each record.  After trying 'sed' I gave
up.

 

Universe will not read the file at all.  I still get gibberish even on the
converted file.

 

Any ideas?  There must be a way to do this.  What am I missing?

 

Thanks,

 

Roy

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Reading a Unix file from another machine.

2010-11-09 Thread Roy Beard
That helped but only in 7 bit mode!

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
Sent: Tuesday, November 09, 2010 5:25 PM
To: 'u2-users@listserver.u2ug.org'
Subject: Re: [U2] Reading a Unix file from another machine.

Sorry ... The command is strings  Not string.   Typing from a blackberry

- Original Message -----
From: Roy Beard [mailto:r...@cfl.rr.com]
Sent: Tuesday, November 09, 2010 05:23 PM
To: 'U2 Users List' 
Subject: Re: [U2] Reading a Unix file from another machine.

NO joy!

# cd /dbms
# ls -l master
-rwxrwxrwx   1 root system 54683259 Nov 08 18:16 master
# string master > newmaster
ksh: string:  not found.
#

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
Sent: Tuesday, November 09, 2010 5:09 PM
To: 'u2-users@listserver.u2ug.org'
Subject: Re: [U2] Reading a Unix file from another machine.

Try using at the unix command line

String filename > newfilenamer

This will strip out all control characters

----- Original Message -
From: Roy Beard [mailto:r...@cfl.rr.com]
Sent: Tuesday, November 09, 2010 05:05 PM
To: 'U2 Users List' 
Subject: [U2] Reading a Unix file from another machine.

Hi all,

 

I am trying to read a Unix file from and old aix machine.  The people who
sent it will not bend in how they sent it.

What I got was in binary format so I used 'od' to convert it to ascii.  When
I tried to cat the file before trying to READSEQ records it looked like
gibberish!

I realized that if I set my Term type to vt100, I could read it but the
carriage returns were just ^M after each record.  After trying 'sed' I gave
up.

 

Universe will not read the file at all.  I still get gibberish even on the
converted file.

 

Any ideas?  There must be a way to do this.  What am I missing?

 

Thanks,

 

Roy

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Reading a Unix file from another machine.

2010-11-09 Thread Roy Beard
Evidently that is not on my box.  Do you know where I can get it.

I tried to ftp the file to a pc and do it there but that did not change the
file at all.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Clive Hills
Sent: Tuesday, November 09, 2010 5:27 PM
To: U2 Users List
Subject: Re: [U2] Reading a Unix file from another machine.

I suggest using dos2unix to convert it to Unix format.
Clive

On Tue, Nov 9, 2010 at 10:23 PM, Roy Beard  wrote:

> NO joy!
>
> # cd /dbms
> # ls -l master
> -rwxrwxrwx   1 root system 54683259 Nov 08 18:16 master
> # string master > newmaster
> ksh: string:  not found.
> #
>
> -Original Message-
> From: u2-users-boun...@listserver.u2ug.org
> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
> Sent: Tuesday, November 09, 2010 5:09 PM
> To: 'u2-users@listserver.u2ug.org'
> Subject: Re: [U2] Reading a Unix file from another machine.
>
> Try using at the unix command line
>
> String filename > newfilenamer
>
> This will strip out all control characters
>
> - Original Message -
> From: Roy Beard [mailto:r...@cfl.rr.com]
> Sent: Tuesday, November 09, 2010 05:05 PM
> To: 'U2 Users List' 
> Subject: [U2] Reading a Unix file from another machine.
>
> Hi all,
>
>
>
> I am trying to read a Unix file from and old aix machine.  The people who
> sent it will not bend in how they sent it.
>
> What I got was in binary format so I used 'od' to convert it to ascii.
>  When
> I tried to cat the file before trying to READSEQ records it looked like
> gibberish!
>
> I realized that if I set my Term type to vt100, I could read it but the
> carriage returns were just ^M after each record.  After trying 'sed' I
gave
> up.
>
>
>
> Universe will not read the file at all.  I still get gibberish even on the
> converted file.
>
>
>
> Any ideas?  There must be a way to do this.  What am I missing?
>
>
>
> Thanks,
>
>
>
> Roy
>
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>



-- 
Clive
 -- 077222971491
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Reading a Unix file from another machine.

2010-11-09 Thread Roy Beard
# cat master | more


°³üªü·¶ üªüªü ü ü ü ü ü ü ü ü M-^M° üªü·¶ üªüªü ü ü ü ü ü ü ü ü M-^M°µüªü·¶
üªü
ü ü ü ü ü ü ü M-^M°¶üªü·¶ üªüªü ü ü ü ü ü ü ü ü M-^M°·üªü·¶ üªüªü ü ü ü ü ü
ü üM
° üªü·¶ üªüªü ü ü ü ü ü ü ü ü M-^M°¹üªü·¶ üªüªü ü ü ü ü ü ü ü ü
M-^M°³üªüÌDz°²Íü
°°± ³°üü ü ü ü ü ü ü M-^M° üªüÌDz°²Íüªüªü°°± ³°ü
ü ü ü ü ü ü M-^M°µüªüÌDz°²Íüªüªü°°± ³°üü ü ü ü ü ü ü
M-^M°¶üªüÌÍ
üªüªü°°± ³°üü ü ü ü ü ü ü M-^M°·üªüÌDz°²Íüªüªü°°± ³°ü
   ü ü ü ü ü ü ü M-^M° üªüÌDz°²Íüªüªü°°± ³°üü ü ü ü ü ü ü
M-^M°Ì
Dz°²Íüªüªü°°± ³°üü ü ü ü ü ü ü M-^M° üªüÔdz³³ ÚÕÒÎüªüªü°°± ¹
ü ü
 ü ü ü ü ü M-^M°¹üªüÔdz³³ ÚÕÒÎüªüªü°°± ¹ ü ü ü ü ü ü ü ü M-^M°³üªüÔdz³³
ÚÕÒÎüªü±
 ¹ ü ü ü ü ü ü ü ü M-^M° üªüÔdz³³ ÚÕÒÎüªüªü°°± ¹ ü ü ü ü ü ü ü ü
M-^M°µüªüÔdz³³Î
üªüªü°°± ¹ ü ü ü ü ü ü ü ü M-^M°¶üªüÔdz³³ ÚÕÒÎüªüªü°°± ¹ ü ü ü ü ü ü ü ü
M-^M°·Ç
³³³ ÚÕÒÎüªüªü°°± ¹ ü ü ü ü ü ü ü ü M-^M°±ü±ü ËÏÈÌÅÒ±  ÒÅÍÉÅÒüÎÏÎ ÉÎÖÅÎÔÏÒÙ
ÉÔÅÍü
 ü ü ü ü ü ü ü ü M-^M°²ü±ü ËÏÈÌÅÒ±  ÒÅÍÉÅÒüÎÏÎ ÉÎÖÅÎÔÏÒÙ ÉÔÅÍü ü ü ü ü ü ü ü
ü
M-^M°±ü±ü ËÏÈÌÅÒ±  ÒÅÍÉÅÒü ÒÅÍÉÅÒ ÆÁÕÃÅÔÓüËÏÈÌÅÒ ÃÁÔ  ÈÅÁÄÅÒü°°±³µ°ü ü ü ü ü
ü ü
 M-^M°²ü±ü ËÏÈÌÅÒ±  ÒÅÍÉÅÒü ÒÅÍÉÅÒ ÆÁÕÃÅÔÓüËÏÈÌÅÒ ÃÁÔ  ÈÅÁÄÅÒü°°±³µ°ü ü ü ü
ü ü

   As vt100   

# cat master | more

03|*|764|*|*| | | | | | | | | M-^M08|*|764|*|*| | | | | | | | |
M-^M05|*|764|*|
| | | | | | | M-^M06|*|764|*|*| | | | | | | | | M-^M07|*|764|*|*| | | | | |
| |M
04|*|764|*|*| | | | | | | | | M-^M09|*|764|*|*| | | | | | | | |
M-^M03|*|LG202M|
001430|| | | | | | | M-^M08|*|LG202M|*|*|001430|
| | | | | | M-^M05|*|LG202M|*|*|001430|| | | | | | |
M-^M06|*|LM
|*|*|001430|| | | | | | | M-^M07|*|LG202M|*|*|001430|
   | | | | | | | M-^M04|*|LG202M|*|*|001430|| | | | | | |
M-^M0L
G202M|*|*|001430|| | | | | | |
M-^M04|*|TG333-ZURN|*|*|001894| |
 | | | | | M-^M09|*|TG333-ZURN|*|*|001894| | | | | | | |
M-^M03|*|TG333-ZURN|*|1
894| | | | | | | | M-^M08|*|TG333-ZURN|*|*|001894| | | | | | | |
M-^M05|*|TG333N
|*|*|001894| | | | | | | | M-^M06|*|TG333-ZURN|*|*|001894| | | | | | | |
M-^M07G
333-ZURN|*|*|001894| | | | | | | | M-^M01|1| KOHLER1 PREMIER|NON INVENTORY 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble
Sent: Tuesday, November 09, 2010 5:09 PM
To: 'u2-users@listserver.u2ug.org'
Subject: Re: [U2] Reading a Unix file from another machine.

Try using at the unix command line

String filename > newfilenamer

This will strip out all control characters

- Original Message -----
From: Roy Beard [mailto:r...@cfl.rr.com]
Sent: Tuesday, November 09, 2010 05:05 PM
To: 'U2 Users List' 
Subject: [U2] Reading a Unix file from another machine.

Hi all,

 

I am trying to read a Unix file from and old aix machine.  The people who
sent it will not bend in how they sent it.

What I got was in binary format so I used 'od' to convert it to ascii.  When
I tried to cat the file before trying to READSEQ records it looked like
gibberish!

I realized that if I set my Term type to vt100, I could read it but the
carriage returns were just ^M after each record.  After trying 'sed' I gave
up.

 

Universe will not read the file at all.  I still get gibberish even on the
converted file.

 

Any ideas?  There must be a way to do this.  What am I missing?

 

Thanks,

 

Roy

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Reading a Unix file from another machine.

2010-11-09 Thread Roy Beard
No the file seems to be ascii but 7 bit.

After using the strings command, I can readseq and writeseq records from it
to another file, but only when using a vt100 emulator.  When I try too read
the new file with vt220 it is gibberish.

?

Roy

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Baakkonen, Rodney
A (Rod) 46K
Sent: Tuesday, November 09, 2010 5:38 PM
To: U2 Users List
Subject: Re: [U2] Reading a Unix file from another machine.

Is AIX ebcdic? I use dd to convert files from ebcdic to ascii.  Are they
sending you packed data?  I used to have to read the records using
OSBREAD and then do an OCONV to unpack them. 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Roy Beard
Sent: Tuesday, November 09, 2010 4:05 PM
To: 'U2 Users List'
Subject: [U2] Reading a Unix file from another machine.

Hi all,

 

I am trying to read a Unix file from and old aix machine.  The people
who
sent it will not bend in how they sent it.

What I got was in binary format so I used 'od' to convert it to ascii.
When
I tried to cat the file before trying to READSEQ records it looked like
gibberish!

I realized that if I set my Term type to vt100, I could read it but the
carriage returns were just ^M after each record.  After trying 'sed' I
gave
up.

 

Universe will not read the file at all.  I still get gibberish even on
the
converted file.

 

Any ideas?  There must be a way to do this.  What am I missing?

 

Thanks,

 

Roy

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users





___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Reading a Unix file from another machine. PROBLEM SOLVED

2010-11-11 Thread Roy Beard
Finally got the file in the right format!

Used Unix utility 'od' to convert from binary to ascii but in 7 bit

Used Unix 'strings' command to convert line endings

Used 'flip' command in ubuntu to convert to 8 bit file (needed to ftp file
to ubuntu machine and back.

Wow!  Glad that's over.

Thanks to all for your suggestions and help

Roy

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Drew William
Henderson
Sent: Wednesday, November 10, 2010 10:16 AM
To: U2 Users List
Subject: Re: [U2] Reading a Unix file from another machine.

It's been a L time since I worked with this kind of stuff, so if
this is a silly idea, just say "Nope...these aren't the droids you're
looking for". :-)

Could you treat the file as a tape, and make use of READT?

Drew thinkingoutsidetheboxbeforelunchisabadidea Henderson ;-)

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of fft2...@aol.com
Sent: Wednesday, November 10, 2010 9:01 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Reading a Unix file from another machine.

In a message dated 11/10/2010 4:55:04 AM Pacific Standard Time, 
ggal...@wyanokegroup.com writes:


> This sounds like a job for a quick perl routine. 
> Read the file in byte by byte, and AND it with 127, then write it
>out byte by byte to a new file.
> 
> George
> 

No George this will not work.
Each "byte" you read will be 8 bits, so you'll be grabbing an extra "bit" 
from the next byte which is wrong you see.

You have to read it in 7 bits at a time, and you cannot.  That's why my 
56bit read makes sense.

Will 56bit Johnson
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Pick Dinosaurs

2011-02-07 Thread Roy Beard
I really miss the GFEs and Ultimate's answer to everything  " Do a cold
start and let us know if it happens again"

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen
Sent: Monday, February 07, 2011 11:51 AM
To: U2 Users List
Subject: Re: [U2] Pick Dinosaurs

and we had to walk to work in bare feet uphill both ways!

> -Original Message-
> From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
> boun...@listserver.u2ug.org] On Behalf Of charles_shaf...@ntn-bower.com
> Sent: Monday, February 07, 2011 11:52 AM
> To: U2 Users List
> Subject: Re: [U2] Pick Dinosaurs
> 
> >>I started on Microdata systems back in 1982.  Same big 'ol "washtub"
> drives,
> >>1/2" reel tapes and Interrupt-Reset-Interrupt or
> >>Interrupt-Reset-Clock-Interrupt paddle-switch sequences.
> 
> >>The first machine I worked on was a Microdata 1600 with 4 50 MB
> Winchester
> >>"washtub" drives.  It ran 16 users on 64K of core memory.  That was
> back
> in
> >>1981.
> 
> Wow.  You guys are really old.
> 
> Charles Shaffer
> Senior Analyst
> NTN-Bower Corporation
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users