Running CICS Events

Reference:

After a channel is configured and tested, it may be started in a runtime server.

The channel can continue to be stopped and restarted from these tools. When a server is restarted, the channel will remain in the state it was last left in.


Top of page

x
Reference: XML Schema Document

This section provides the sample XML schema document that is generated for the iwayevt0 sample program using iWay Explorer.

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by the iBSE 2007-04-05T20:48:06Z -->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:ns1="urn:iwaysoftware:CICS/C:/iWay7/etc/samples/cics/iwayevt0/cobolfd/iwayevt0_in.cbl_Event"
targetNamespace="urn:iwaysoftware:CICS/C:/iWay7/etc/samples/cics/iwayevt0/cobolfd/iwayevt0_in.cbl_Event"
  elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="en">
  <xsd:element name="CICSEvent">
   <xsd:complexType>
    <xsd:all>
     <xsd:element name="EventData">
      <xsd:complexType>
       <xsd:sequence>
        <xsd:element name="CommArea" maxOccurs="unbounded">
         <xsd:complexType>
          <xsd:sequence>
           <xsd:element name="ALPHA01" minOccurs="0">
            <xsd:simpleType>
             <xsd:restriction base="xsd:string">
              <xsd:maxLength value="8"/>
             </xsd:restriction>
            </xsd:simpleType>
           </xsd:element>
           <xsd:element name="INT01" minOccurs="0">
            <xsd:simpleType>
             <xsd:restriction base="xsd:integer"/>
            </xsd:simpleType>
           </xsd:element>
           <xsd:element name="PACK01" minOccurs="0">
            <xsd:simpleType>
             <xsd:restriction base="xsd:integer"/>
            </xsd:simpleType>
           </xsd:element>
           <xsd:element name="ZONE01" minOccurs="0">
            <xsd:simpleType>
             <xsd:restriction base="xsd:integer"/>
            </xsd:simpleType>
           </xsd:element>
          </xsd:sequence>
         </xsd:complexType>
        </xsd:element>
       </xsd:sequence>
      </xsd:complexType>
     </xsd:element>
    </xsd:all>
   </xsd:complexType>
  </xsd:element>
</xsd:schema>

Top of page

x
Reference: XML Output Document

This section provides the sample XML output document.

<CICSEvent xmlns="urn:iwaysoftware:CICS/c:/iway7/etc/samples/cics/iwayevt0/cobolfd/iwayevt0_in.cbl_Event">
<EventData>
  <CommArea>
    <ALPHA01>ABCDEFGH</ALPHA01> 
    <INT01>25</INT01> 
    <PACK01>50</PACK01> 
    <ZONE01>75</ZONE01> 
   </CommArea>
</EventData>
</CICSEvent>

iWay Software