11.1.4.4 Options
The command options are:
-
[-c]
- Specifies that only COBOL copybook (
.cpy
) output file is generated. -
[-l]
- Specifies a listing output file (
.lst
) is produced. -
[-m]
- Specifies that only binary mapset file (
.mpdef
) is produced. -
[-o file]
- Specifies the name used for the generated output files. The compiler uses the file name with an appended extension when creating the output file names.
-
[-u]
- Specifies that the output fields are not sorted but kept in the defined order. Without specifying this option, all fields in a map are sorted according to their positions by default.
-
[-A]
- Generates aligned map. In aligned map, the length field associated with a BMS data field in the BMS DSECT is always aligned on a half word boundary.
Note:
With-A
, users can generate aligned map; without -A
, users can generate unaligned map (default behavior).
Parent topic: tcxmapgen(1)