Version 4.2.6
 —  Parameter-Referenz  —

CMPO - Compilation Options

This Natural profile parameter can be used at session start to specify dynamically or to override the same options which you can specify statically with the NTCMPO macro in the parameter module or, during an active session, with the COMPOPT system command.

Possible settings See system command COMPOPT.  
Default setting
Dynamic specification yes This parameter can only be specified dynamically. In the Natural parameter module NATPARM, the macro NTCMPO must be used instead.
Specification within session yes See system command COMPOPT.

The following topics are covered below:


CMPO Parameter Syntax

The parameter syntax of CMPO is as follows:

CMPO=(keyword-subparameter=value,...)

Seitenanfang

NTCMPO Macro Syntax

The syntax of the NTCMPO macro in the Natural parameter module is as follows:

NTCMPO keyword-subparameter=value,...

Each keyword subparameter can take the value "ON" or "OFF" (GFID can also take the value "VID"). See keyword subparameter descriptions below.

Seitenanfang

Keyword Subparameters

The following keyword subparameters are available:

CPAGE | DB2ARRY | DBSHORT | GFID | FINDMUN | KCHECK | LOWSRCE | MASKCME | NMOVE22 | PCHECK | PSIGNF | THSEP | TQMARK | TSENABL | V41COMP

In the macro, the keyword subparameters can be specified in any sequence. For details, follow the links shown above. For a complete description, refer to the system command COMPOPT in the System Commands documentation.

Seitenanfang

Example of CMPO Parameter

CMPO=(KCHECK=ON,PCHECK=ON)

Seitenanfang

Example of NTCMPO Macro

NTCMPO KCHECK=ON,PCHECK=ON

Seitenanfang