Use the SAVOBJ command to save individual database files. You can use the FILEMBR (file member) parameter to save:
Here is what the server does when you save a database file:
Type of File | What is saved |
---|---|
Physical file, TYPE(*DATA), keyed access path1 | Description, data, access path |
Physical file, TYPE(*DATA), access path not keyed | Description, data |
Physical file, TYPE(*SRC), keyed access path | Description, data |
Logical file2 | Description |
|
The description for a file may include the following:
Special considerations apply when you restore a file that has trigger programs or constraints defined. You can find additional information about how the server restores files with triggers and files with referential constraints in the Backup and Recovery book.