Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Design

A Personal History of Systems and Computers: Part 4


Dan can be contacted at [email protected].


It was my first day at TRW in Harrisburg, Pennsylvania and I had just completed the usual new-employee paper work. Although Harrisburg was my home, TRW had recruited me from the Bell Telephone Company in Philadelphia where I learned computer programming and where I worked for almost a year as a programmer. Unlike Bell Tell, the personnel department at TRW consisted of just two people -- a manager and his secretary. It was the secretary who made sure that the proper forms were completed and who asked if I wanted to stop by the IBM room on the way to my new work location.

"Sure," I said. "I would really like to see that."

TRW occupied two buildings, the plant and the administrative office, on several blocks of Cameron Street. Since the plant employed over one thousand people and the administrative office had fewer than one hundred, the personnel office was located in the plant. The lady from personnel and I walked from the plant, through the parking lot, into the office, and to the IBM room.

The room we entered was 35-40 feet long and about 20-feet wide. In the far end of the room dozens of IBM card cabinets lined the walls. Moving past the card cabinets was the machine area with TRW's unit record equipment. I saw two 082 card sorters, a 085 collator, a 548 interpreter, and one 407 Accounting Machine. At the other end of the room was the key punch department with three 026 card punch machines and two 056 card verifiers. There were two desks, one for the machine room manager and the other for the key punch supervisor. I was introduced to the manager and the supervisor, and I waved at the three key punch operators as we left the IBM room. The lady from personnel led me up the stairs to the newly designated programming office. I met my boss, the Data Processing manager, and I was shown to my desk. I was home.

After I settled in, it occurred to me that the one missing piece of machinery in the IBM room was a computer. The computer, I was told, was on its way. The IBM model 20 was on order and would be shipped within a month or two. Before it was delivered, I would use a computer at the Harrisburg IBM office to run and test any programs that I might write. First, however, I had to learn what was going on at TRW.

At the Harrisburg works, truckloads of steel were unloaded at one end of the plant and manufactured engine parts came out the other end. In between, the steel was fabricated, milled, polished, and inspected. Dozens of machines were kept busy 24 hours a day making parts for jet engines. Attached to each machine was a plastic sleeve that held ten or so IBM cards. The cards were used to record the number of the part being fabricated, the specific process, the employee number of the workman, the amount of time consumed by the job, and any polish, grease or other material that was used in the process. The completed cards were placed in a pick-up tray that was off to one side of the machine. Several times each shift, someone went through the plant, collected the cards, and delivered them to the IBM room. The cards were then used to produce cost accounting reports, an elementary bill of material, and the union payroll checks.

Had I stayed with the telephone company, I would have become a technician. Programmers at Bell Tell were so far removed from their customers, whether they were the administrators who read reports or the telephone users who paid bills that the only real job satisfaction came from the elegance of the programming solution. Since there was no face-to-face contact with the person who used the product, a programmer had to be content with the knowledge that he had used fewer instructions or performed a faster sort than had been done before. But I went to work for a company where a programmer delivered reports directly to the accounting manager who might send both the report and the programmer back to the machine room to be run again. I was to learn that at TRW one sought the practical result and not the elegant solution.

TRW's emphasis on the practical was exemplified by the plant's second-in-command and Chief Financial Officer, an old Dutchman named Jerry Voots. The plant manager called him "Jerry"and the rest of us called him "Mr. Voots". Mr. Voots spoke with a Pennsylvania Dutch accent. He counted paper clips. He kept track of how many cards were punched each week by which operator. He was convinced that the company was going in the wrong direction by replacing the bulk of its unit record equipment with a new computer. Early on, I did little to make him change his mind.

Having toured the plant and seen how a part got out the door and then followed the cards back to the IBM room, I was ready to get started. A planning meeting was arranged by my boss with the IBM SE assigned to our project. The first item on the agenda was to schedule me to be trained in the Report Program Generator (RPG) language that was used with the model 20.

"Does the model 20 have an assembler?" I asked.

"Well, yes. The model 20's assembler is a sub-set of BAL but no one uses it," the SE told me. "Everyone uses RPG."

"Not me," I told him. "I'm an assembler programmer."

My boss and our SE looked at each other. They decided that I would be given one week to write one assembler program and get it working. If I couldn't do it, then I would go to Philadelphia to learn RPG. I agreed with the arrangement and I got to work. I chose to write a program that was to take cards that were sorted by machine number within employee number, sum the hours worked by each employee on each machine, and then punch summary cards and print a totals report.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.