This Natural profile and session parameter can be used to set the RPC buffer compression. It is effective only,
if the automatic Natural RPC execution is used (AUTORPC
=ON
) and the
CALLNAT
is executed without a stub. If a stub is used, the
compression has already been set during stub generation. For details, see
Using Compression in the Natural
Remote Procedure Call documentation.
COMPR
is specified on the client side only.
Possible settings | 0 |
No compression will be performed. |
---|---|---|
1 |
The send buffer contains modifiable fields and output fields and the format buffer. The reply buffer contains modifiable fields and input fields. | |
2 |
Same as COMPR=1 , additionally the reply buffer also
contains the format buffer.
|
|
Default setting | 1 |
|
Dynamic specification | yes | |
Specification within session | yes | The setting of this parameter can be changed using the
GLOBALS system command.
|
For further information, see the Natural Remote Procedure Call (RPC) documentation.