java.lang.Object
com.ibm.jzos.sample.vsam.cluster.DefineKsdsAIX
This sample demonstrates how to create a VSAM Alternate Index (AIX).
The arguments to main are the VSAM cluster name, AIX dataset name, and a
flag indicating key uniqueness.
- Since:
- 2.4.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VSAM_VOLUME
- See Also:
-
-
Constructor Details
-
DefineKsdsAIX
public DefineKsdsAIX()
-
-
Method Details
-
main
The main method accepts the VSAM cluster name, AIX dataset name, and a flag indicating key uniqueness as the only arguments and callsdefineAltIndex(String,String,String,int,int)to create the Alternate Index (AIX).- Parameters:
args- The arguments to main
-