Y
Hacker News
new
|
ask
|
show
|
jobs
by
tyingq
969 days ago
All the surrounding ecosystem for batch scheduling (JCL, Tivoli), databases (IDMS, IMS, Adabas, DB2, etc), something like what we would call an app server (CICS), role based access control (RACF), and others I've missed.
1 comments
nsxwolf
969 days ago
And there's file system stuff:
https://stackoverflow.com/questions/28640159/what-is-the-dif...
link
tyingq
969 days ago
Ah, yep. The original nosql. Variable and fixed length record based storage, that comes with the OS.
link
p_l
969 days ago
The parts that are standardised in COBOL (k/v storage) are implemented in GNU COBOL using gdbm/Berkeley DB.
link