 
 
 
mfplx allows multiple filenames and accepts mfpli options as well as many standard UNIX or Windows system compiler and linker options, such as -c and -o. The -c option specifies compilation without linking. When -c is used, the -o option is passed to the compiler; when -c is not used, -o is passed to ldpli. Some of the options available for use with the mfplx command are explained in the following table.
| Option | Explanation | 
|---|---|
| -cics | Invokes the CICS preprocessor. | 
| -vtrace | Micro Focus Tracing Option | 
| -ptrace | Micro Focus Tracing Option | 
| -ctrace | Micro Focus Tracing Option | 
| -littleendian | Default to LITTLEENDIAN integers. | 
| -bigendian | Default to BIGENDIAN integers. | 
| -deb | Generates debug code for CodeWatch. | 
| -not_symbol | Selects alternate NOT symbol | 
| -or_symbol | Selects alternate OR symbol | 
 
 
