M204.1694: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>s)
 
Line 1: Line 1:
{{Template:M204.1694 skeleton}}
{{Template:M204.1694 skeleton}}
<P>
<P>
In a Host Language Interface <var>[[IFGET (HLI function)|IFGET]]</var> function call, an IN ORDER argument specifies loop control terms that nullify the loop. Examples are: </P>
In a Host Language Interface <var>[[IFGET (HLI function)|IFGET]]</var> function call, an <code>IN ORDER</code> argument specifies loop control terms that nullify the loop. Examples are: </P>
<ul>
<ul>
<LI>IN ASCENDING ORDER BY NAME FROM ZACK TO ABLE </LI>
<LI>IN ASCENDING ORDER BY NAME FROM ZACK TO ABLE </LI>
Line 8: Line 8:
</ul>
</ul>
<P>
<P>
In each case, the FROM and TO values are inconsistent with the ORDER specified. </P>
In each case, the <code>FROM</code> and <code>TO</code> values are inconsistent with the <code>ORDER</code> specified. </P>
<p>
<p>
<b>Response:</b> Correct the IN ORDER argument, and retry the Host Language application. </p>
<b>Response:</b> Correct the <code>IN ORDER</code> argument, and retry the Host Language application.  
</p>
{{Template:M204.1694 footer}}
{{Template:M204.1694 footer}}
<!-- skeleton as it was in pdf/NULL ORDERED RECORD LOOP IMPLIED /-->
<!-- skeleton as it was in pdf/NULL ORDERED RECORD LOOP IMPLIED /-->

Latest revision as of 02:15, 9 March 2018

M204.1694  Null ordered record loop implied

In a Host Language Interface IFGET function call, an IN ORDER argument specifies loop control terms that nullify the loop. Examples are:

  • IN ASCENDING ORDER BY NAME FROM ZACK TO ABLE
  • IN DESCENDING ORDER BY CITY FROM BOSTON TO SAN DIEGO

In each case, the FROM and TO values are inconsistent with the ORDER specified.

Response: Correct the IN ORDER argument, and retry the Host Language application.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=2Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages