com.ibm.jzos.sample

Class EnqUpdatePdsMember

  • java.lang.Object
    • com.ibm.jzos.sample.EnqUpdatePdsMember
    • Constructor Summary

      Constructors 
      Constructor and Description
      EnqUpdatePdsMember(java.lang.String pdsName, java.lang.String memberName) 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      boolean update()
      Update a given fully qualified PDS name and membername.
      • Methods inherited from class java.lang.Object

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

      • EnqUpdatePdsMember

        public EnqUpdatePdsMember(java.lang.String pdsName,
                          java.lang.String memberName)
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • update

        public boolean update()
                       throws java.io.IOException
        Update a given fully qualified PDS name and membername. Catch exceptions and unwind/cleanup any resources that were obtained.

        Returns:
        true if updated, false if in use
        Throws:
        java.io.IOException
© Copyright IBM Corporation 2005, 2014.