APPC Subsystem on MPE/XL Node Manager's Guide (30294-90007)
70 Chapter3
Control Operator Intrinsics
APPCStop
be brought down until the conversation
using it has been deallocated. When the
conversation has completed, the
session will be terminated. TPs will not
be terminated.
Default: 3 (Quiesce)
Description
The APPCStop intrinsic is used to shut down the APPC subsystem by
deactivating all active APPC sessions. If possible, you should specify a
StopType
of 3 (Quiesce). If you cannot wait for all conversations to end
before shutting down the subsystem, specify a
StopType
of 2 (Protocol),
to ensure that resources are returned to the system before shutdown. If
a protocol shutdown does not work, specify a
StopType
of 1 (Kill).
NOTE
APPCStop does not terminate any active transaction programs. Users
must terminate their TP processes when the subsystem goes down.
The APPCStop intrinsic performs the same function as the control
operator command APPCCONTROL STOP.
Return Codes
0 = Successful completion
-1002 = Parameter error
-1004 = Too many parameters specified
-1005 = Syntax error
-1006 = Redundant parameter
-1007 = Missing parameter after equal sign
-1008 = Missing or invalid delimiter
-1009 = Parameter out of bounds
-1010 = User missing NM capability
-1017 = Invalid StopType parm value
-1064 = Resource Manager error - subsystem shutdown failed
-1065 = Control Operator internal error
-1072 = APPC subsystem not active