ENABLE Reference Manual

ENABLE ATTRIBUTES
NONSTOP Attribute
NONSTOP Attribute
The NONSTOP attribute indicates whether the General Server is, or
is not, to run as a NonStop process pair when accessing the data
base file represented by a box. The syntax of the NONSTOP
attribute is:
-----------------------------------------------------------------
| |
| NONSTOP { ON } |
| { OFF } |
| |
| ON |
| |
| indicates that the General Server is to run as a NonStop |
| process pair. |
| |
| OFF |
| |
| indicates that the General Server is not to run as a |
| NonStop process pair. |
| |
| The starting value of the NONSTOP attribute is OFF. |
| |
-----------------------------------------------------------------
Considerations
A given application can use different server classes to access
different data base files. If you are generating a multifile
application, the value of NONSTOP can be ON for one box and OFF
for another, as long as the same server class of the General
Server does not access files represented by both boxes.
ENABLE does not allow you to add a box if the value of both TMF
and NONSTOP is ON.
4-37