Version 7.4.4
 —  Operations  —

READONLY : Read-Only Session Control

Parameter Specify . . . Possible Values Default
READONLY whether to permit database updates during this session. YES | NO NO

READONLY determines whether the Adabas session is a read-only or a read/write session.

Value Meaning
YES All database update commands issued by this nucleus are rejected.
NO The default setting. The session allows both reading and updating of the database.

Guidelines

Example:

Start this Adabas session as read-only.

ADARUN PROG=ADANUC,READONLY=YES

Top of page