AutoTMF Software User's Guide (Update 11)
NonStop AutoTMF Software Commands
HP NonStop AutoTMF Software User’s Guide—429952-013
6-21
ALTER ATMFFILESET
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 a NonStop AutoTMF software automatic transaction.
MAXTIME 1-to-n-seconds | NO MAXTIME
(with SEPARATETX only)
specifies that a separate transaction should be committed after n seconds. 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. 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.
NOWARNLONGTX | NO NOWARNLONGTX
(with SEPARATETX only)
suppresses or restores (NO NOWARNLONGTX) the warning message that is 
normally displayed in the EMS log when an automatic transaction runs longer 
than 5 minutes. The warning is repeated every 5 minutes until the transaction 
is committed.
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.










