Package com.ibm.as400.access

Examples of com.ibm.as400.access.SequentialFile.deleteMember()


      throws XException
  {
    SequentialFile srcFile = new SequentialFile(as400System, fileName);
    try
    {
      srcFile.deleteMember();
    } // try
    catch (Exception ex)
    {
      throw new XException(Constants.LOCATION_EXTERN,
          Constants.LAYER_TECHNICAL,
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.