Sample code
This appendix contains useful JCL and code samples that can be modified and used in your installation.
This appendix contains the following sections:
JRIO API examples
Here some examples of JRIO APIs for accessing VSAM data sets:
Locate a record by key in keyed access record file
IKeyedAccessRecordFile karf =
new KeyedAccessRecordFile("//JOE.KSDS",
; JRIO_READ_MODE); ...

Get VSAM Demystified 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.