AutoTMF Software User's Guide (Update 15)
NonStop AutoTMF Commands
HP NonStop AutoTMF Software User’s Guide—429952-017
6-22
ALTER ATMFFILESET
HIDEAUDIT | NO HIDEAUDIT
requests that the audit attribute on a file be concealed from the application 
program when the program inquires about file attributes using procedure calls 
such as FILEINFO, FILERECINFO, FILEGETINFO, etc.
Be specific when defining the fileset. HIDEAUDIT hides the audit attribute for 
all files in the fileset, even if the audited file is not intended to be accessed 
under an AutoTMF automatic transaction.
MAXTIME 1-to-n-seconds | NO MAXTIME
(with SEPARATETX only)
specifies that a separate transaction should be committed after n seconds, but 
only if the process is not holding locks on any of the participating records. This 
is an advisory setting for performance, not one that precisely controls 
management of automatic transactions.
The value of n should be a power of 2 (1,2,4,8,16,32,...) in the range of 1 to 
4096. If the value specified is not a power of 2, the value will be rounded to a 
power of 2.
MAXUPDATES 1-to-n | NO MAXUPDATES
(with SEPARATETX only)
specifies that a separate transaction should be committed after n updates and 
inserts, but only if the process is not holding locks on any of the participating 
records. This is an advisory setting for performance, not one that precisely 
controls management of automatic transactions.
The value of n should be a power of 2 (1,2,4,8,16,32,...) in the range of 1 to 
4096. If the value specified is not a power of 2, the value will be rounded to a 
power of 2.
NOTX | NO NOTX
disables or enables (NO NOTX) the generation of automatic transactions for 
audited file access.
NOWAIT[TX] | NO NOWAIT[TX] | WAITED[TX]
(with SEPARATETX only)
Enables or disables (NO NOWAIT[TX] or WAITED[TX]) the use of nowait 
transactions. If enabled, separate transactions are committed in nowait mode 
and the status of a nowait transaction is checked by the runtime when the next 
transaction for the file is started or when the process terminates.
Note. If the program calls FILE_GETINFOLIST_ or FILE_GETINFOLISTBYNAME_, 
the audit attribute is only hidden if the check for audit is the first in the item list passed 
to the procedure.










