SNAX/APC Configuration and Management Manual
Configuring Network Resources for SNAX/APC
SNAX/APC Configuration and Management Manual—138787
4-17
Configuring a Local TP Name
NO, the default value, specifies that the transaction program does not support the
general TP-READY feature. For information about the general TP-READY
feature, see the SNAX/APC Application Programming Manual.
REMOTEATTACH { QUEUE | REJECT }
QUEUE, the default value, specifies that the remote ATTACH requests designated to
this transaction program are queued if there are no outstanding remote-attached TP-
READY requests. (A remote-attached TP-READY request is a TP-READY verb
with the TP-LOCAL-ATTACH-INDICATOR set to N.)
REJECT specifies that the remote ATTACH requests designated to this transaction
program are rejected with sense data %H084B6031 (Transaction Program Not
Available–Retry Allowed) if there are no outstanding remote-attached TP-READY
requests.
REMOTEATTACHTIMER number
specifies the amount of time in milliseconds that SNAX/APC will wait for a remote
TP-READY to arrive to satisfy the ATTACH. If no remote TP-READY arrives
before the time elapses, the ATTACH is rejected. Valid values for
REMOTEATTACHTIMER are -1 and from 1 through 86,400,000 (24 hours). The
default value is -1, which specifies that the timer will wait indefinitely.
The number can also be specified in the form of (HH:MM:SS.CC), where HH, MM,
SS, and CC represent hours, minutes, seconds, and hundredths of a second
respectively. In addition, both open and close parentheses are required.
To use this feature, the REMOTEATTACH attribute must have the value QUEUE. If
the value of REMOTEATTACH is REJECT, the value of the
REMOTEATTACHTIMER attribute is ignored.
REPLYDELAYEDONERROR { YES | NO }
specifies whether SNAX/APC should wait until the maximum number of retries is
reached before replying with an error to a TP-READY verb that is waiting for the
LU to start.
REPLYDELAYEDONERROR YES indicates that SNAX/APC will not reply to a
waiting TP-READY verb until the LU is started or the maximum number of retries
has been attempted, whichever comes first.
REPLYDELAYEDONERROR NO indicates SNAX/APC replies to a waiting TP-
READY verb immediately after the first attempt is made to open the SNAX access
method.
The default value is NO.
SECURITYREQUIRED { NONE | USER }
NONE specifies the transaction program requires no security checking before
granting access privileges. Any incoming attach that specifies the transaction
program can access the transaction program.