Class 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 calls defineAltIndex(String,String,String,int,int) to create the Alternate Index (AIX).
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefineKsdsAIX

        public DefineKsdsAIX()
    • 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 calls defineAltIndex(String,String,String,int,int) to create the Alternate Index (AIX).
        Parameters:
        args - The arguments to main