To facilitate monitoring for user-defined exception messages, you should:
A systematic use of message prefixes also facilitates documentation. For instance, if all escape messages begin with ‘USE’, then it is possible to list just escape messages, using the MSGID(*RANGE) facility of the OS/400 ‘Display message description’ command (DSPMSGD). For example:
DSPMSGD MSGID(*RANGE) MSGF(QUSRMSG) RANGE(USE0000 USE9999)
You may use dummy messages to provide section headings within the message file.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |