SNAX/APC Configuration and Management Manual
Configuring Network Resources for SNAX/APC
SNAX/APC Configuration and Management Manual—138787
4-18
Configuring a Local TP Name
USER specifies an attach must supply a valid user ID and password pair or a valid
user ID and the already-verified indicator before it can start a conversation with the
transaction program. If the attach includes a user ID and the already-verified
indicator, SNAX/APC verifies that the user ID exists locally before granting access
to the transaction program.
The default value is NONE.
SESSIONCONTROL { YES | NO }
YES specifies that the transaction program is authorized to issue the
ACTIVATE_SESSION and DEACTIVATE_SESSION session control verbs.
NO, the default value, specifies that the transaction program is not authorized to
issue the session control verbs.
Considerations
•
%06F1% is a reserved name for the CNOS service transaction program. It is
automatically added to the SNAX/APC process when the local LU is defined and
has the following attribute settings:
GENERALTPREADY = NO
SESSIONCONTROL = YES
REMOTEATTACH = QUEUE
REMOTEATTACHTIMER = -1
•
The TPN object %06F1% is automatically brought up when the LU is started and is
brought down when the LU is stopped.
•
The TPN object %06F1% does not accept the ADD, ALTER, or DELETE
commands.
•
The TPN object %06F1% has to be explicitly specified in the START and ABORT
TPN command. The use of a wild-card character does not affect this TPN object.
•
A TPN object named %06F2% must be explicitly added to a Local LU that requires
a resyncronization TP. During backout processing, the user supplied sync point
routines will use the TP named %06F2% for the exchange of Log Names GDS
variable (X’1211’) and Compare States GDS variable (X’1213’).
Examples
The following is an example of configuring a local TP name:
-> ASSUME LU $APC1.LLU01
-> ADD TPN ACCT, GENERALTPREADY YES, SESSIONCONTROL NO, &
REMOTEATTACH QUEUE, REPLYDELAYEDONERROR YES, &
CHARMAPPING YES, CHARMAPNAME SPANISH, SECURITYREQUIRED USER
If the LU is not assumed, you would alternately use the following:
-> ADD TPN $APC1.LLU01.ACCT, GENERALTPREADY YES, &
SESSIONCONTROL NO, REMOTEATTACH QUEUE &