Decompose a Condition Token (CEEDCOD) API


  Required Parameter Group:

1 cond_token Input FEEDBACK
2 c_1 Output INT2
3 c_2 Output INT2
4 case Output INT2
5 severity Output INT2
6 control Output INT2
7 facility_id Output CHAR3
8 i_s_info Output INT4

  Omissible Parameter:

9 fc Output FEEDBACK

  Service Program Name: QLEAWI

  Default Public Authority: *USE

  Threadsafe: Yes

The Decompose a Condition Token (CEEDCOD) API returns the individual elements of an existing condition token.

Authorities and Locks

None.


Required Parameter Group

Cond_Token (input)
A condition token that represents the current condition or feedback information. See How Conditions Are Represented.

C--1 (output)
A 2-byte binary integer representing the value of the first part of the Condition_ID. See the description of MsgSev.

C--2 (output)
A 2-byte binary integer representing of the value of the second part of the Condition_ID. See the description of MsgNo.

Case (output)
A 2-byte binary integer that defines the format of the Condition_ID portion of the token. See the description of Case.

Severity (output)
A 2-byte unsigned binary integer that indicates the severity of the condition. The value of this field is the same as in C--1.

Control (output)
A 16-bit field containing flags that describe aspects of the state of the condition. See the description of Control.

Facility_ID (output)
A 3-character field containing three alphanumeric characters that identify the product generating this condition or feedback information. See the description of Facility--ID.

I_S_Info (output)
A 4-byte handle identifying the instance specific information. See the description of I--S--Info.

Omissible Parameter

fc (output)
A 12-byte feedback code.

Feedback Codes and Conditions

CEE0000 The API completed successfully
Severity: 00  
CEE0102 The condition token passed to &1 is not valid
Severity: 30  


API introduced: V2R3

[ Back to top | ILE CEE APIs | APIs by category ]