Class DeleteKsdsAIX


  • public class DeleteKsdsAIX
    extends java.lang.Object
    This sample deletes the VSAM Alternate Index (AIX) created by DefineKsdsAIX. The argument to main must be a valid Alternate Index name created for use with the sample code. This same operation can be performed using JCL by calling the IDCAMS system utility.
    Since:
    2.4.0
    See Also:
    AccessMethodServices
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteKsdsAIX()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void deleteAIX​(java.lang.String dsname)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • DeleteKsdsAIX

        public DeleteKsdsAIX()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • deleteAIX

        public static void deleteAIX​(java.lang.String dsname)