  Translating NOMSG error codes? (CMS) 
 The Question is:
 
Trying to create a CMS library using CMS version 4.1 it fails giving me
 unhelpful messages such as:
%CMS-I-NOMSG, Message number 009C841B
What have I failed to install properly?
 
 
 
 The Answer is :
 
: %CMS-I-NOMSG, Message number 009C841B
: What have I failed to install properly?
 
  This appears to be a confirmation of a successful library creation:
 
    $ set message sys$message:cmsmsg.exe
    $ x = f$message(%x009C841B)
    $ write sys$output x
    %CMS-I-LIBIS, library is !AS
    $
 
  Depending on the particular command sequence used, the particular
  installation sequence, and the particular cluster configuration,
  this could be as simple as a failure to run the CMS$STARTUP.COM on
  the local OpenVMS host.
 
 Answer written or last revised on  1-AUG-2001 
