- 论坛徽章:
- 0
|
DB2_400DatabaseProgramming.PDF
However, a few restrictions are placed on join logical files:
v You cannot change a physical file through a join logical file. To do update,
delete, or write (add) operations, you must create a second multiple format
logical file and use it to change the physical files. You can also use the physical
files, directly, to do the change operations.------!!!
v You cannot use DFU to display a join logical file.
v You can specify only one record format in a join logical file.
v The record format in a join logical file cannot be shared.
v A join logical file cannot share the record format of another file.
v Key fields must be fields defined in the join record format and must be fields
from the first file specified on the JFILE keyword (which is called the primary
file).
v Select/omit fields must be fields defined in the join record format, but can come
from any of the physical files.
v Commitment control cannot be used with join logical files. |
|