fglmkmsg
The fglmkmsg tool compiles .msg message files into a binary version used by programs.
Syntax
fglmkmsg [options] srcfile.msg [outfile.iem]
- options are described in Table 1.
 - srcfile.msg is the source message file.
 - outfile.iem is the destination file.
 
Options
| Option | Description | 
|---|---|
-V | 
Displays version information. | 
-h | 
Displays options for the tool. | 
-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.