com.ibm.jzos.sample.vsam.cluster

Class DeleteKsdsAIX

  • java.lang.Object
    • com.ibm.jzos.sample.vsam.cluster.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 and Description
      DeleteKsdsAIX() 
    • Method Summary

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