Examples

The command edcmtext C00B0021 produces data displayed in the following format:
JrEdc1opsEinval01: The mode argument passed to fopen() or freopen() did not begin 
with r, w, or a.

Action: Correct the mode argument.  The first keyword of the mode argument must be 
the open mode.  Ensure the open mode is specified first and begins with r, w, or a.

Source: edc1opst.c