Skipnullrecs, Below for det – HP Integrity NonStop J-Series User Manual
Page 86
NonStop AutoTMF Commands
HP NonStop AutoTMF Software User’s Guide—429952-016
6-10
ADD ATMFFILESET
To instruct the runtime to read null records for all audited entry-sequenced files,
set the global parameter ATMFSKIPNULLRECS to OFF. To request this option
for a specific program, use the
If this option is specified, it overrides the value of the global parameter
ATMFSKIPNULLRECS and of the
define.
READNULLRECS is the default.
READTHRULOCKS
enables read-thru-lock mode on audited files that use automatic transactions.
If this READTHRULOCKS is specified, the file attribute value overrides the
global parameter ATMFREADTHRULOCK value.
To set this option for a specific program file set use
or
.
RECORDTX
generates an automatic transaction for each locked record and commits the
transaction as soon as the record is unlocked.
RECORDTX is used when a file is accessed by programs in which record
locking sequences do not allow AutoTMF to commit automatic transactions
(there is at least one lock held on a record in this file at any given time).
For RECORDTX to take effect, it must be configured both as a program
attribute and as a file attribute, using
The RECORDTX file attribute can be specified in conjunction with other
attributes, such as COMMONTX or SEPARATETX. The other attributes are
ignored if RECORDTX is specified for both the file and the program. If
RECORDTX is specified for a program, but not the file, then the other options,
such as COMMONTX or SEPARATETX, will be in effect.
For further details on the use of RECORDTX, see paragraph
SEPARATETX
configures files to be accessed by the programs using separate automatic
transactions. Specify SEPARATETX when automatic transactions for a file are
always to be used (even if the process has its own transaction) and the
transaction should 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.