Re: COBOL Compiler for Windows
- From: Howard Brazee <howard@xxxxxxxxxx>
- Date: Tue, 29 Apr 2008 08:43:41 -0600
On Tue, 29 Apr 2008 10:13:48 -0400, Graham Hobbs <ghobbs@xxxxxxxxxxx>
wrote:
I semi-expected your comments about CICS and DB2 but what's the
difference between KSDS and Indexed Sequential? For that matter what's
the diff between ESDS and 'flat or sequential' files?
I really should know this stufff but I don't!
It depends on the system. VSAM is a file management system that was
supposed to replace the three types of files that IBM already had on
mainframes (flat, indexed, and relative). In my experience it made
them more like the Univac 9030 file systems I was familiar with at the
time.
IDCAMS is the utility to run this file management system. But
people were already familiar with the non-managed systems, and the
only place I've seen ESDS files was where I implemented them myself -
to replace the 9030 functionality.
On the other hand, KSDS files had some significant performance
advantages over IBM's previous indexed file system, so it became the
standard in most shops. (Many shops have replaced visible KSDS by
databases (which sometimes use KSDS behind the scenes)).
Someone who works with alternative mainframe company's machines just
see different flavors of indexed files. Their companies didn't come
up with new names for their improvements in file handling.
.
- Follow-Ups:
- Re: COBOL Compiler for Windows
- From: Pete Dashwood
- Re: COBOL Compiler for Windows
- References:
- COBOL Compiler for Windows
- From: amir
- Re: COBOL Compiler for Windows
- From: Alistair
- Re: COBOL Compiler for Windows
- From: Graham Hobbs
- Re: COBOL Compiler for Windows
- From: Howard Brazee
- Re: COBOL Compiler for Windows
- From: Graham Hobbs
- COBOL Compiler for Windows
- Prev by Date: Re: COBOL Compiler for Windows
- Next by Date: Re: New Mainframe Blog Site -- mainframeblogger.com
- Previous by thread: Re: COBOL Compiler for Windows
- Next by thread: Re: COBOL Compiler for Windows
- Index(es):
Relevant Pages
|