  Translating Error Code into Text? 
 The Question is:
 
OpenVMS 6.2 1H3
 
Getting an RMS error rc=99564
 
What does this mean?
 
 
 The Answer is :
 
  Assuming the value is generated from OpenVMS and is not a
  random value and not an application-specific value, the
  underlying error is:
 
  $ x = f$message(99564)
  $ show symbol x
  X = "%RMS-F-DUP, duplicate key detected (DUP not set)"
 
 Answer written or last revised on  7-JAN-2004 
