in reply to Re: I started with...:
in thread I started with...:

I've heard of JCL (shudder), but what is M204?

emc

"Being forced to write comments actually improves code, because it is easier to fix a crock than to explain it. "
—G. Steele

Replies are listed 'Best First'.
Re^3: I started with...:
by derby (Abbot) on May 01, 2006 at 17:38 UTC

    Model 204 ... a DBMS for IBM mainframes. I'm not sure what the underlying tech was/is ... it definetly wasn't relational but it's a bit more than an inverted index. It was a decent solution for the day but was eventually replaced by less expensive RDBMS products.

    -derby