PowerExchange for CDC and Mainframe
- PowerExchange for CDC and Mainframe 10.5.3
- All Products
/* template for PowerExchange chkpt definition */ /* max 35 lines cols 2-80 only, Lines of comments do not count */ /* NAME(<<name>> should occur three times */ /* must otherwise be valid define of cluster */ /* KEYS(40 0) is required for smooth running */ DEFINE CLUSTER - (NAME(<<name>>) - KEYS(40 0) - RECORDSIZE(4096 32756) - DATACLASS(dataclas) - STORAGECLASS(storclas) - MANAGEMENTCLASS(mgmtclas) - TRACKS (5 5) - VOLUMES(volser) - REUSE - FREESPACE (20 20) - SHAREOPTIONS (2 3)) - DATA - (NAME(<<name>>.D)) - INDEX - (NAME(<<name>>.I))