<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<wml>
 <!-- page name="cics"-->
 <template>
  <do optional="false" label="Back Up" type="accept">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#cics"/>
  </do>
 </template>
 <card ordered="true" newcontext="false" id="cics">
  <do optional="false" label="Back Up" type="accept">
   <noop/>
  </do>
  <do optional="false" label="Back" type="prev">
   <prev/>
  </do>
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#cicsmessages"/>
  </do>
  <a href="#cicsmessages" accesskey="1">Page 1</a>
  <br/>
  <a href="#cicsweb" accesskey="2">Page 2</a>
  <br/>
 </card>
 <card ordered="true" newcontext="false" id="cicsmessages">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#cicsweb"/>
  </do>
  <!-- h1 -->
  <h1>How to display CICS Messages and Codes</h1>
  <p>To display information on CICS Messages and Codes, use the CMAC transaction. For example: </p>
  <p align="left">CMAC <i>xxxx</i>&#8203;CMAC ASRACMAC DFH<i>xx</i> <i>nnnn</i>&#8203;CMAC DFHTC1060CMAC <i>xx</i> <i>nnnn</i>&#8203;CMAC TC1060CMAC</p>
  <p>CMAC <i>xxxx</i>  displays information on the given abend code. CMAC DFH<i>xx</i> <i>nnnn</i>  or CMAC <i>xx</i> <i>nnnn</i>  displays information on the given message number. CMAC by itself displays a prompt for the message component and number. Leave the message component blank when entering CICS abend codes. </p>
  <p align="left">
   <a href="#cicsweb">Next: Page 2</a>
   <br/>
   <a href="#cics">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="cicsweb">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="opercmds.wml"/>
  </do>
  <!-- h1 -->
  <h1>How to run CICS programs from a web browser</h1>
  <p>To run a CICS program from a web browser, the URL is entered in the following form: </p>
  <p align="left">http://<i>hostname</i>:<i>port#</i>/cics/cwba/<i>loadmod</i>?<i>querystring</i> </p>
  <p>loadmod is the name of the executable load module (program). </p>
  <p align="left">
   <a href="opercmds.wml">Next: Operator Commands</a>
   <br/>
   <a href="#cicsmessages">Prev: Page 1</a>
   <br/>
   <a href="#cics">Back Up: Menu</a>
   <br/>
  </p>
 </card>
</wml>

