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\ud s\Manuale\en\udsent_e\uds ent.k05
5.4.1.1 Placement at realm level
The following clauses are used to allocate data to certa in realms without specifying its
position within the realm.
Owner record, member records
WITHIN clause of the schema DDL (see the section “Defining alloc ation of records to
realms” on page 110).
List
MODE IS LIST DETACHED [WITHIN realm-name ]
Point er arr ay
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 li st, pointer array, sort key
table, set SEARCH key table or hash area.
If this entry is omitted, UDS/SQL places the lists, pointe r 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 area s 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/S QL.
The placement of a list is determined without a DETACHED WITHIN clause by the
placement of the owner.