*** Welcome to piglix ***

COMTRAN

COMTRAN
Developer Bob Bemer
First appeared 1957 (1957)
Influenced by
FLOW-MATIC
Influenced
COBOL

COMTRAN (COMmercial TRANslator) is an early programming language developed at IBM. It was intended as the business programming equivalent of the scientific programming language FORTRAN (FORmula TRANslator). It served as one of the forerunners to the COBOL language. Developed by Bob Bemer, in 1957, the language was the first to feature the programming language element known as a picture clause.

Several elements of COMTRAN were incorporated into COBOL:

A picture clause element defines the length of any given datum, much like a dictionary defines words. In particular a picture clause determines whether the datum contains letters and numbers, and other characteristics of the data, including format, size, and data type.

This is a sample COMTRAN program, doing payroll calculations.


...
Wikipedia

...