REALM NAME IS { ALL[ EXCEPT realm-name-1,...] |
realm-name-2,... }
realm-name
Name of a realm in the database; enter information as follows
for user realms: the realm name defined in the schema DDL per AREA clause
for the database directory: DATABASE-DIRECTORY
for the database compiler realm: DATABASE-COMPILER-REALM
ALL
BCHECK checks all non-temporary user realms identified as EXISTENT and SWITCHED-ON in the database catalog.
The realms are checked by realm numbers in ascending order.
ALL EXCEPT realm-name-1,...
Same meaning as for ALL; however, BCHECK excludes the listed realms from the check.
realm-name-2,...
Names of the realms - listed individually - which BCHECK is to check.
If multiple REALM statements are specified between the control statements and the END statement, BCHECK checks in the sequence specified. At least one realm must be specified.
All HASH routines belonging to CALC pages in the specified realms must be entered in the module UDSHASH and must be present in the HASHLIB; otherwise, further checking will be declined.