Class DeleteKsdsCluster


  • public class DeleteKsdsCluster
    extends java.lang.Object
    This sample deletes the VSAM KSDS cluster created by DefineKsdsCluster. The argument to main must be a valid dataset name created for use with the sample code. This same operation can be performed using JCL by calling the IDCAMS system utility.

    For example, given the following valid dataset name:
    • TSOUSER.PRIVATE.JZOS.SAMPLES.KSDS
    This sample will delete:
    • TSOUSER.PRIVATE.JZOS.SAMPLES.KSDS
    • TSOUSER.PRIVATE.JZOS.SAMPLES.KSDS.DATA
    • TSOUSER.PRIVATE.JZOS.SAMPLES.KSDS.INDEX
    Since:
    2.4.0
    See Also:
    AccessMethodServices
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void deleteCluster​(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

      • DeleteKsdsCluster

        public DeleteKsdsCluster()
    • Method Detail

      • main

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

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