top | item 32736930

(no title)

wobbleblob | 3 years ago

What else it is going to do is keep looping until the end of the input file is reached, which was the programming model at the time.

discuss

order

andrewstuart|3 years ago

There you go. Is that something all COBOL programs do, loop back to the start? Did other programming languages do this?

wobbleblob|3 years ago

I know RPG did that. I can't tell you if all programs do that, probably not today, but that was the origin. Keep in mind that at the time, all your data was on tape, punch cards or disk, you only had a few kb of RAM.

IBM still churns out new releases of the programming language, where they keep tacking on support for all the things programmers of today want to do.