List of TERMS you never (Rarely) hear today in a modern IT Department

Hey.. for a little levity, I thought I would create a list of terms that you rarely hear working in a modern IT Department. Below in the comments are the terms that I started.. please feel free to add more as they come up. For those “old timers” this list is probably easy… for you new wippersnappers, you might have to look them up and may not even believe that these actually existed.

4 Likes

Data Processing Center: This was a place where the IT Department existed. Within the “Data processing center” you often had equipment that has now long since been retired.

Forms Burster: This was a specialized machine that took Continuous Forms (Another thing of the past) and “burst” them into individual sheets, and (optionally) cut off the pin-feed sides (again, another thing of the past. These were expensive, But, you can still purchase them (probably Government uses).This was probably the noisiest thing in the data center. Check out this video

1 Like

Form Decollator: probably one of the most “fun” but frustrating devices in the data center was the Decollator. it allowed you to separate the Multi-part forms (another thing from the past)… it would also remove the CARBON PAPER from between each sheet, and remove the pin-feed from the side. Check out this video for a demonstration:

2 Likes

I used to run MRP and then print out the travelers to one of these:>) Fun days back then:>)

3 Likes
JCL

Job Control Language.

//ALLOCATE JOB (12345),'ALLOCATE DASD',CLASS=A,MSGCLASS=A
//STEP1    EXEC PGM=IEFBR14
//DD1      DD  DSN=MY.DASD.DATASET, 
//             DISP=(NEW,CATLG,DELETE), 
//             UNIT=SYSDA, 
//             SPACE=(CYL,(5,2)), 
//             DCB=(DSORG=PS,RECFM=FB,LRECL=80,BLKSIZE=800)
//*
// Description:
// 1. JOB Statement:
//    - Defines the job name (`ALLOCATE`) and job parameters.
//    - CLASS=A and MSGCLASS=A specify job class and output class.
//
// 2. EXEC Statement:
//    - Executes the `IEFBR14` utility, which is a no-operation program used for dataset allocation.
//
// 3. DD Statement:
//    - DSN: Specifies the dataset name (`MY.DASD.DATASET`).
//    - DISP: Specifies the dataset's disposition:
//        - NEW: Create a new dataset.
//        - CATLG: Catalog the dataset after successful creation.
//        - DELETE: Delete the dataset if the step fails.
//    - UNIT: Specifies the device type (`SYSDA` for DASD).
//    - SPACE: Allocates space for the dataset:
//        - CYL: Space is allocated in cylinders.
//        - (5,2): Primary allocation is 5 cylinders, and secondary allocation is 2 cylinders.
//    - DCB: Specifies dataset control block attributes:
//        - DSORG=PS: Dataset organization is physical sequential.
//        - RECFM=FB: Record format is fixed block.
//        - LRECL=80: Logical record length is 80 bytes.
//        - BLKSIZE=800: Block size is 800 bytes.

Yes, you chose the physical cylinder on the drive and how long. Nothing stopped you from overwriting other data. Good times.

DEC VT220 or HP2392

Serial Monochrome Terminals - usually green or amber. 19.2K. Screen width could expand from 80 columns (like a punch card) to 132 columns to view “printed reports”

When PCs arrived, the serial port was used in Terminal Emulators.

US Robotics

28.8K Fax Modems. Yes, that’s K

Usenet, Newsgroups

Usenet - Wikipedia

which was different than

Unix

Token Ring/MAU/BNC

Before ethernet, there was token ring.

Novell/Netware

And we still use file shares to this day much to the chagrin of cloud programmers.
Novell - Wikipedia

DECnet

The first real networking system with advanced capabilities.
DECnet - Wikipedia

Minicomputers

This is what Windows Servers replaced.
Minicomputer - Wikipedia

3 Likes

Punch cards.
At a local community college in grade school


3 Likes

Modem: connection device that used phone lines to connect computer to computer

Dial Up: a term for the connection type

Co-Axial cable/Twin-Ax cable: Thick cables used to connect computers to Main Frames

Main Frame: Huge central computer replaced by Server

Green screen (some were Amber): Display type that connected to the Main Frame

Practically a newfangled contraption, having to abbreviate like that. I was once stuck behind a 1200 baud model. Compatible with Ma Bell standard handsets, of course.

2 Likes

I used to have to use one of those for signing and bursting checks. Definitely noisy and if there ever was a jam - oh boy!

2 Likes

My first one was 300 baud :face_vomiting:

5 Likes

I’m too young. My first was 2400 baud.

Carbon AND carbonless…both fading away.

So for things you never (rarely) hear, allow me to add:

  1. PTO
  2. Vacation
8 Likes

@Mark_Wonsil a serial port modem :joy:
BTW I saw that AOL dial up internet is being discontinued after September 30, 2025. yes, 2025. I cannot believe that is still a thing.

5 Likes

Lantastic

ISDN

POTS

DTE… All that fun comms stuff

1 Like

But apparently we have features fo account for it :grin::winking_face_with_tongue:

1 Like

I was given a new temp password the other day by a sys admin and told me it ended in Shift - 1 2 3. I repeated it back with bang at pound. He had no clue what I was saying.

5 Likes

i owned a 110 baud, and in school, we used 75 baud teletype machines to write our computer programs on. That thing on the left is a “paper tape punch” and a paper tape reader… it allowed you to “List” your program and it would store the program on a paper tape. then the next day, you could put your tape into the reader and press the read button and you restored your program back to the computer. Note that this teletype machine is NOT a computer.. it is simply a terminal that had to be connected via the 75 baud built in modem (the dial up thingy on the right side).

1 Like

Members of a different rotary club…

7 Likes