Example 1:
mfexecpp myprog.pli –isuffix .inc –path e:\source\include –ppincl myprog.out –optincl si
Will process only EXEC SQL INCLUDE, %INCLUDE and %XINLUCE statements. ++INCLUDE and -INC will not be processed.
Example 2:
mfexecpp myprog.pli –isuffix .inc –path e:\source\include –ppincl myprog.out –optincl ps
Will process only ++INCLUDE and EXEC SQL INCLUDE statements.
Example 3:
mfexecpp -incl myprog.pli –isuffix .inc –path e:\source\include
Will process all types of include statements producing myprog.ppi as the output file.