TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
444 Chapter8
Using the Database Utilities
>>SET
>>SET
Changes or removes the maintenance word; only the database creator can change or
remove the maintenance word. The >>SET command also sets the log identifier into the
root file, modifies access class passwords, sets a subsystem flag, and sets the critical item
update (CIUPDATE) option. For databases that will be migrated to MPE V, the >>SET
command specifies the number of input/output buffers to be allocated by TurboIMAGE in
the Database Buffer Area Control Block (DBB) depending on the number of users
concurrently accessing the database.
Syntax
>>SET
database name
[/
maint word
]{BUFFSPECS=
num buffers
(
from-users
/
to-users
)
[,
num buffers
(
from-users
/
to-users
)] ...
LOGID=
log identifier
MAINT=
maintenance word
SUBSYSTEMS={NONE
READ
RW }
PASSWORD
classnum
=[
password
]
LANGUAGE=
language id
CIUPDATE=(DISALLOWED
ALLOWED
ON }
BTREEMODE1={ON
OFF}[,[WILDCARD=]
c
]}
For example:
SET ORDERS MAINT=SELL
or
SET ORDERS/SELL CIUPDATE=DISALLOWED
where ORDERS is the
database name
and SELL is the
maintenance
word
.
Parameters
database name
is the name of a TurboIMAGE/XL database root file
catalogued in the current session or job's account and
logon group.
maint word
is the current maintenance word for the database, and
must be given by anyone using DBUTIL to access the
database other than the database creator.
BUFFSPECS is for MPE V compatibility only, because the
TurboIMAGE/XL buffer specifications are fixed. For