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:
The parameter syntax of CMPO
is as follows:
CMPO=(keyword-subparameter=value,...) |
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.
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.
CMPO=(KCHECK=ON,PCHECK=ON)
NTCMPO KCHECK=ON,PCHECK=ON