0   Java and OpenVMS File System? DELETE version?   The Question is:     HiF How can I delete only the latest version of a file using a java class?O Because using file.delete() I delete all versions of this file and not only the 
  last one.
 Thank you!  The Answer is :   B   The Java language does not particularly have the concept of file
   versioning.    B   You can use a call out to an OpenVMS DCL command or a call to an0   OpenVMS RTL routine such as lib$delete_file().   A   Please upgrade to a supported OpenVMS Alpha release, and please >   apply the mandatory ECO kits for the OpenVMS release in use.   0  Answer written or last revised on  29-APR-2004 