fglmkmsg
The fglmkmsg tool compiles .msg message files into a binary version used by programs.
Syntax
fglmkmsg [options] srcfile [outfile]
- options are described in Table 1.
 - srcfile is the source message file.
 - outfile is the destination file.
 
Options
| Option | Description | 
|---|---|
-V | 
Display version information for the tool. | 
-h | 
Displays options for the tool. Short help. | 
-r msgfile | 
De-compiles a binary message file. | 
Usage
The fglmkmsg command line tool compiles a .msg message file into a .iem
                compiled version:
fglmkmsg mess01.msgFor
backward compatibility, you can specify the output file as second
argument:
    fglmkmsg mess01.msg mess01.iemThe .iem compiled version can be used by BDL programs, for example, when the
                    HELP clause is used in a MENU or INPUT instruction.