Fujitsu UDS/SQL V2.5 Manuale Utente

Pagina di 324
User interface
Subschema DDL
U929-J-Z125-9-76
  
185
D
ok
us
c
h
abl
on
en
 1
9x
24 V
e
rs
ion
 7
.3
us
 f
ü
r F
ram
eM
ak
er
 V
7
.x
v
o
m
 1
4.
02
.2
00
7
©
 c
o
gni
tas
 Gm
b
H
 20
01-
20
07
18
. Ok
tobe
r 20
07
  S
ta
nd
 1
1:
29
.4
9
P
fa
d:
 G
:\
v
og
t\
fs
c
\ud
s
\M
anu
al
e
\e
n\
ud
s
e
nt
_e\
u
ds
ent
.k
0
6
6.1.4
Copying entire record types from the schema into the subschema 
Format 1: 
COPY ALL RECORDS.
Format 2: 
COPY record-name,... .
Format 1 is used if all record types in the schema are to be copied in their entirety into the 
subschema. 
Format 2 is used if only part of the record types in the schema are to be copied into the 
subschema. 
record-name
 denotes the record types to be copied in their entirety into the subschema.
All record types belonging to sets contained in the subschema must be copied either in their 
entirety or in part. 
6.1.5
Copying part of a record type from the schema into the subschema 
01  record-name.
    {level-number record-element-name[ PICTURE.....][ USAGE.....]
                                                    [ OCCURS.....].}...
record-name
 specifies the name of the record type that is to be copied in part into the 
subschema. This must not be a record type containing an alphanumeric item of variable 
length. Such record types can only be copied in their entirety into the subschema (see 
above). 
record-element-name
 denotes: 
a record element of the record type to be copied into the subschema. It is to be copied 
as described on pages 
 an
 if it is an item, as described on 
 if it is a 
vector or as described on 
 if it is a repeating group. 
a group item defined as described on 
All items comprising the record type as it is contained in the subschema must be specified 
in the same order as they appear in the schema description.