- 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 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)
-