SNAX/APC Configuration and Management Manual

SCF Commands for SNAX/APC
SNAX/APC Configuration and Management Manual138787
8-36
ALTER TPN Command
YES indicates that character translation will be performed. NO indicates that
character translation will not be performed.
The default value is NO
CHARMAPNAME [ mapname ]
alters the translation table which SNAX/APC will use to perform character
translation for all mapped conversations subordinate to the target TPN. If this
attribute is omitted, the character map name specified on process startup or through
APCRUN is used. The CHARMAPNAME attribute can be present even if character
translation is not enabled. In this case, the CHARMAPNAME value will be used
only when character translation is subsequently enabled.
If the mapname value is omitted, the Tandem standard ASCII-to-EBCDIC
translation table is used.
GENERALTPREADY { YES | NO }
YES specifies that the transaction program supports the general TP-READY feature.
NO specifies that the transaction program does not support the general TP-READY
feature.
For information about TP-READY, see the SNAX/APC Application Programming
Manual.
REMOTEATTACH { QUEUE | REJECT }
QUEUE 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
alters 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 to 86,400,000. The value -1 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.