Specify the recover (RECOVER) parameter
After a failure, you must rebuild changed access paths that were not forced to auxiliary storage or journaled with the RECOVER parameter.
Specify the file sharing (SHARE) parameter
The database system allows multiple users to access and change a file at the same time. You can specify the file sharing with the SHARE parameter.
Specify the public authority (AUT) parameter
Public authority is the authority a user has to a file (or other object on the system) if the user does not have specific authority for the file or does not belong to a group with specific authority for the file. When you create a file, you can specify public authority with the AUT parameter.
Specify the system on which the file is created (SYSTEM) parameter
You can specify the system on which the file is to be created with the SYSTEM parameter. You can specify if the file is to be created on the local system or a remote system that supports distributed data management (DDM).
Specify the file and member text (TEXT) parameter
You can specify a text description for each file and member you create with the TEXT parameter. The text data is useful in describing information about your file and members.
Specify the coded character set identifier (CCSID) parameter
You can specify a coded character set identifier (CCSID) for physical files with the CCSID parameter. CCSID describes the encoding scheme and the character set for character type fields that are contained in a file.