The COBCNTL FILE [ HP COBOL II/XL Reference Manual ] MPE/iX 5.0 Documentation
HP COBOL II/XL Reference Manual
The COBCNTL FILE
The file COBCNTL.PUB.SYS is used to override the compiler defaults for
the compiler options. The compiler automatically includes a file named
COBCNTL.PUB.SYS in each source textfile. You can define different
system-wide defaults by adding new $CONTROL commands to the file.
For example, to define the defaults as SYNC32, MAP, and CROSSREF, change
the COBCNTL.PUB.SYS file contents to the following:
000010$CONTROL SYNC32
000020$CONTROL MAP
000030$CONTROL CROSSREF
The contents of the INFO string override the COBCNTL.PUB.SYS file. Also
you can use a file equation for COBCNTL.PUB.SYS to another file.
MPE/iX 5.0 Documentation