Substation ES Trigger Flow
The section describes the trigger flow of Substation ES.
The following figure illustrates the trigger flow.
As shown in the Trigger Flow figure , you use standard CICS calls and facilities for HVT. The process proceeds as follows:
- A user program sets fields in the copybook or structure to inform SXCQWRIT of what and where the information is to which it is sent. The fields to populate are normally the type of a record, the data length, and the data; or an address of the data.
- The user program calls SXCQWRIT or SXCQWTSQ with EXEC CICS LINK.
- SXCQWRIT adds data to TDQ and SXCQWTSQ adds data to TSQ known to Substation ES.
- Information passed back to the user program contains a return code, a reason code, and the name of the TDQ or TSQ to which the program wrote. Always examine the return code.
Copyright © Cloud Software Group, Inc. All rights reserved.