    D VMS device driver names are, by convention, two letters and the wordG DRIVER, as in LDDRIVER.  This name is not only a file name, but must be G encoded in the device image itself.  In this way, the device identifies  itself to VMS.  J Problems can exist if a site has two different drivers to be loaded, both B of which have the same name.  This can sometimes happen when sitesI purchase or evaluate a number of third party vendor products.  Since VMS  K will not allow different drivers to share the same name, one driver either  J must be renamed (typically through the vendor), or only one device can be  used at a time.   L FIXDRIVER solves this problem by modifying the driver image internal name toJ a user specified value.  Thus, a driver named LDDRIVER could be changed toK something else, say SPDRIVER.  Please note that FIXDRIVER only changes the  I internal image name.  The user will need to perform a RENAME on the file   itself to rename it.  F FIXDRIVER assumes that the "current" name of the driver is of the formF XXDRIVER.  If it is not, no change will be made to the image, and the  program will report an error. 