Check who has access to "/pap/data/db01/" (including the parent directories). The DB2 instance owner must be allowed to write to those directories.
Code:
$ db2 "? sql1326"
SQL1326N The file or directory "<name>" cannot be accessed.
Explanation:
The file or directory "<name>" cannot be accessed because either
the file permissions are incorrect, the file path is incorrect,
or there is insufficient space in the directory or path.
User Response:
Verify that any path or filename specified in the command is
valid, you have the proper permissions to access the path or
filename, and there is sufficient space to contain the file.
Correct the problem and resubmit the command. If the problem
persists, contact your System Administrator.