- java.lang.Object
-
- com.ibm.jzos.sample.vsam.cluster.DefineKsdsAIX
-
public class DefineKsdsAIX extends java.lang.Object
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:
AccessMethodServices
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VSAM_VOLUME
-
Constructor Summary
Constructors Constructor Description DefineKsdsAIX()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
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).
-
-
-
Field Detail
-
VSAM_VOLUME
public static final java.lang.String VSAM_VOLUME
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
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
-
-