|
|
|
|
|
by shawa_a_a
968 days ago
|
|
I've been intrigued enough to pull down Gnu COBOL and attempt to write some simple programs, and found it to be quite an alien universe in and of itself. Can you give any examples of the fully-fledged mainframe world differing from running it on x86/arm? |
|
The screen isn't treated as an infinite-scroll dot matrix printer, it's treated as a... as a very old visual text editor, with stencil masks, I guess.
The UI is very unified by alien conventions.
Files are not files, they are record stores.
There's a weird batch language that you use for everything.
If you're not writing a batch program, you'll be writing on top of CICS, which is a framework for, uh, realtime message processing programs and GUIs.
The DBs have their own idiosyncrasies. Etc' etc.