IFSFileInputStream.SHARE_NONE);
IFSFile targetFile = new IFSFile(as400System, targetName);
if (!targetFile.exists())
{
targetFile.createNewFile();
} // if (!targetFile.exists())
// Open the target file for exclusive access.
target = new IFSFileOutputStream(as400System, targetName,
IFSFileOutputStream.SHARE_NONE, false);