Is there a way to display all the messages with IDMS IDD that begin with DC9xxxxx?
Within IDD you can issue this command:
DISPLAY ALL MESSAGE WHERE NAME CONTAINS 'DC9'.
This will display all messages that begin with 'DC9'.