Initialization Commands
Initialization commands include CONNECT | CONN, DISCONNECT | DISCONN, and UNLOAD | UNL commands.
CONNECT | CONN Command
The CONNECT|CONN commands instruct Substation ES to connect to a specified transport, the CICS region or the IMS region.
The CONNECT|CONN commands are used in the following ways:
- CONNECT|CONN, INTF|IID=intf-id
- This command reconnects the specified Substation ES CICS or IMS interface to its CICS or IMS region. The keyword INTF|IID=intf-id specifies the interface that must be the identifier used in the Substation ES CICS or IMS SIP member.
- CONNECT|CONN, APPLID=applid
- This command reconnects all Substation ES CICS or IMS interfaces identified at Substation ES startup to the CICS or IMS region with the corresponding APPLID. The keyword APPLID=applid specifies the CICS or IMS region.
- CONNECT|CONN, ESB|TPORT=tport-id,INTF|IID=intf-id
- This command, which reconnects a Substation ES transport to an EMS server or a Rendezvous daemon, is usually used after a manual disconnection for a messaging transport. The ESB keyword identifies the transport identifier specified in the Substation ES startup configuration. The INTF|IID=intf-id keyword specifies that the transport be connected only using the specified ESB interface.
DISCONNECT | DISCONN Command
The DISCONNECT command instructs Substation ES to disconnect from a specified transport, the CICS region or the IMS region.
The DISCONNECT commands are used in the following ways:
- DISCONNECT|DISCONN, INTF|IID=intf-id
- This command disconnects the specified Substation ES CICS interface from a CICS region. The keyword INTF|IID=intf-id specifies the interface.
- DISCONNECT|DISCONN, APPLID=applid
- This command disconnects all Substation ES CICS or IMS interfaces that use the same APPLID for a CICS or IMS region within a Substation ES region. The keyword APPLID=applid identifies the CICS or IMS region.
- DISCONNECT|DISCONN, ESB|TPORT=tport-id,INTF|IID=intf-id
- This command disconnects a Substation ES transport from an EMS server or a Rendezvous daemon. The transport does not automatically reconnect after this command is issued; a manual connect transport command must be issued.
UNLOAD | UNL Command
The UNLOAD command instructs the Substation ES transformer to unload a recipe or a trigger.
The UNLOAD commands are used in the following ways:
- UNLOAD|UNL, RECIPE|RID=name[,INTF|IID=intf-id]
- This command unloads a recipe from the Substation ES runtime configuration. The RECIPE keyword specifies the name of the recipe to unload. The optional keyword INTF|IID=intf-id specifies an ESB interface identifier.
- UNLOAD|UNL, TRIGGER|TID=name[,INTF|IID=intf-id]
- This command unloads a trigger from the Substation ES runtime configuration. The TRIGGER keyword specifies the name of the trigger to unload. The optional keyword INTF|IID=intf-id specifies an ESB interface identifier.
Copyright © Cloud Software Group, Inc. All rights reserved.