Incorrectly entered statements can be corrected.
Multiple statements of the same type (except for SHOW-LOG-INFORMATION) are combined and only executed once.
If conflicting specifications concerning the function or object are made (e.g. START-LOG/STOP-LOG or ADD-REALM/REMOVE-REALM), the last specification entered applies.
All valid statements, except for the ALLOCATE-BUFFER-POOL, OPEN-DATABASE and UNDO statements, are executed after the END statement:
The ALLOCATE-BUFFER-POOL statement must be the first statement specified.
The OPEN-DATABASE statement is only permitted if no ADD-FILE-LINK LINK-NAME=DATABASE has been specified.
Every correctly entered statement can be reversed with the UNDO statement or with its inverse function (if one exists)
You may enter all other statements in any order. Execution occurs in the following order:
ALLOCATE-BUFFER-POOL
OPEN-DATABASE
UPDATE-DATABASE
ADD-REALM
REMOVE-REALM
START-LOG
STOP-LOG
KILL-LOG
ENABLE-ONLINE-COPY
DISABLE-ONLINE-COPY
SHOW-LOG-INFORMATION