SSL Placement
U929-J-Z125-9-76 161
Dokuschablonen 19x24 Version 7.3us für FrameMaker V7.x vom 14.02.2007 © cognitas GmbH 2001-2007
24. Oktober 2007 Stand 08:58.55 Pfad: G:\vogt\fsc\uds\Manuale\en\udsent_e\udsent.k05
5.4.1.1 Placement at realm level
The following clauses are used to allocate data to certain realms without specifying its
position within the realm.
Owner record, member records
WITHIN clause of the schema DDL (see the section “Defining allocation of records to
realms” on page 110).
List
MODE IS LIST DETACHED [WITHIN realm-name]
Pointer array
MODE IS POINTER-ARRAY DETACHED [WITHIN realm-name]
Sort key table, set SEARCH key table, hash area for set secondary key
INDEX NAME IS name PLACING IS DETACHED [WITHIN realm-name]
realm-name specifies the name of the realm that is to contain the list, pointer array, sort key
table, set SEARCH key table or hash area.
If this entry is omitted, UDS/SQL places the lists, pointer arrays or sort key tables in the
realm of the associated owner record, unless the set is a SYSTEM set.
In the case of a non-dynamic SYSTEM set, these tables or hash areas are automatically
placed in the first realm referred to in the DDL WITHIN clause for the member record type.
A dynamic set is stored in the temporary realm by UDS/SQL.
The placement of a list is determined without a DETACHED WITHIN clause by the
placement of the owner.