public class UpdateKsdsRecords
extends java.lang.Object
ZFile
.
Refer to the C++ Programmer's guide for more information on processing VSAM files with the C library.
This sample assumes that the VSAM cluster was created with something like this:
DEFINE CLUSTER -
(NAME(SOMENAME.CLUSTER) -
TRK(4 4) -
RECSZ(80 80) -
INDEXED -
NOREUSE -
KEYS(8 0) -
OWNER(YYYYYY) ) -
DATA -
(NAME(SOMENAME.KSDS.DA)) -
INDEX -
(NAME(SOMENAME.KSDS.IX))
ZFile
Constructor and Description |
---|
UpdateKsdsRecords() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static void |
updateRecords(java.lang.String fileName) |