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