Rules for input of statements
Incorrectly specified statements can be corrected interactively via SDF.
If the input is not made via the SDF mask, it is not always legal to enter any statement at any time, so some statements (e.g. OPEN-DATABASE) may be rejected.
The following statements are executed in the order given by the user, but only after the END statement is specified:
MODIFY-REALM-SIZE
MODIFY-RECORD-POPULATION,
REORGANIZE-CALC
REORGANIZE-POINTERS
REORGANIZE-SET.
If a statement containing an error is encountered when processing statements in batch mode, all statements until the first incorrect statement will be executed.
Statement | Meaning |
ALLOCATE-BUFFERPOOL | Define buffer size (in Mbytes) |
END | Terminate input of statements |
MODIFY-REALM-SIZE | Modify realm size |
MODIFY-RECORD-POPULATION | Modify record population |
OPEN-DATABASE | Open database |
REORGANIZE-CALC | Reorganize CALC areas |
REORGANIZE-POINTERS | Reorganize all probable position pointers (PPP) contained in one realm |
REORGANIZE-SET | Reorganize tables and set constructs |
SPECIFY-SCHEMA | Specify schema |
SPECIFY-SUBSCHEMA | Specify subschema |
UNDO | Undo statement |
Table 21: BREORG statements
The individual statements of BREORG are described below in alphabetical order.