The EPI UNBIND command reverses the effect of a BIND command and release the indicated session for access by other sources.
EPI UNBIND has the following format:
ADDRESS EPI "UNBIND keywords"
{sessid}
[,SUBSYS(ssid)]
Defines the session ID for the VTAM application session that you want to unbind.
(Optional) Addresses the command to a copy of CA OPS/MVS with a subsystem ID other than the default subsystem ID.
Default subsystem ID: OPSS
The following sample coding statement releases the CICS2 session so that other TSO users or automation procedures can bind to it:
UNBIND CICS2
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|