File Utility Programming (FUP) Reference Manual
FUP Commands
File Utility Program (FUP) Reference Manual—523323-015
2-178
SET Parameters for All File Types
SET Parameters for All File Types
The available value of create-param depends on the type of file you want to create. 
These options are available for all file types:
[ NO ] AUDIT
designates the file as audited or nonaudited by TMF. The default is NO AUDIT.
[ NO ] AUDITCOMPRESS
sets the mode of producing audit-checkpoint messages (using compressed or 
entire messages) for audited files. The default is NO AUDITCOMPRESS.
[ NO ] BUFFERED
sets the mode of handling write requests to the file using buffered or write-through 
cache. A buffered cache is specified with BUFFERED. A write-through cache is 
create-param for files with alternate-key fields is:
 [ NO ] ALTCREATE
 ALTFILE ( key-file-number , filename )
 ALTKEY ( key-specifier { , altkey-param }... )
 where altkey-param is:
 FILE key-file-number
 [ NO ] INSERTIONORDER
 KEYLEN key-length
 KEYOFF key-offset
 NO NULL
 NULL null-value
 [ NO ] UNIQUE
 [ NO ] UPDATE
create-param for unstructured files is:
 BUFFERSIZE unstructured-buffer-size
 ODDUNSTR
create-param for files on SMF virtual disks is:
 PHYSVOL [ physvol ]










