com.ibm.jzos.sample.vsam.cluster

Class DefineKsdsAIX

  • 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 and Description
      static java.lang.String VSAM_VOLUME 
    • Constructor Summary

      Constructors 
      Constructor and Description
      DefineKsdsAIX() 
    • Method Summary

      Methods 
      Modifier and Type Method and 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
© Copyright IBM Corporation 2005, 2014.