M204.2984: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
__NOTOC__
__NOTOC__
<p>
<p>
M204.2984: +A0 (ANCH), pos: 1, string pos: 1 
This message is used to display trace entries written at each Atom (Step) in a REGEX scan consequent to a specified <b>T</b>race option.  
This message is used to display trace entries written at each Atom (Step) in a REGEX scan consequent to a specified <b>T</b>race option.  
</p>
</p>
Line 18: Line 19:
</ul>
</ul>
<p>
<p>
<b><i>token3:</i></b>  One of the following symbols indicating the type of Atom processed:
<b><i>token4:</i></b>  One of the following symbols indicating the type of Atom processed:
<ul>
<ul>
<LI><b>ALPH</b></LI>
<LI><b>ALPH</b></LI>
Line 33: Line 34:
</p>
</p>
<p>
<p>
<b><i>token4:</i></b>  The Atom offset
<b><i>token5:</i></b>  The Atom offset
</p>
</p>
<p>
<p>
<b><i>token54:</i></b>  The Atom offset
<b><i>token6:</i></b>  The position within the Atom
</p>
</p>



Revision as of 18:06, 23 October 2025

M204.2984  tokentoken2Atoken3 (token4)​,​ pos: token5​,​ string pos: token6

M204.2984: +A0 (ANCH), pos: 1, string pos: 1 This message is used to display trace entries written at each Atom (Step) in a REGEX scan consequent to a specified Trace option.

The following information is displayed:

token: One or more blanks proportional to the depth of the processing

token2: One of the following characters indicating the results of the Atom's processing

  • < retry
  • > goto
  • + success
  • - failure

token4: One of the following symbols indicating the type of Atom processed:

  • ALPH
  • ANCH
  • BREF
  • CHR
  • DOT
  • GRP
  • OK
  • OR
  • RNG
  • STR

token5: The Atom offset

token6: The position within the Atom

Response: This is an informational message. No response is required

Version introduced: 7.8

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages