15.2.5 Options

-help
help shows the usage of prepro-cics-C.pl.
-source_format
source_format specifies the source format of C program. There are two possibilities:

source_format specifies the source format of C program. There are two possibilities:

  • fixed - (default) means that each line of a C program should be in fixed format.
  • free - specifies free style of C program.

    Note:

    Only fixed format is supported currently.
-o
o specifies output file name and path.
-B
B specifies that the source is an EXCI program.
-enable_pragma
enable_pragma specifies to enable pragma.
source_file
source_file specifies input file name and path.