Interacting with structured data
Many existing CICS applications are centered around the use of structured data records, which are typically stored as sequential files in the Virtual Storage Access Method (VSAM) data set or as DB2 tables. The structured data is usually described using a COBOL copybook that conforms to COBOL levels, naming conventions, and data types. This copybook is then used as the interface to the data itself, because it defines the data types, and offsets within the data for the individual fields in the record.
When developing ...

Get IBM CICS and the JVM server: Developing and Deploying Java Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.