To avoid screen I/O errors, Natural automatically translates the
output control characters x'01'
through x'3F'
to
'?'
. In some cases, however, certain control characters are
required for special purposes
This Natural profile parameter allows you to define hexadecimal
control characters for primary I/O to be passed through unchanged. This
overwrites the definitions in the output translation tables NTTAB
,
NTTAB1
and NTTABL
as contained in the configuration
module NATCONFG
or defined by the corresponding dynamic profile
parameter or by the corresponding macro in the
Natural
parameter module. It avoids warning message NAT7021 during session
initialization if profile parameter CFICU
is set to ON
.
Possible settings |
|
The following can be specified: |
---|---|---|
OFF |
OFF resets any
previous CCHAR definitions.
|
|
Default setting | no | |
Dynamic specification | yes | |
Specification within session | no |
CCHAR=17 CCHAR=19-1B CCHAR=(03-06,0A,1B,3A-3F)