atulbagewadikar
New User
Joined: 15 Jun 2006 Posts: 5
|
|
|
|
I have below information about MADIO parameter:
MADIO - Maximum DBMS Calls between Screen I/O Operations
Possible Values 0, or 30 - 32767
Default Value 512
This parameter indicates the maximum number of DBMS calls permitted between two screen I/O operations (also in batch mode).
If the specified limit is exceeded, the Natural program is interrupted and the user is notified with Natural Error Message 1009.
MADIO=0 indicates that no limit is to be in effect.
The questions I have are:
1. Is it possible to change the value of this parameter in program?
e.g. If my TEST region has a limit of 5000 calls, Can I alter it in my program?
2. How to check the current assigned value to this parameter in NATURAL?
Awaiting your quick replies... |
|