250 lines
6.5 KiB
HTML
250 lines
6.5 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>Decompose a Condition Token (CEEDCOD) API</title>
|
|
<!-- Begin Header Records ========================================== -->
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<!-- Change History: -->
|
|
<!-- YYMMDD USERID Change description -->
|
|
<!-- ILE3A SCRIPT A converted by B2H R4.1 (346) (CMS) by NLJONES at -->
|
|
<!-- RCHVMX on 8 Mar 1999 at 11:01:18 -->
|
|
<!-- Edited by Kersten Oct 2001 -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<!--Java sync-link-->
|
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
|
</script>
|
|
|
|
<a name="Top_Of_Page"></a>
|
|
|
|
<h2>Decompose a Condition Token (CEEDCOD) API</h2>
|
|
|
|
<div class="box" style="width: 75%;">
|
|
<br>
|
|
Required Parameter Group:<br>
|
|
<!-- iddvc RMBR -->
|
|
<br>
|
|
<table width="100%">
|
|
|
|
<tr>
|
|
<td align="center" valign="TOP" width="10%">1</td>
|
|
<td align="LEFT" valign="TOP" width="30%">cond_token</td>
|
|
<td align="LEFT" valign="TOP" width="30%">Input</td>
|
|
<td align="LEFT" valign="TOP" width="30%">FEEDBACK</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="center" valign="TOP">2</td>
|
|
<td align="LEFT" valign="TOP">c_1</td>
|
|
<td align="LEFT" valign="TOP">Output</td>
|
|
<td align="LEFT" valign="TOP">INT2</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="center" valign="TOP">3</td>
|
|
<td align="LEFT" valign="TOP">c_2</td>
|
|
<td align="LEFT" valign="TOP">Output</td>
|
|
<td align="LEFT" valign="TOP">INT2</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="center" valign="TOP">4</td>
|
|
<td align="LEFT" valign="TOP">case</td>
|
|
<td align="LEFT" valign="TOP">Output</td>
|
|
<td align="LEFT" valign="TOP">INT2</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="center" valign="TOP">5</td>
|
|
<td align="LEFT" valign="TOP">severity</td>
|
|
<td align="LEFT" valign="TOP">Output</td>
|
|
<td align="LEFT" valign="TOP">INT2</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="center" valign="TOP">6</td>
|
|
<td align="LEFT" valign="TOP">control</td>
|
|
<td align="LEFT" valign="TOP">Output</td>
|
|
<td align="LEFT" valign="TOP">INT2</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="center" valign="TOP">7</td>
|
|
<td align="LEFT" valign="TOP">facility_id</td>
|
|
<td align="LEFT" valign="TOP">Output</td>
|
|
<td align="LEFT" valign="TOP">CHAR3</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="center" valign="TOP">8</td>
|
|
<td align="LEFT" valign="TOP">i_s_info</td>
|
|
<td align="LEFT" valign="TOP">Output</td>
|
|
<td align="LEFT" valign="TOP">INT4</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br>
|
|
Omissible Parameter:<br>
|
|
<!-- iddvc RMBR -->
|
|
<br>
|
|
<table width="100%">
|
|
|
|
<tr>
|
|
<td align="center" valign="TOP" width="10%">9</td>
|
|
<td align="LEFT" valign="TOP" width="30%">fc</td>
|
|
<td align="LEFT" valign="TOP" width="30%">Output</td>
|
|
<td align="LEFT" valign="TOP" width="30%">FEEDBACK</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br>
|
|
Service Program Name: QLEAWI<br>
|
|
<!-- iddvc RMBR -->
|
|
<br>
|
|
Default Public Authority: *USE<br>
|
|
<!-- iddvc RMBR -->
|
|
<br>
|
|
Threadsafe: Yes<br>
|
|
<!-- iddvc RMBR -->
|
|
<br>
|
|
</div>
|
|
|
|
<p>The Decompose a Condition Token (CEEDCOD) API returns the individual
|
|
elements of an existing condition token.</p>
|
|
|
|
<!-- Please NOTE: DO NOT DELETE THIS SECTION if this API has no authorities and locks. -->
|
|
<!-- Instead, use the commented out coding below to indicate NONE. -->
|
|
<h3>Authorities and Locks</h3>
|
|
|
|
<!-- Use this if there are no authorities and locks. -->
|
|
<p>None.</p>
|
|
|
|
<br>
|
|
|
|
<h3>Required Parameter Group</h3>
|
|
|
|
<dl>
|
|
<dt><strong>Cond_Token (input)</strong></dt>
|
|
|
|
<dd>A condition token that represents the current condition or feedback
|
|
information. See <a href="ile3a1TOC.htm#ile3a2">How Conditions Are
|
|
Represented</a><br>
|
|
<br>
|
|
</dd>
|
|
|
|
<dt><strong><a name="SPTC1A">C--1 (output)</a></strong></dt>
|
|
|
|
<dd>A 2-byte binary integer representing the value of the first part of the
|
|
Condition_ID. See the description of <a href=
|
|
"ile3a1TOC.htm#SPTMSGSEV">MsgSev</a>.<br>
|
|
<br>
|
|
</dd>
|
|
|
|
<dt><strong>C--2 (output)</strong></dt>
|
|
|
|
<dd>A 2-byte binary integer representing of the value of the second part of the
|
|
Condition_ID. See the description of <a href=
|
|
"ile3a1TOC.htm#SPTMSGNO">MsgNo</a>.<br>
|
|
<br>
|
|
</dd>
|
|
|
|
<dt><strong>Case (output)</strong></dt>
|
|
|
|
<dd>A 2-byte binary integer that defines the format of the Condition_ID portion
|
|
of the token. See the description of <a href=
|
|
"ile3a1TOC.htm#SPTCASE">Case</a>.<br>
|
|
<br>
|
|
</dd>
|
|
|
|
<dt><strong>Severity (output)</strong></dt>
|
|
|
|
<dd>A 2-byte unsigned binary integer that indicates the severity of the
|
|
condition. The value of this field is the same as in <a href=
|
|
"#SPTC1A">C--1</a>.<br>
|
|
<br>
|
|
</dd>
|
|
|
|
<dt><strong>Control (output)</strong></dt>
|
|
|
|
<dd>A 16-bit field containing flags that describe aspects of the state of the
|
|
condition. See the description of <a href=
|
|
"ile3a1TOC.htm#SPTCONTROL">Control</a>.<br>
|
|
<br>
|
|
</dd>
|
|
|
|
<dt><strong>Facility_ID (output)</strong></dt>
|
|
|
|
<dd>A 3-character field containing three alphanumeric characters that identify
|
|
the product generating this condition or feedback information. See the
|
|
description of <a href="ile3a1TOC.htm#SPTFAC">Facility--ID</a>.<br>
|
|
<br>
|
|
</dd>
|
|
|
|
<dt><strong>I_S_Info (output)</strong></dt>
|
|
|
|
<dd>A 4-byte handle identifying the instance specific information. See the
|
|
description of <a href="ile3a1TOC.htm#SPTISI">I--S--Info</a>.</dd>
|
|
</dl>
|
|
|
|
<br>
|
|
<h3>Omissible Parameter</h3>
|
|
|
|
<dl>
|
|
<dt><strong>fc (output)</strong></dt>
|
|
|
|
<dd>A 12-byte feedback code.</dd>
|
|
</dl>
|
|
|
|
<br>
|
|
<h3>Feedback Codes and Conditions</h3>
|
|
|
|
<table cellpadding="3">
|
|
<!-- cols="15 85" -->
|
|
<tr>
|
|
<td align="LEFT" valign="TOP">CEE0000</td>
|
|
<td align="LEFT" valign="TOP">The API completed successfully</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="LEFT" valign="TOP">Severity: 00</td>
|
|
<td align="LEFT" valign="TOP"> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="LEFT" valign="TOP">CEE0102</td>
|
|
<td align="LEFT" valign="TOP">The condition token passed to &1 is not
|
|
valid</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="LEFT" valign="TOP">Severity: 30</td>
|
|
<td align="LEFT" valign="TOP"> </td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br>
|
|
|
|
|
|
<hr>
|
|
API introduced: V2R3
|
|
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center"><a href="#Top_Of_Page">Top</a> | <a href=
|
|
"ile1a1.htm">ILE CEE APIs</a> | <a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|