Fujitsu UDS/SQL V2.5 사용자 설명서

다운로드
페이지 324
Subschema DDL
Reference section
258
  
 U929-J-Z125-9-76
9.3 Subschema DDL syntax 
 
                   IDENTIFICATION DIVISION.
                   SUB-SCHEMA NAME clause
                   [PRIVACY LOCK clause]
                   [PRIVACY KEY clause].
                   DATA DIVISION.
                   AREA SECTION.
                   COPY clause.
                   RECORD SECTION.
                   [COPY clause.]
               
⎧[record name clause.
               
               
record element name clause
               
               
[GROUP-USAGE clause]
               
               
[PICTURE clause]
Record entry   
               
[USAGE clause]
               
               
[OCCURS clause].
               
               
[condition name clause
               
               
⎩VALUE clause.]]
                [SET SECTION.
                COPY clause.]
Figure 64: Structure of subschema DDL 
The sequence of clauses shown in 
 must be observed, with the following
exceptions: 
The sequence of PICTURE and USAGE clauses is arbitrary. 
In the RECORD SECTION, a COPY clause may also follow a record entry. 
Names used in the definition of the subschema must have been defined in the schema DDL.
This does not apply to group item and condition names, which are newly defined in the 
subschema.