AutoTMF Software User's Guide (Update 14)
NonStop AutoTMF Commands
HP NonStop AutoTMF Software User’s Guide—429952-016
6-24
ALTER ATMFFILESET
to be generated even if the process has its own transaction and when the 
transaction must be managed separately from transactions for other files.
SKIPNULLRECS
(for entry-sequenced files only)
ignores zero-length records when reading sequentially through an audited 
entry-sequenced file. 
If a record is inserted into an audited entry-sequenced file and subsequently 
backed out because a transaction is aborted, a zero length record is left in the 
file where the record had been inserted. This cannot occur if the file is not 
audited and can cause problems for programs that are not expecting to 
encounter such records. Configuring SKIPNULLRECS shelters the application 
programs from these unexpected records.
Although automatic transactions are never aborted by AutoTMF, unilateral 
aborts could leave such gaps in an entry-sequenced file.
To instruct the runtime to skip null records for all audited entry-sequenced files, 
set the global parameter ATMFSKIPNULLRECS to OFF.
The default is READNULLRECS (null records are not skipped).
TXTIMEOUT { value | NEVER | OFF }
(with SEPARATETX only)
sets the maximum duration of an automatic transaction, regardless of the TMF 
AutoAbort setting. This feature requires TMF version 3.6 or later. 
value: is n [ SEC[ONDS] | MIN[UTES] ], between 5 and 510 minutes. 
value overrides the TMF AutoAbort timer setting. A value entered as  
n SEConds is rounded up to minutes.
NEVER: the transactions is never aborted by TMF due to a timeout. 
OFF: the default, specifies that the TMF AutoAbort is in effect.If 
TXTIMEOUT is configured on a system that is not running TMF 3.6 or later, 
a warning message is displayed, the configuration is updated and the 
transaction timeout takes effect when TMF 3.6 is installed.
WAITEDIO [, WAITTIME 1-to-n-seconds ] | NO WAITEDIO
converts NOWAIT I/O operations to WAITED I/O operations.
If WAITEDIO is specified for a NOWAIT file open, AutoTMF automatically 
performs an AWAITIO operation immediately following the various forms of 
Note. The AutoTMF AutoCommit timer always applies, regardless of the configured 
transaction timeout. If the desired transaction time out value exceeds the configured 
AutoCommit timer value, the user should adjust the AutoCommit timer accordingly. 
See AutoCommit attribute description above on page 6-7
 for details.










