Class DefineKsdsAIX

java.lang.Object
com.ibm.jzos.sample.vsam.cluster.DefineKsdsAIX

public class DefineKsdsAIX extends 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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(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
  • Field Details

  • Constructor Details

    • DefineKsdsAIX

      public DefineKsdsAIX()
  • Method Details

    • main

      public static void main(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