<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://m204wiki.rocketsoftware.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=EllieWiccan</id>
	<title>m204wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://m204wiki.rocketsoftware.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=EllieWiccan"/>
	<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Special:Contributions/EllieWiccan"/>
	<updated>2026-05-14T17:02:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$Windex&amp;diff=116954</id>
		<title>$Windex</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$Windex&amp;diff=116954"/>
		<updated>2018-09-20T23:31:16Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$Windex}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Word number of first occurrence of word in phrase&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span class=&amp;quot;warning&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Many $functions have been deprecated in favor of Object Oriented methods. The recommended OO replacement function for &amp;lt;var&amp;gt;$Windex&amp;lt;/var&amp;gt; is &amp;lt;var&amp;gt;[[WordNumberIn (String function)|WordNumberIn]]&amp;lt;/var&amp;gt;. However, unlike &amp;lt;var&amp;gt;$Windex&amp;lt;/var&amp;gt;, &amp;lt;var&amp;gt;WordNumberIn&amp;lt;/var&amp;gt; is Longstring capable (like all OO methods), so &#039;&#039;&#039;do not&#039;&#039;&#039; replace &amp;lt;var&amp;gt;WordNumberIn&amp;lt;/var&amp;gt; with &amp;lt;var&amp;gt;$Windex&amp;lt;/var&amp;gt;. Note also that in some cases the [[StringTokenizer class|StringTokenizer]] may be a better OO solution. &lt;br /&gt;
                                  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;var&amp;gt;$Windex&amp;lt;/var&amp;gt; finds the first occurrence of a word in a phrase. &lt;br /&gt;
&lt;br /&gt;
The $Windex function accepts three arguments and returns a numeric result that is the word number in the first argument string of the the second argument word. &lt;br /&gt;
&lt;br /&gt;
The first argument is an arbitrary string. &lt;br /&gt;
&lt;br /&gt;
The second argument is word that is to be located in the first argument. If the second argument string is not found, $Windex returns a 0. &lt;br /&gt;
&lt;br /&gt;
The third argument is a delimiter that separates words in the first argument string. This is an optional argument and defaults to blank.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%NUM&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$Windex&amp;lt;/span&amp;gt;(&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;string&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;word&amp;lt;/span&amp;gt;, [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;delim&amp;lt;/span&amp;gt;])&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;%NUM&amp;lt;/var&amp;gt; is either a word number or 0.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
For example, this statement sets %JUNK to 3:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%JUNK = $Windex(&#039;BOB CAROL TED ALICE&#039;, &#039;TED&#039;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This statement sets %JUNK to 0:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%JUNK = $Windex(&#039;BOB CAROL TED ALICE&#039;, &#039;ROGER&#039;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This statement sets %JUNK to 2:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%JUNK = $Windex(&#039;A WORD/OR TWO/BEFORE/I/GO&#039;, &#039;OR TWO&#039;, &#039;/&#039;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[List of $functions|Sirius functions]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Fast/Unload User Language Interface]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:JoclrNew.pdf|Janus Open Client]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:JosrvrNew.pdf|Janus Open Server]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Sockets]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Web Server]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese functions&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$Windex]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$WakeUp&amp;diff=116953</id>
		<title>$WakeUp</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$WakeUp&amp;diff=116953"/>
		<updated>2018-09-20T23:31:00Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$WakeUp}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Pause user until specified time&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $WakeUp function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The $WakeUp function accepts three arguments and returns a number that is the number of milliseconds since the Online was brought up. It is a [[Calling Sirius Mods $functions|callable]] $function . &lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;[%time =] $WakeUp(wake_time, rqtm_flag, [option])&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%time&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A positive integer.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;wake_time&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A number indicating the time to wake up, expressed as milliseconds since the Online was brought up.&lt;br /&gt;
&amp;lt;p&amp;gt;Use %TIME = $WakeUp(0) to acquire the time, in milliseconds, since the run came up.  For subsequent $WakeUp calls, %TIME can then be used as the base time for the wake_time parameter.  See the following example.&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;rqtm_flag&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A number, which if present and non-zero, indicates that the wait time is not to be included as part of RQTM. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;option&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;An optional string (&amp;lt;code&amp;gt;NOURGMSG&amp;lt;/code&amp;gt;, case unimportant) that prevents a user paused by &amp;lt;var&amp;gt;$WakeUp&amp;lt;/var&amp;gt; from being immediately wakened if a &amp;lt;code&amp;gt;BROADCAST URGENT&amp;lt;/code&amp;gt; message is sent. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The chief advantages of &amp;lt;var&amp;gt;$WakeUp&amp;lt;/var&amp;gt; over the &amp;lt;var&amp;gt;PAUSE&amp;lt;/var&amp;gt; statement are&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;You can wake up at a particular time rather than after a particular number of seconds have passed. &lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;$WakeUp&amp;lt;/var&amp;gt; has millisecond resolution versus the second resolution of the &amp;lt;var&amp;gt;PAUSE&amp;lt;/var&amp;gt; statement. &lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;$WakeUp&amp;lt;/var&amp;gt; allows the wait time to not be counted toward RQTM. This is useful in cases where the pause is simply a standard part of processing rather than a pause to allow some condition to clear. &lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;$WakeUp&amp;lt;/var&amp;gt; will allow a user to break in with a terminal interrupt on VTAM full screen terminals.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
In the following code fragment, three screens are automatically displayed for 2.3 seconds each. The sleep time is not counted toward RQTM.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%TIME = $WakeUp(0)&lt;br /&gt;
%RC = $FakeEnt&lt;br /&gt;
READ SCREEN SCREEN1&lt;br /&gt;
%TIME = $WakeUp( %TIME + 2300, 1)&lt;br /&gt;
 &lt;br /&gt;
%RC = $FakeEnt&lt;br /&gt;
READ SCREEN SCREEN2&lt;br /&gt;
%TIME = $WakeUp( %TIME + 2300, 1)&lt;br /&gt;
 &lt;br /&gt;
%RC = $FakeEnt&lt;br /&gt;
READ SCREEN SCREEN3&lt;br /&gt;
%TIME = $WakeUp( %TIME + 2300, 1)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[List of $functions|Sirius functions]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$WakeUp]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$UseASA&amp;diff=116938</id>
		<title>$UseASA</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$UseASA&amp;diff=116938"/>
		<updated>2018-09-20T23:27:22Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$UseASA}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Prevent carriage control in USE output&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $UseASA function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function fools &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model&amp;amp;nbsp;204&amp;lt;/var&amp;gt; into not placing carriage control characters in USE dataset output. &lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$UseASA&amp;lt;/var&amp;gt; function accepts no arguments and returns 0 (if successful) or an error code.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = $UseASA&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/var&amp;gt; is set to a [[#Return codes|return code]].&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Return codes===&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;0 - Successful&lt;br /&gt;
4 - Dataset does not use control characters&lt;br /&gt;
8 - No USE dataset active&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
This code fragment prevents Model 204 from inserting carriage-control characters:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;%x = $UseASA&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[List of $functions|Sirius functions]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Fast/Unload User Language Interface]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:JoclrNew.pdf|Janus Open Client]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:JosrvrNew.pdf|Janus Open Server]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Sockets]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Web Server]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese functions&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$UseASA]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$UnSpace&amp;diff=116937</id>
		<title>$UnSpace</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$UnSpace&amp;diff=116937"/>
		<updated>2018-09-20T23:27:20Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$UnSpace}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Normalize spaces and quotes&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $UnSpace function is the &amp;lt;var&amp;gt;[[Unspace (String function)|Unspace]]&amp;lt;/var&amp;gt; function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function normalizes a string by removing leading and trailing &amp;quot;space&amp;quot; characters and collapsing other sequences of &amp;quot;unquoted&amp;quot; spaces to single spaces. Normalization can also &amp;quot;undouble&amp;quot; quoted quote characters. &lt;br /&gt;
&lt;br /&gt;
The $UnSpace function accepts three arguments and returns a string result which is the first argument, normalized according to the description of the returned value, as shown below. &lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%out&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$UnSpace&amp;lt;/span&amp;gt;(&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;input&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;spaces&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;quotes&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%out&amp;lt;/th&amp;gt; &lt;br /&gt;
&amp;lt;td&amp;gt;This string is set to the normalized value of &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;input&amp;lt;/var&amp;gt;.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;input&amp;lt;/th&amp;gt; &lt;br /&gt;
&amp;lt;td&amp;gt;The string to be normalized. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;spaces&amp;lt;/th&amp;gt; &lt;br /&gt;
&amp;lt;td&amp;gt;A string that is the set of space characters. The first character of this string is the replacement space character. The default set of space characters is the blank character. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;quotes&amp;lt;/th&amp;gt; &lt;br /&gt;
&amp;lt;td&amp;gt;A string that is the set of quote characters. If a quote character occurs twice in succession in &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;quotes&amp;lt;/var&amp;gt;, the quote character should be &amp;quot;undoubled&amp;quot; when it occurs within a string quoted by that same character (see the usage note, below).&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
No quote character may also occur as a space character. &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
The default is that there are no quote characters. &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The returned value is the string value of the &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;input&amp;lt;/var&amp;gt; argument, normalized as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Leading space characters are removed. If there is not an unmatched quote, trailing space characters are removed. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Within a quoted substring, spaces are not collapsed nor replaced. If the quote character introducing the substring is specified as two occurrences in the &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;quotes&amp;lt;/var&amp;gt; argument, each pair of consecutive occurrences of that character in the substring is replaced by a single occurrence of that character. &lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
If a quote character is not matched, the rest of the input is quoted. &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Outside quoted substrings, each sequence of length one or more of any mixture of space characters is replaced by a single occurrence of the replacement space character.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
Several examples follow, each one showing an invocation of $UnSpace and the corresponding result. &lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;With only one argument, $UnSpace simply removes leading and trailing blank sequences and collapses other blank sequences:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;$UnSpace(&#039; A B C &#039;) &amp;lt;/p&amp;gt;&lt;br /&gt;
The result is: &amp;lt;code&amp;gt;A B C&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var&amp;gt;$UnSpace&amp;lt;/var&amp;gt; can be used to make all space characters the same; here the space characters include the letters &amp;quot;X&amp;quot; and &amp;quot;S&amp;quot; and the blank character; they are all replaced by the letter &amp;quot;X&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;$UnSpace(&#039; ASSSBSSXC &#039;, &#039;XS &#039;) &amp;lt;/p&amp;gt;&lt;br /&gt;
The result is: &amp;lt;code&amp;gt;AXBXC&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Within a quoted substring, spaces are not changed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;$UnSpace(&#039;.&amp;quot;XAX&amp;quot;XBX&#039;, &#039;.X&#039;, &#039;&amp;quot;&#039;)&amp;lt;/p&amp;gt;&lt;br /&gt;
The result is: &amp;lt;code&amp;gt;&amp;quot;XAX&amp;quot;.B&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;An unmatched quote (which is therefore, by definition, a trailing unmatched quote), causes the remander of the string to be quoted:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;$UnSpace(&#039;&amp;quot;.A...&amp;quot;..B...C..&amp;quot;..&#039;, &#039;.&#039;, &#039;&amp;quot;&#039;) &amp;lt;/p&amp;gt;&lt;br /&gt;
The result is: &amp;lt;code&amp;gt;&amp;quot;.A...&amp;quot;.B.C.&amp;quot;..&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Doubling a quote character in the &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;quotes&amp;lt;/var&amp;gt; argument causes undoubling of quotes within a string quoted by that character:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;$UnSpace(&#039;&amp;quot; &amp;quot;&amp;quot; &amp;quot;&#039;, , &#039;&amp;quot;&amp;quot;&#039;) &amp;lt;/p&amp;gt;&lt;br /&gt;
The result is: &amp;lt;code&amp;gt;&amp;quot; &amp;quot; &amp;quot;&amp;lt;/code&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The following two inputs produce the same output; the first is a null quoted substring followed by the letter A and a final unmatched quote; the second is a quoted string whose first pair of characters is a doubled quote:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;$UnSpace(&#039;&amp;quot;&amp;quot;A&amp;quot;&#039;, , &#039;&amp;quot;&amp;quot;&#039;) &amp;lt;/p&amp;gt;&lt;br /&gt;
The result is: &amp;lt;code&amp;gt;&amp;quot;&amp;quot;A&amp;quot;&amp;lt;/code&amp;gt;  &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;$UnSpace(&#039;&amp;quot;&amp;quot;&amp;quot;A&amp;quot;&#039;, , &#039;&amp;quot;&amp;quot;&#039;) &amp;lt;/p&amp;gt;&lt;br /&gt;
The result is: &amp;lt;code&amp;gt;&amp;quot;&amp;quot;A&amp;quot;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;If a quote character is not doubled in argument 3, undoubling for it is not performed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;$UnSpace(&#039;&amp;quot; &amp;quot;&amp;quot; &amp;quot;&#039;, , &#039;&amp;quot;&#039;) &amp;lt;/p&amp;gt;&lt;br /&gt;
The result is: &amp;lt;code&amp;gt;&amp;quot; &amp;quot;&amp;quot; &amp;quot;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Multiple quote characters can be specified; a quote character inside a substring quoted by a different character is not undoubled:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;$UnSpace(&#039;./A$$B/..$C//D$../E//F.&#039;, &#039;.&#039;, &#039;$$//&#039;) &amp;lt;/p&amp;gt;&lt;br /&gt;
The result is: &amp;lt;code&amp;gt;/A$$B/.$C//D$./E/F.&amp;lt;/code&amp;gt;  &lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[List of $functions|Sirius functions]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Fast/Unload User Language Interface]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:JoclrNew.pdf|Janus Open Client]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:JosrvrNew.pdf|Janus Open Server]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Sockets]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Web Server]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese functions&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$UnSpace]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$Unbind_and_$UnbindW&amp;diff=116936</id>
		<title>$Unbind and $UnbindW</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$Unbind_and_$UnbindW&amp;diff=116936"/>
		<updated>2018-09-20T23:27:18Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$Unbind and $UnbindW}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;$Unbind and $UnbindW: Unbind resource previously bound via $Bind&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There are no OO equivalents for the $Unbind and $UnbindW functions.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$Unbind&amp;lt;/var&amp;gt; and &amp;lt;var&amp;gt;$UnbindW&amp;lt;/var&amp;gt; functions unbind resources previously bound with the &amp;lt;var&amp;gt;[[$Bind]]&amp;lt;/var&amp;gt; function. Use &amp;lt;var&amp;gt;$UnBind&amp;lt;/var&amp;gt; to unbind a single resource.  Use &amp;lt;var&amp;gt;$UnBindW&amp;lt;/var&amp;gt; to unbind a set of resources specified with wildcards.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;var&amp;gt;$Unbind&amp;lt;/var&amp;gt; and &amp;lt;var&amp;gt;$UnbindW&amp;lt;/var&amp;gt; accept one argument and return a numeric code. &lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$Unbind&amp;lt;/span&amp;gt;(&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;res_name&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$UnbindW&amp;lt;/span&amp;gt;(&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;res_name&amp;lt;/span&amp;gt;)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%result&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A [[#Status codes|status code]] that indicates the result of the function.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;res_name&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The name of the resource to be unbound. This resource name can be any string up to 255 bytes long.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Status codes===&lt;br /&gt;
For &amp;lt;var&amp;gt;$Unbind&amp;lt;/var&amp;gt;:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;0 - Resource successfully unbound&lt;br /&gt;
1 - Resource name missing&lt;br /&gt;
2 - User does not have resource bound&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;var&amp;gt;$UnbindW&amp;lt;/var&amp;gt;:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;N - The number of unbound semaphores&lt;br /&gt;
All other errors cause request cancellation&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;A resource remains bound until it is either explicitly unbound with the $Unbind or $UnbindW function or the binding user logs off or is restarted. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The semaphore name specified as the argument to &amp;lt;var&amp;gt;$UnbindW&amp;lt;/var&amp;gt; can be an explicit name or it can contain the following wildcard characters:&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;*&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Matches any number of characters including none&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;?&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Matches any single character&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;quot;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Indicates that the next character must be treated literally, even if it is a wildcard character.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;String&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Matches&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;C*D&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;CUSTID or COD or CLOD&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;S??T&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;SALT or SLOT or SORT&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;E&amp;quot;*CONCRETE&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;E*CONCRETE&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The following program unbinds the resource called &amp;quot;SMITHERS&amp;quot;.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;b&lt;br /&gt;
%rc = $Unbind( &#039;SMITHERS&#039; )&lt;br /&gt;
End&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;The following program unbinds the all resource that begin with the letters &amp;quot;SMITH&amp;quot;.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
%RC = $UnbindW( &#039;SMITH*&#039; )&lt;br /&gt;
END&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing $Unbind and $UnbindW==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[List of $functions|Sirius functions]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Fast/Unload User Language Interface]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:JoclrNew.pdf|Janus Open Client]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:JosrvrNew.pdf|Janus Open Server]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Sockets]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Web Server]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese functions&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$Unbind and $UnbindW]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$TSOWait&amp;diff=116935</id>
		<title>$TSOWait</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$TSOWait&amp;diff=116935"/>
		<updated>2018-09-20T23:23:19Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$TSOWait}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Wait for program invoked via &amp;lt;var&amp;gt;$TsoAtt&amp;lt;/var&amp;gt; to complete&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TSOWait function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function waits for a program invoked via &amp;lt;var&amp;gt;$TsoAtt&amp;lt;/var&amp;gt; to complete.&amp;lt;p&amp;gt;&#039;&#039;&#039;Note: &#039;&#039;&#039; This function requires the special version of the TSO full screen interface to &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; that is distributed by Sirius Software. &amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The $TSOWait function accepts two arguments and returns a numeric completion code or task id. &lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$TSOWait&amp;lt;/span&amp;gt;(&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt; task_id&amp;lt;/span&amp;gt;, [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;out_image&amp;lt;/span&amp;gt;] )&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%result&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Either the completion code from the invoked program or an error code.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;task_id&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A number that is the task id of the &amp;quot;task&amp;quot; to be waited on. This task id is returned by &amp;lt;var&amp;gt;$TsoAtt&amp;lt;/var&amp;gt; at program invocation time. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;out_image&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the name of an image to receive output data from the invoked program. This is an optional argument.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Error codes===&lt;br /&gt;
&amp;lt;var&amp;gt;$TSOWait&amp;lt;/var&amp;gt; normally returns the completion code from the invoked program. If there is some error that prevents the program from being invoked, however, a negative error code is returned to indicate the problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt; -1 - Connection broken&lt;br /&gt;
 -4 - Not a TSO full screen IODEV (IODEV 11)&lt;br /&gt;
 -8 - Incorrect version of TSO interface&lt;br /&gt;
-16 - Image not found&lt;br /&gt;
-20 - LOUTPB too small&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following program invokes a program called &amp;lt;code&amp;gt;COMPRESS&amp;lt;/code&amp;gt; in the user&#039;s TSO address space with a parameter of &amp;lt;code&amp;gt;DSN(JUNK.CNTL)&amp;lt;/code&amp;gt;, issues a &amp;lt;var&amp;gt;FIND&amp;lt;/var&amp;gt; while &amp;lt;code&amp;gt;COMPRESS&amp;lt;/code&amp;gt; is running, and then waits for the &amp;lt;code&amp;gt;COMPRESS&amp;lt;/code&amp;gt; command to complete.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
 &lt;br /&gt;
%TASKID = $TsoAtt( &#039;COMPRESS&#039;, , &#039;DSN(JUNK.CNTL)&#039;)&lt;br /&gt;
 &lt;br /&gt;
FIND1: IN BIGFILE FIND ALL RECORDS FOR WHICH&lt;br /&gt;
NAME IS LIKE &#039;SM*&#039;&lt;br /&gt;
END FIND&lt;br /&gt;
 &lt;br /&gt;
%RC = $TSOWait( %TASKID )&lt;br /&gt;
 &lt;br /&gt;
 ...&lt;br /&gt;
 &lt;br /&gt;
END&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing $TSOWait==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese $functions&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$TSOWait]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$TSOStat&amp;diff=116934</id>
		<title>$TSOStat</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$TSOStat&amp;diff=116934"/>
		<updated>2018-09-20T23:23:18Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$TSOStat}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Status of program invoked via $TsoAtt&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TSOStat function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function returns the status of a task running a program invoked via &amp;lt;var&amp;gt;$TsoAtt&amp;lt;/var&amp;gt; or returns the number of such programs currently active.&amp;lt;p&amp;gt;&#039;&#039;&#039;Note: &#039;&#039;&#039; This function requires the special version of the TSO full screen interface to &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; that is distributed by Sirius Software. &amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The $TSOStat function accepts one argument and returns a numeric status code or count. &lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$TSOStat&amp;lt;/span&amp;gt;([&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;task_id&amp;lt;/span&amp;gt;])&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%result&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The status code for the task, a count of running tasks, or an error code.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;task_id&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A number that is the task id of the &amp;quot;task&amp;quot; for which status is requested. This is an optional argument and if omitted indicates that you want the count of currently active TSO tasks.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Error codes===&lt;br /&gt;
&amp;lt;var&amp;gt;$TSOStat&amp;lt;/var&amp;gt; normally returns the status code of an invoked program or a count of currently active tasks. If there is some error that prevents the status from being returned, however, a negative error code is returned to indicate the problem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt; -1 - Connection broken&lt;br /&gt;
 -4 - Not a TSO full screen IODEV (IODEV 11)&lt;br /&gt;
 -8 - Incorrect version of TSO interface&lt;br /&gt;
-20 - LOUTPB too small&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following program invokes a program called &amp;lt;code&amp;gt;COMPRESS&amp;lt;/code&amp;gt; in the user&#039;s TSO address space with a parameter of &amp;lt;code&amp;gt;DSN(JUNK.CNTL)&amp;lt;/code&amp;gt;, issues a &amp;lt;var&amp;gt;FIND&amp;lt;/var&amp;gt; while &amp;lt;code&amp;gt;COMPRESS&amp;lt;/code&amp;gt; is running, and then checks the status of the &amp;lt;code&amp;gt;COMPRESS&amp;lt;/code&amp;gt; command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
 &lt;br /&gt;
%TASKID = $TsoAtt( &#039;COMPRESS&#039;, , &#039;DSN(JUNK.CNTL)&#039;)&lt;br /&gt;
 &lt;br /&gt;
FIND1: IN BIGFILE FIND ALL RECORDS FOR WHICH&lt;br /&gt;
NAME IS LIKE &#039;SM*&#039;&lt;br /&gt;
END FIND&lt;br /&gt;
 &lt;br /&gt;
IF $TSOStat( %TASKID ) NE 0 THEN&lt;br /&gt;
 &lt;br /&gt;
 ...&lt;br /&gt;
 &lt;br /&gt;
END&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese $functions&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$TSOStat]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$TSOId&amp;diff=116933</id>
		<title>$TSOId</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$TSOId&amp;diff=116933"/>
		<updated>2018-09-20T23:23:18Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$TSOId}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;TSO userid user&#039;s thread&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TSOId function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function returns the TSO userid of the current user thread.&amp;lt;p&amp;gt;&#039;&#039;&#039;Note: &#039;&#039;&#039; This function requires the special version of the TSO full screen interface to &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; that is distributed by Sirius Software. &amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The $TSOId function accepts no arguments, and it returns either an 8 byte string containing the TSO userid of the &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; user, or a null string indicating that the user is not a TSO user or that the Sirius Software TSO Interface has not been installed.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;%term = $TSOId&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following program displays the user&#039;s TSO userid.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
PRINT $TSOId&lt;br /&gt;
END&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese $functions&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$TSOId]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$TsoExit&amp;diff=116932</id>
		<title>$TsoExit</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$TsoExit&amp;diff=116932"/>
		<updated>2018-09-20T23:23:17Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$TsoExit}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Terminate TSO full screen interface session, stack command&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TsoExit function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function requests that the TSO full screen interface terminate the session and optionally stacks a command to be executed upon termination.&amp;lt;p&amp;gt;&#039;&#039;&#039;Note: &#039;&#039;&#039; This function requires the special version of the TSO full screen interface to &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; that is distributed by Sirius Software. &amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$TsoExit&amp;lt;/var&amp;gt; function accepts one argument and returns a numeric completion code. &lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$TsoExit&amp;lt;/span&amp;gt;([&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;command&amp;lt;/span&amp;gt;])&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%result&amp;lt;/th&amp;gt; &lt;br /&gt;
&amp;lt;td&amp;gt;A numeric variable that is set to a [[#Status codes|status code]]. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;command&amp;lt;/th&amp;gt; &lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the name of the command to be invoked in the TSO address space. This is an optional argument; if it is null or missing, no command is stacked. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Status codes===&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;  0 - Function successful&lt;br /&gt;
 -1 - Connection broken&lt;br /&gt;
 -4 - Not a TSO full screen IODEV (IODEV 11)&lt;br /&gt;
 -8 - Incorrect version of TSO interface&lt;br /&gt;
-20 - LOUTPB too small&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following program requests the TSO full screen interface to terminate its session with &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; and then issue the &amp;lt;code&amp;gt;LOGOFF&amp;lt;/code&amp;gt; command in the TSO address space.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
%rc = $TsoExit( &#039;LOGOFF&#039; )&lt;br /&gt;
End&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese functions&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$TsoExit]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$TsoExec&amp;diff=116931</id>
		<title>$TsoExec</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$TsoExec&amp;diff=116931"/>
		<updated>2018-09-20T23:23:17Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$TsoExec}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Invoke CLIST in user&#039;s TSO address space&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TsoExec function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function invokes a CLIST in the user&#039;s TSO address space.&amp;lt;p&amp;gt;&#039;&#039;&#039;Note: &#039;&#039;&#039; This function requires the special version of the TSO full screen interface to &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; that is distributed by Sirius Software. &amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$TsoExec&amp;lt;/var&amp;gt; function accepts four arguments and returns a numeric completion code. &lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$TsoExec&amp;lt;/span&amp;gt;(&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;clist&amp;lt;/span&amp;gt;, [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;parms&amp;lt;/span&amp;gt;], [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;in_image&amp;lt;/span&amp;gt;], [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;out_image&amp;lt;/span&amp;gt;])&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%result &amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Either the completion code from the invoked CLIST or an error code.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;clist&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the name of the CLIST to be invoked in the TSO address space. This is an optional argument; and if it is null or missing, no processing is performed and a completion code of 0 is returned. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;parms&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the parameters to be passed to the invoked CLIST. This is an optional argument. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;in_image&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the name of an image containing input data for the invoked CLIST. This is an optional argument. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;out_image&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the name of an image to receive output data from the invoked CLIST. This is an optional argument.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Error codes===&lt;br /&gt;
&amp;lt;var&amp;gt;$TsoExec&amp;lt;/var&amp;gt; normally returns the completion code from the invoked CLIST. If there is some error that prevents the CLIST from being invoked, however, an error code is returned to indicate the problem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;  0 - No CLIST name specified&lt;br /&gt;
 -1 - Connection broken&lt;br /&gt;
 -4 - Not a TSO full screen IODEV (IODEV 11)&lt;br /&gt;
 -8 - Incorrect version of TSO interface&lt;br /&gt;
-16 - Image not found&lt;br /&gt;
-20 - LOUTPB too small&lt;br /&gt;
-28 - CLIST name is too long&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following program invokes a CLIST called &amp;lt;code&amp;gt;RUNSAS&amp;lt;/code&amp;gt; in the user&#039;s TSO address space with a parameter of &amp;lt;code&amp;gt;INDSN(TEMP.SAS.DATA)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
%rc = $TsoExec( &#039;RUNSAS&#039;, &#039;INDSN(TEMP.SAS.DATA)&#039;)&lt;br /&gt;
End&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese $functions&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$TsoExec]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$TsoCmd&amp;diff=116930</id>
		<title>$TsoCmd</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$TsoCmd&amp;diff=116930"/>
		<updated>2018-09-20T23:23:16Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$TsoCmd}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Invoke command in user&#039;s TSO address space&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TsoCmd function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function invokes a command in the user&#039;s TSO address space.&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note: &#039;&#039;&#039; This function requires the special version of the TSO full screen interface to &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; that is distributed by Sirius Software. &amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$TsoCmd&amp;lt;/var&amp;gt; function accepts two arguments and returns a numeric completion code. &lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$TsoCmd&amp;lt;/span&amp;gt;([&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;clist&amp;lt;/span&amp;gt;], [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;parms&amp;lt;/span&amp;gt;])&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%result&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Either the completion code from the invoked command or an error code.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;clist&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the name of the command to be invoked in the TSO address space. This is an optional argument; and if it is null or missing, no processing is performed and a completion code of 0 is returned. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;parms&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the parameters to be passed to the invoked command. This is an optional argument.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Error codes===&lt;br /&gt;
&amp;lt;var&amp;gt;$TsoCmd&amp;lt;/var&amp;gt; normally returns the completion code from the invoked command. If there is some error that prevents the command from being invoked, however, an error code is returned to indicate the problem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;  0 - No command name specified&lt;br /&gt;
 -1 - Connection broken&lt;br /&gt;
 -4 - Not a TSO full screen IODEV (IODEV 11)&lt;br /&gt;
 -8 - Incorrect version of TSO interface&lt;br /&gt;
-20 - LOUTPB too small&lt;br /&gt;
-28 - Command name is too long&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following program invokes a command called &amp;lt;code&amp;gt;ALLOCATE&amp;lt;/code&amp;gt; in the user&#039;s TSO address space with a parameter of &amp;lt;code&amp;gt;DSN(&#039;M204.DATA&#039;) NEW TRACKS SPACE(15,10)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
%RC = $TsoCmd( &#039;ALLOCATE&#039;, -&lt;br /&gt;
&#039;DSN(&amp;amp;#39;&#039;M204.DATA&amp;amp;#39;&#039;) NEW TRACKS SPACE(15,10)&#039;)&lt;br /&gt;
END&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese $functions&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$TsoCmd]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$TsoCan&amp;diff=116929</id>
		<title>$TsoCan</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$TsoCan&amp;diff=116929"/>
		<updated>2018-09-20T23:23:16Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$TsoCan}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Cancel program invoked via $TsoAtt&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TsoCan function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function cancels a specific task running a program invoked via &amp;lt;var&amp;gt;$TsoAtt&amp;lt;/var&amp;gt; or all such tasks initiated by the current user.&amp;lt;p&amp;gt;&#039;&#039;&#039;Note: &#039;&#039;&#039; This function requires the special version of the TSO full screen interface to &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; that is distributed by Sirius Software. &amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$TsoCan&amp;lt;/var&amp;gt; function accepts one argument and returns a numeric status code or count. &lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$TsoCan&amp;lt;/span&amp;gt;([&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;task_id&amp;lt;/span&amp;gt;])&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%result&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Either the status code for the cancelled task or an [[#Error codes|error code]].&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;task_id&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The number that is the task id of the &amp;quot;task&amp;quot; for which status is requested. This is an optional argument; omitting it indicates that you want all tasks to be cancelled.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Error codes===&lt;br /&gt;
&amp;lt;var&amp;gt;$TsoCan&amp;lt;/var&amp;gt; normally returns the status code of the cancelled task. If there is some error that prevents the task from being cancelled, however, a negative error code is returned to indicate the problem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt; -1 - Connection broken&lt;br /&gt;
 -4 - Not a TSO full screen IODEV (IODEV 11)&lt;br /&gt;
 -8 - Incorrect version of TSO interface&lt;br /&gt;
-20 - LOUTPB too small&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following program invokes a program called &amp;lt;code&amp;gt;COMPRESS&amp;lt;/code&amp;gt; in the user&#039;s TSO address space with a parameter of &amp;lt;code&amp;gt;DSN(JUNK.CNTL)&amp;lt;/code&amp;gt;, issues a &amp;lt;var&amp;gt;Find&amp;lt;/var&amp;gt; while &amp;lt;code&amp;gt;COMPRESS&amp;lt;/code&amp;gt; is running, and then cancels the &amp;lt;code&amp;gt;COMPRESS&amp;lt;/code&amp;gt; command if it is still running.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
 &lt;br /&gt;
%taskid = $TsoAtt( &#039;COMPRESS&#039;, , &#039;DSN(JUNK.CNTL)&#039;)&lt;br /&gt;
 &lt;br /&gt;
FIND1: IN BIGFILE FIND ALL RECORDS FOR WHICH&lt;br /&gt;
NAME IS LIKE &#039;SM*&#039;&lt;br /&gt;
END FIND&lt;br /&gt;
 &lt;br /&gt;
%rc = $TsoCan( %taskid )&lt;br /&gt;
 &lt;br /&gt;
 ...&lt;br /&gt;
 &lt;br /&gt;
End&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese $functions&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$TsoCan]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$TsoCall&amp;diff=116928</id>
		<title>$TsoCall</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$TsoCall&amp;diff=116928"/>
		<updated>2018-09-20T23:23:15Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$TsoCall}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Call program in user&#039;s TSO address space&amp;lt;/span&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TsoCall function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function invokes a program in the user&#039;s TSO address space. &amp;lt;var&amp;gt;$TsoCall&amp;lt;/var&amp;gt; performs a &amp;quot;synchronous&amp;quot; call to the program. That is, control is not returned from &amp;lt;var&amp;gt;$TsoCall&amp;lt;/var&amp;gt; until the invoked program terminates.&lt;br /&gt;
&amp;lt;p class=&amp;quot;note&amp;quot;&amp;gt;&#039;&#039;&#039;Note: &#039;&#039;&#039; This function requires the special version of the TSO full screen interface to &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; that is distributed by Rocket Software.&amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$TsoCall&amp;lt;/var&amp;gt; function accepts five arguments and returns a numeric completion code. &lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$TsoCall&amp;lt;/span&amp;gt;([&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;clist&amp;lt;/span&amp;gt;], [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;path&amp;lt;/span&amp;gt;], [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;parms&amp;lt;/span&amp;gt;], [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;in_image&amp;lt;/span&amp;gt;], [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;out_image&amp;lt;/span&amp;gt;])&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%result&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Either a completion code from the invoked program or an error code.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;clist&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the name of the program to be invoked in the TSO address space. This is an optional argument; and if it is null or missing, no processing is performed and a completion code of 0 is returned. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;path&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the path name for the program to be invoked in the TSO address space. This is an optional argument. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;parms&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the parameters to be passed to the invoked program. This is an optional argument. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;in_image&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the name of an image containing input data for the invoked program. This is an optional argument. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;out_image&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the name of an image to receive output data from the invoked program. This is an optional argument.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Status codes===&lt;br /&gt;
&amp;lt;var&amp;gt;$TsoCall&amp;lt;/var&amp;gt; normally returns the completion code from the invoked program. If there is some error that prevents the program from being invoked, however, an error code is returned to indicate the problem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;  0 - No program name specified&lt;br /&gt;
 -1 - Connection broken&lt;br /&gt;
 -4 - Not a TSO full screen IODEV (IODEV 11)&lt;br /&gt;
 -8 - Incorrect version of TSO interface&lt;br /&gt;
-16 - Image not found&lt;br /&gt;
-20 - LOUTPB too small&lt;br /&gt;
-28 - Program name is too long&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following program invokes a program called &amp;lt;code&amp;gt;DELETE&amp;lt;/code&amp;gt; in the user&#039;s TSO address space with a parameter of &amp;lt;code&amp;gt;DSN(TEMP.SAS.DATA)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
%rc = $TsoExec( &#039;DELETE&#039;, , &#039;DSN(TEMP.SAS.DATA)&#039;)&lt;br /&gt;
End&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese $functions&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$TsoCall]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$TsoAtt&amp;diff=116927</id>
		<title>$TsoAtt</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$TsoAtt&amp;diff=116927"/>
		<updated>2018-09-20T23:23:15Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$TsoAtt}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Attach program in user&#039;s TSO address space&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TsoAtt function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function invokes a program in the user&#039;s TSO address space. &amp;lt;var&amp;gt;$TsoAtt&amp;lt;/var&amp;gt; performs an &amp;quot;asynchronous&amp;quot; call to the program. That is, control is returned from &amp;lt;var&amp;gt;$TsoAtt&amp;lt;/var&amp;gt; as soon as the program is invoked in the TSO address space. The program continues to run while other processing can take place in the online address space.&amp;lt;p&amp;gt;&#039;&#039;&#039;Note: &#039;&#039;&#039; This function requires the special version of the TSO full screen interface to &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; that is distributed by Sirius Software. &amp;lt;/p&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$TsoAtt&amp;lt;/var&amp;gt; function accepts five arguments and returns a numeric completion code or task id. &lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$TsoAtt&amp;lt;/span&amp;gt;(&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;clist&amp;lt;/span&amp;gt;, [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;path&amp;lt;/span&amp;gt;], [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;parms&amp;lt;/span&amp;gt;], [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;in_image&amp;lt;/span&amp;gt;], [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;out_image&amp;lt;/span&amp;gt;])&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%result&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Set either to the created task ID or to an error code.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;clist&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the name of the program to be invoked in the TSO address space. If this argument is null or missing, no processing is performed and a completion code of 0 is returned. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;path&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the path name for the program to be invoked in the TSO address space. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;parms&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the parameters to be passed to the invoked CLIST. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;in_image&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the name of an image containing input data for the invoked CLIST. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;out_image&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A string containing the name of an image to receive output data from the invoked CLIST. &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Status codes===&lt;br /&gt;
&amp;lt;var&amp;gt;$TsoAtt&amp;lt;/var&amp;gt; normally returns a positive task id from the invoked program. If there is some error that prevents the program from being invoked, however, a negative error code is returned to indicate the problem.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt; -1 &amp;amp;mdash; Connection broken&lt;br /&gt;
 -4 &amp;amp;mdash; Not a TSO full screen IODEV (IODEV 11)&lt;br /&gt;
 -8 &amp;amp;mdash; Incorrect version of TSO interface&lt;br /&gt;
-16 &amp;amp;mdash; Image not found&lt;br /&gt;
-20 &amp;amp;mdash; LOUTPB too small&lt;br /&gt;
-28 &amp;amp;mdash; Program name is too long&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following program invokes a program called &amp;lt;code&amp;gt;COMPRESS&amp;lt;/code&amp;gt; in the user&#039;s TSO address space with a parameter of &amp;lt;code&amp;gt;DSN(JUNK.CNTL)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
%rc = $TsoAtt( &#039;COMPRESS&#039;, , &#039;DSN(JUNK.CNTL)&#039;)&lt;br /&gt;
End&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese $functions&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$TsoAtt]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$TermId&amp;diff=116926</id>
		<title>$TermId</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$TermId&amp;diff=116926"/>
		<updated>2018-09-20T23:23:14Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$TermId}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Terminal ID of current user thread&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TermId function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$TermId&amp;lt;/var&amp;gt; function accepts no arguments, and it returns either of these:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;An 8-byte string containing the terminal id.&lt;br /&gt;
&amp;lt;li&amp;gt;A null string indicating that a terminal id is not available.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;%term = $TermId&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;%term&amp;lt;/var&amp;gt; is set to either a null or an 8-byte string.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following program displays the user&#039;s terminal ID:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
PRINT $TermId&lt;br /&gt;
END&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[List of $functions|Sirius functions]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Fast/Unload User Language Interface]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:JoclrNew.pdf|Janus Open Client]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:JosrvrNew.pdf|Janus Open Server]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Sockets]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Web Server]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese functions&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$TermId]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$TanH&amp;diff=116925</id>
		<title>$TanH</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$TanH&amp;diff=116925"/>
		<updated>2018-09-20T23:23:13Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Hyperbolic tangent&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented&lt;br /&gt;
methods. There is currently no direct OO equivalent for the $TanH function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$TanH&amp;lt;/var&amp;gt; function returns&lt;br /&gt;
the hyperbolic tangent of an argument that is given in radians.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%num&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt; = $TanH(&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;)&amp;lt;/span&amp;gt;  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Mathematical $functions]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$Tan&amp;diff=116924</id>
		<title>$Tan</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$Tan&amp;diff=116924"/>
		<updated>2018-09-20T23:23:13Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Tangent&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented&lt;br /&gt;
methods. There is currently no direct OO equivalent for the $Tan function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$Tan&amp;lt;/var&amp;gt; function returns&lt;br /&gt;
the tangent of an argument that is given in radians.&lt;br /&gt;
If the magnitude of the argument exceeds 10&amp;lt;sup&amp;gt;15&amp;lt;/sup&amp;gt; radians, an error&lt;br /&gt;
message is printed and a 0 is returned.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%num&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt; = $Tan(&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;x&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;)&amp;lt;/span&amp;gt;  &amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category: Mathematical $functions]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$TableC&amp;diff=116923</id>
		<title>$TableC</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$TableC&amp;diff=116923"/>
		<updated>2018-09-20T23:23:12Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$TableC}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Information provided by TABLEC command&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $TableC function, but you can achieve the same results by capturing the output of a TABLEC command executed in a &amp;lt;var&amp;gt;[[Daemon class|Daemon]]&amp;lt;/var&amp;gt; request into a Stringlist.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This function allows retrieval of the information provided in the &amp;lt;var&amp;gt;TABLEC&amp;lt;/var&amp;gt; command from a &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;User Language&amp;lt;/var&amp;gt; program. &lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$TableC&amp;lt;/var&amp;gt; function is [[Calling Sirius Mods $functions|callable]]. &lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;[%result =] $TableC(image_name, [file])&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%result&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;A numeric variable to receive 0 or an error code.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;image_name&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;This required argument is a string identifying an image to receive returned data. This image should have the following format :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;IMAGE TABLEC_IMAGE&lt;br /&gt;
    FILE_NAME IS STRING LEN 8&lt;br /&gt;
  SLOTS_TOTAL IS BINARY LEN 4&lt;br /&gt;
   SLOTS_USED IS BINARY LEN 4&lt;br /&gt;
    SLOTS_PCT IS BINARY LEN 4&lt;br /&gt;
&amp;amp;#42; FOLLOWING FIELDS SET TO ZERO FOR PRE-8.1 FILES&lt;br /&gt;
   PROP_COUNT IS BINARY LEN 4&lt;br /&gt;
   PAGE_SPILL IS BINARY LEN 4&lt;br /&gt;
    PROP_OVFL IS BINARY LEN 4&lt;br /&gt;
    PROP_SPCT IS BINARY LEN 4&lt;br /&gt;
END IMAGE&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
See the [[TABLEC command]] and [[Tuning the hash index#Using the TABLEC command in Monitoring|Using the TABLEC command in monitoring]] for more information on the data returned by &amp;lt;var&amp;gt;$TableC&amp;lt;/var&amp;gt;.&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;file&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The name of the file on which the &amp;lt;var&amp;gt;$TableC&amp;lt;/var&amp;gt; function should operate. If this argument is not specified, the default file at compilation time is used by &amp;lt;var&amp;gt;$TableC&amp;lt;/var&amp;gt;.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Return codes===&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt; 0 - Image filled with Table C information&lt;br /&gt;
 4 - File invalid&lt;br /&gt;
 8 - File not open&lt;br /&gt;
12 - Image specified by argument 1 not found&lt;br /&gt;
16 - Image specified by argument 1 not active or too short&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following program prints the percentage of slots used in Table C of file &amp;lt;code&amp;gt;ROSA&amp;lt;/code&amp;gt;.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
IMAGE JUNK&lt;br /&gt;
FILE_NAME IS STRING LEN 8&lt;br /&gt;
 ...&lt;br /&gt;
END IMAGE&lt;br /&gt;
 &lt;br /&gt;
PREPARE IMAGE JUNK&lt;br /&gt;
%RC = $TableC(&#039;JUNK&#039;, &#039;ROSA&#039;)&lt;br /&gt;
IF %RC ^= 0 THEN&lt;br /&gt;
   STOP&lt;br /&gt;
END IF&lt;br /&gt;
PRINT %JUNK:SLOTS_PCT&lt;br /&gt;
 &lt;br /&gt;
END&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[List of $functions|Sirius functions]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$TableC]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$ProcCls&amp;diff=116812</id>
		<title>$ProcCls</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$ProcCls&amp;diff=116812"/>
		<updated>2018-09-20T22:42:24Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$ProcCls}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Close procedure before reaching end&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is currently no OO equivalent for the $ProcCls function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$ProcCls&amp;lt;/var&amp;gt; function may be used to &amp;quot;close&amp;quot; a procedure before reaching its end. &lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$ProcCls&amp;lt;/var&amp;gt; function accepts no arguments and returns a numeric result. It is a [[Calling Sirius Mods $functions|callable]] $function.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = $ProcCls&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/var&amp;gt; is set to indicate the results of the function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Return codes===&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;-1 - Current include level not opened by $ProcOpn&lt;br /&gt;
 0 - Include level closed, no more &amp;lt;var&amp;gt;$ProcOpn&amp;lt;/var&amp;gt; levels left&lt;br /&gt;
 N - Include level close, N &amp;lt;var&amp;gt;$ProcOpn&amp;lt;/var&amp;gt; levels left&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If &amp;lt;var&amp;gt;$ProcCls&amp;lt;/var&amp;gt; is called before the current procedure has been completely processed, the current procedure is closed and the next [[$ProcGet]], [[$ProcDat]], or [[$ProcLoc]] call operates on the previous procedure, if any. &amp;lt;var&amp;gt;$ProcCls&amp;lt;/var&amp;gt; will not close an input stream that was not open via [[$ProcOpn]]. &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
The following instructions close all procedure input streams opened by $ProcOpn.&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;REPEAT UNTIL %RESULT &amp;lt;= 0&lt;br /&gt;
%RESULT = $ProcCls&lt;br /&gt;
END REPEAT&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Sirius Functions]]&lt;br /&gt;
&amp;lt;li&amp;gt;[[Fast/Unload User Language Interface]]&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Web Server]]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$ProcCls]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$Proc_Touch&amp;diff=116811</id>
		<title>$Proc Touch</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$Proc_Touch&amp;diff=116811"/>
		<updated>2018-09-20T22:41:50Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$Proc_Touch}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Change a procedure&#039;s last-update date and user&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $Proc_Touch function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;var&amp;gt;$Proc_Touch&amp;lt;/var&amp;gt; lets you change the last updating date/time, account ID, or both, of a &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; procedure. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;var&amp;gt;$Proc_Touch&amp;lt;/var&amp;gt; is a [[Calling Sirius Mods $functions|callable]] function that accepts four string arguments and returns a numeric completion code.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;[%result =] $Proc_Touch (filename, procname, datetime, id)&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Syntax terms===&lt;br /&gt;
&amp;lt;table class=&amp;quot;syntaxTable&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;%result&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Integer that indicates the success of the function.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;filename&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Name of file containing the procedure. If this argument is null, blank, or not specified, the current default file name is used. The file must be open.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;procname&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Name of the procedure to be &amp;quot;touched,&amp;quot; that is, whose last-updating information is to be modified.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;datetime&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Date/time specification in either of the following formats: &amp;lt;var&amp;gt;YYDDDHHMISSXX&amp;lt;/var&amp;gt; or &amp;lt;var&amp;gt;YYYYDDDHHMISSXX&amp;lt;/var&amp;gt;. If &amp;lt;code&amp;gt;YY&amp;lt;/code&amp;gt; is used, &amp;lt;var&amp;gt;[[Datetime string formats#Using CENTSPAN|CENTSPAN]]&amp;lt;/var&amp;gt; is 1975. This argument may be a date and time in the future. If this argument is null or omitted, the current date and time is used. For more information about the CENTSPAN mechanism, &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;id&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;Account ID (ten-character maximum) to become the last updator. If &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;id&amp;lt;/var&amp;gt; is not supplied, is null, or is blank, the ID of the &amp;lt;var&amp;gt;$Proc_Touch&amp;lt;/var&amp;gt; caller is used. &lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note: &#039;&#039;&#039; This need not be the name of a valid user (this value is not validated, and it may include embedded blanks).&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Return codes===&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;0 - Success&lt;br /&gt;
1 - Procedure is in use&lt;br /&gt;
2 - Procedure does not exist or is secured&lt;br /&gt;
3 - Procedure name missing&lt;br /&gt;
4 - File name invalid&lt;br /&gt;
5 - No update privileges in file&lt;br /&gt;
6 - Invalid touch time&lt;br /&gt;
7 - Invalid account ID&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Besides its use internally by &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[SirLib]]&amp;lt;/var&amp;gt; to set more meaningful date/time stamps, &amp;lt;var&amp;gt;$Proc_Touch&amp;lt;/var&amp;gt; is also useful for correcting the results of &amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; &amp;lt;var&amp;gt;COPY PROC&amp;lt;/var&amp;gt; commands (when the old date/time is lost because &amp;lt;code&amp;gt;OLDDATE&amp;lt;/code&amp;gt; was not specified).&lt;br /&gt;
&amp;lt;li&amp;gt;These restrictions apply to a &amp;lt;var&amp;gt;$Proc_Touch&amp;lt;/var&amp;gt; operation:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;It must not be issued in the middle of another updating transaction. &lt;br /&gt;
&amp;lt;li&amp;gt;It is not part of an update unit and cannot be backed out. &lt;br /&gt;
&amp;lt;li&amp;gt;No roll-forward information is logged (or processed), so the effect of a &amp;lt;var&amp;gt;$Proc_Touch&amp;lt;/var&amp;gt; could get lost if recovery is run.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
In the following example, procedure COMP in file TESTPROC, last updated by user JACK, is &amp;quot;touched&amp;quot; to acquire an older date and user JACK3 as the last updating date and user:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt; Begin&lt;br /&gt;
 %RC is float&lt;br /&gt;
 OPEN FILE TESTPROC&lt;br /&gt;
 %RC = $Proc_Touch(&#039;TESTPROC&#039;, &#039;COMP&#039;, &#039;200436411111111&#039;, &#039;JACK3&#039;)&lt;br /&gt;
 Print &#039;TOUCH return code is: &#039; %RC&lt;br /&gt;
 End&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After this request finishes, the result of a DISPLAY PROC LIST command shows the modified date of the request and user JACK3 for the last update for procedure COMP:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt; COMP 12/29/04 11:11:11 136 JACK3&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Sirius Functions]]&lt;br /&gt;
&amp;lt;li&amp;gt;[[SirLib]]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$Proc_Touch]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$ProcDat&amp;diff=116810</id>
		<title>$ProcDat</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$ProcDat&amp;diff=116810"/>
		<updated>2018-09-20T22:41:09Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$ProcDat}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Add lines from procedure to $list&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $ProcDat function is &amp;lt;var&amp;gt;[[AppendOpenProcedure (Stringlist function)|AppendOpenProcedure]]&amp;lt;/var&amp;gt;.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$ProcDat&amp;lt;/var&amp;gt; function accepts three arguments, and returns a numeric code. &lt;br /&gt;
&lt;br /&gt;
The first argument identifies the $list to which lines from the currently open procedure will be added as $list items. This is a required argument. &lt;br /&gt;
&lt;br /&gt;
The second argument is an optional number of lines to be read. If the second argument is not provided, reading continues from the input procedure to the end of the procedure. &lt;br /&gt;
&lt;br /&gt;
The third argument specifies a sequence number increment for 8 byte sequence numbers to be placed in front of each line in the output $list. This sequence number indicates both the starting sequence number and the sequence number increment. If this parameter is not provided, no sequence numbers are placed in front of the input lines.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/span&amp;gt; = $ProcDat ( list_identifier, num_lines, seq_inc )&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;%result&amp;lt;/var&amp;gt; is set to indicate the success of the function.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The third argument to &amp;lt;var&amp;gt;$ProcDat&amp;lt;/var&amp;gt; is intended for use in conjunction with the &amp;lt;var&amp;gt;[[$ListUpd]]&amp;lt;/var&amp;gt; and &amp;lt;var&amp;gt;[[$ListCmp]]&amp;lt;/var&amp;gt; functions. &lt;br /&gt;
&lt;br /&gt;
===Return codes===&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;-1 - Current include level not opened by $ProcOpn&lt;br /&gt;
-3 - No room to create $list items&lt;br /&gt;
     (if LISTFC &amp;lt;var&amp;gt;$SirParm&amp;lt;/var&amp;gt; parameter not set)&lt;br /&gt;
-5 - Required parameter missing&lt;br /&gt;
-6 - Invalid $list identifier&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
If procedure &#039;SUTPENS_HUNDRED&#039; in file &#039;JACKSON&#039; contains:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
FOR %I FROM 1 TO 10&lt;br /&gt;
PRINT %I&lt;br /&gt;
END FOR&lt;br /&gt;
END&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This program:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
%LIST = $ListNew&lt;br /&gt;
 &lt;br /&gt;
%RESULT = $ProcOpn(&#039;SUTPENS_HUNDRED&#039;, &#039;JACKSON&#039;)&lt;br /&gt;
%RESULT = $ProcDat(%LIST, ,5000)&lt;br /&gt;
 &lt;br /&gt;
FOR %I FROM 1 TO $ListCnt(%LIST)&lt;br /&gt;
   PRINT $ListInf(%LIST, %I)&lt;br /&gt;
END FOR&lt;br /&gt;
END&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Prints the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;00005000B&lt;br /&gt;
00010000FOR %I FROM 1 TO 10&lt;br /&gt;
00015000 PRINT %I&lt;br /&gt;
00020000END FOR&lt;br /&gt;
00025000END&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Sirius Functions]]&lt;br /&gt;
&amp;lt;li&amp;gt;[[Fast/Unload User Language Interface]]&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Web Server]]&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$ProcDat]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$ProcGet&amp;diff=116809</id>
		<title>$ProcGet</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$ProcGet&amp;diff=116809"/>
		<updated>2018-09-20T22:36:40Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$ProcGet}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Next line of procedure&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. There is no direct OO equivalent for the $ProcGet function, however a whole family of methods is available, based on the OO interface to stringLists. See the &amp;lt;var&amp;gt;[[AppendOpenProcedure (Stringlist function)|AppendOpenProcedure]]&amp;lt;/var&amp;gt; as a starting point.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;var&amp;gt;$ProcGet&amp;lt;/var&amp;gt; accepts no arguments and returns a string result. Each call to &amp;lt;var&amp;gt;$ProcGet&amp;lt;/var&amp;gt; returns either the next line of the current procedure or a null string to signify the end of the current procedure. If the next input line from the current procedure contains a &amp;lt;code&amp;gt;??&amp;lt;/code&amp;gt;, the &amp;lt;code&amp;gt;??&amp;lt;/code&amp;gt; is replaced by the third argument specified on the &amp;lt;var&amp;gt;[[$ProcOpn]]&amp;lt;/var&amp;gt; associated with the open procedure, just as if the third &amp;lt;var&amp;gt;$ProcOpn&amp;lt;/var&amp;gt; argument had been specified after the procedure name on an &amp;lt;var&amp;gt;INCLUDE&amp;lt;/var&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%x&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$ProcGet&amp;lt;/span&amp;gt;()&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[Sirius Functions]]&amp;lt;/var&amp;gt; &lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[Fast/Unload User Language Interface]]&amp;lt;/var&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;[[Janus Web Server]]&amp;lt;/var&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
[[Category:$Functions|$ProcGet]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$C2D&amp;diff=116803</id>
		<title>$C2D</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$C2D&amp;diff=116803"/>
		<updated>2018-09-20T22:32:46Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:$C2D}}&lt;br /&gt;
&amp;lt;span class=&amp;quot;pageSubtitle&amp;quot;&amp;gt;Convert binary byte string to integer&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;warn&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;Many $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $C2D function is the &amp;lt;var&amp;gt;[[BinaryToInteger (String function)|BinaryToInteger]]&amp;lt;/var&amp;gt; function. For a full list of string and numeric conversion functions see [[List of String methods]] and [[List of Float methods]].&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;var&amp;gt;$C2D&amp;lt;/var&amp;gt; function returns the integer which is represented by a binary byte string argument. &lt;br /&gt;
&lt;br /&gt;
$C2D accepts one required and one optional argument and returns a numeric value. &lt;br /&gt;
&lt;br /&gt;
The first argument is the binary byte string to be converted to an integer. If it is omitted or is the null string, zero is the result. &lt;br /&gt;
&lt;br /&gt;
The second argument is the number of bytes to use from argument one. If this is longer than argument one, argument one is padded with leading zeroes to this length; otherwise the rightmost bytes of argument one are used. The default is 5. &lt;br /&gt;
&lt;br /&gt;
The returned result is the integer represented, in binary, by the byte string value of argument one. This is obtained from the rightmost bytes of the first argument, after any padding or truncating to the length specified by argument 2. If the length of argument one is 4 or more, or if argument two is less than or equal to the length of argument one, these bytes are treated as a signed number; otherwise they are treated as an unsigned number. A zero is returned for invalid arguments.&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;p class=&amp;quot;syntax&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;%value&amp;lt;/span&amp;gt; = &amp;lt;span class=&amp;quot;literal&amp;quot;&amp;gt;$C2D&amp;lt;/span&amp;gt;(&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;byte_string&amp;lt;/span&amp;gt;, [&amp;lt;span class=&amp;quot;term&amp;quot;&amp;gt;width&amp;lt;/span&amp;gt;])&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;%value&amp;lt;/var&amp;gt; is set to the integer represented by the byte string.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Usage notes==&lt;br /&gt;
&amp;lt;var&amp;gt;$C2D&amp;lt;/var&amp;gt; is similar to the standard &amp;lt;var&amp;gt;[[$Unbin]]&amp;lt;/var&amp;gt; function, with some differences, such as being able to specify the input length in bytes rather than bits, and being able to specify input lengths other than 2 or 4 bytes in length. &lt;br /&gt;
&lt;br /&gt;
The inverse of &amp;lt;var&amp;gt;$C2D&amp;lt;/var&amp;gt; is &amp;lt;var&amp;gt;[[$D2C]]&amp;lt;/var&amp;gt;. See also the &amp;lt;var&amp;gt;[[$D2X]]&amp;lt;/var&amp;gt; and &amp;lt;var&amp;gt;[[$X2D]]&amp;lt;/var&amp;gt; functions, and see the &amp;lt;var&amp;gt;[[$C2X]]&amp;lt;/var&amp;gt; and &amp;lt;var&amp;gt;[[$X2C]]&amp;lt;/var&amp;gt; functions.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
The following program will print the value -1:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;B&lt;br /&gt;
PRINT $C2D($X2C(&#039;FF&#039;), 1)&lt;br /&gt;
END&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here are some other results, with the input shown using hexadecimal representation, or as &amp;amp;apos; &amp;amp;apos; to indicate the null string:&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;$C2D(X&#039;09&#039;) -&amp;gt; 9&lt;br /&gt;
$C2D(X&#039;81&#039;) -&amp;gt; 129&lt;br /&gt;
$C2D(X&#039;FF81&#039;) -&amp;gt; 65409&lt;br /&gt;
$C2D(&amp;amp;apos;&amp;amp;apos;) -&amp;gt; 0&lt;br /&gt;
$C2D(X&#039;81&#039;) -&amp;gt; 129&lt;br /&gt;
$C2D(X&#039;81&#039;, 1) -&amp;gt; -127&lt;br /&gt;
$C2D(X&#039;81&#039;, 2) -&amp;gt; 129&lt;br /&gt;
$C2D(X&#039;FF81&#039;, 2) -&amp;gt; -127&lt;br /&gt;
$C2D(X&#039;FF81&#039;, 1) -&amp;gt; -127&lt;br /&gt;
$C2D(X&#039;FF7F&#039;, 1) -&amp;gt; 127&lt;br /&gt;
$C2D(X&#039;F081&#039;, 2) -&amp;gt; -3967&lt;br /&gt;
$C2D(X&#039;F081&#039;, 1) -&amp;gt; -127&lt;br /&gt;
$C2D(X&#039;0031&#039;, 0) -&amp;gt; 0&lt;br /&gt;
$C2D(X&#039;FFFFFFFF&#039;) -&amp;gt; -1&lt;br /&gt;
$C2D(X&#039;FFFFFF&#039;) -&amp;gt; 16777215&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Products authorizing {{PAGENAMEE}}== &lt;br /&gt;
&amp;lt;ul class=&amp;quot;smallAndTightList&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[List of $functions|Sirius functions]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Fast/Unload User Language Interface]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:JoclrNew.pdf|Janus Open Client]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:JosrvrNew.pdf|Janus Open Server]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Sockets]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Janus Web Server]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Japanese functions&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]&amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;caption&amp;quot;&amp;gt;Products authorizing $C2D&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:$Functions|$C2D]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=MXIJLOG_parameter&amp;diff=116669</id>
		<title>MXIJLOG parameter</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=MXIJLOG_parameter&amp;diff=116669"/>
		<updated>2018-08-14T20:56:52Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:MXIJLOG parameter subtitle}}&lt;br /&gt;
&lt;br /&gt;
This page is [[under construction]].&lt;br /&gt;
==Summary==&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dt&amp;gt;Default value&lt;br /&gt;
&amp;lt;dd&amp;gt;? ?&lt;br /&gt;
&amp;lt;dt&amp;gt;Parameter type&lt;br /&gt;
&amp;lt;dd&amp;gt;System&lt;br /&gt;
&amp;lt;dt&amp;gt;Where set&lt;br /&gt;
&amp;lt;dd&amp;gt;User 0 parameter line&lt;br /&gt;
&amp;lt;dt&amp;gt;Related products&lt;br /&gt;
&amp;lt;dd&amp;gt;All? ?&lt;br /&gt;
&amp;lt;dt&amp;gt;Introduced&lt;br /&gt;
&amp;lt;dd&amp;gt;&amp;lt;var class=&amp;quot;product&amp;quot;&amp;gt;Model 204&amp;lt;/var&amp;gt; version 7.?&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
? ?&lt;br /&gt;
&lt;br /&gt;
[[Category:Parameters]]&lt;br /&gt;
[[Category:System parameters]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=M204.1400&amp;diff=116662</id>
		<title>M204.1400</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=M204.1400&amp;diff=116662"/>
		<updated>2018-08-09T22:17:57Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:M204.1400 skeleton}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;gt;** Replace this with an &amp;lt;b&amp;gt;&amp;lt;i&amp;gt;explanation of the message&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;, such as the conditions causing it **&amp;lt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Response:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;gt;** Replace this with a &amp;lt;b&amp;gt;&amp;lt;i&amp;gt;description of the action&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; the customer should take **&amp;lt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Version introduced:&amp;lt;/b&amp;gt;&lt;br /&gt;
x.x&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
{{Template:M204.1400 footer}}&lt;br /&gt;
[[Category: Pending messages]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=M204.1399&amp;diff=116658</id>
		<title>M204.1399</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=M204.1399&amp;diff=116658"/>
		<updated>2018-08-09T22:05:58Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:M204.1399 skeleton}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;gt;** Replace this with an &amp;lt;b&amp;gt;&amp;lt;i&amp;gt;explanation of the message&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;, such as the conditions causing it **&amp;lt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Response:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;gt;** Replace this with a &amp;lt;b&amp;gt;&amp;lt;i&amp;gt;description of the action&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; the customer should take **&amp;lt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Version introduced:&amp;lt;/b&amp;gt;&lt;br /&gt;
x.x&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
{{Template:M204.1399 footer}}&lt;br /&gt;
[[Category: Pending messages]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=M204.1403&amp;diff=116655</id>
		<title>M204.1403</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=M204.1403&amp;diff=116655"/>
		<updated>2018-08-09T21:36:45Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:M204.1403 skeleton}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;gt;** Replace this with an &amp;lt;b&amp;gt;&amp;lt;i&amp;gt;explanation of the message&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;, such as the conditions causing it **&amp;lt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Response:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;gt;** Replace this with a &amp;lt;b&amp;gt;&amp;lt;i&amp;gt;description of the action&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; the customer should take **&amp;lt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Version introduced:&amp;lt;/b&amp;gt;&lt;br /&gt;
x.x&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
{{Template:M204.1403 footer}}&lt;br /&gt;
[[Category: Pending messages]]&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2898_footer&amp;diff=116269</id>
		<title>Template:M204.2898 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2898_footer&amp;diff=116269"/>
		<updated>2018-06-08T21:13:57Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COMPILE&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Compilation error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2898|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2800 - M204.2999]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2877_footer&amp;diff=116268</id>
		<title>Template:M204.2877 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2877_footer&amp;diff=116268"/>
		<updated>2018-06-08T21:13:57Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2877|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2800 - M204.2999]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2862_footer&amp;diff=116267</id>
		<title>Template:M204.2862 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2862_footer&amp;diff=116267"/>
		<updated>2018-06-08T21:13:56Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2862|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2800 - M204.2999]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2849_footer&amp;diff=116266</id>
		<title>Template:M204.2849 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2849_footer&amp;diff=116266"/>
		<updated>2018-06-08T21:13:55Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COMPILE&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Compilation error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2849|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2800 - M204.2999]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2845_footer&amp;diff=116265</id>
		<title>Template:M204.2845 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2845_footer&amp;diff=116265"/>
		<updated>2018-06-08T21:13:55Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2845|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2800 - M204.2999]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2844_footer&amp;diff=116264</id>
		<title>Template:M204.2844 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2844_footer&amp;diff=116264"/>
		<updated>2018-06-08T21:13:46Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2844|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2800 - M204.2999]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2842_footer&amp;diff=116263</id>
		<title>Template:M204.2842 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2842_footer&amp;diff=116263"/>
		<updated>2018-06-08T21:13:45Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2842|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2800 - M204.2999]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2841_footer&amp;diff=116262</id>
		<title>Template:M204.2841 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2841_footer&amp;diff=116262"/>
		<updated>2018-06-08T21:13:44Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2841|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2800 - M204.2999]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2840_footer&amp;diff=116261</id>
		<title>Template:M204.2840 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2840_footer&amp;diff=116261"/>
		<updated>2018-06-08T21:13:44Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2840|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2800 - M204.2999]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2839_footer&amp;diff=116260</id>
		<title>Template:M204.2839 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2839_footer&amp;diff=116260"/>
		<updated>2018-06-08T21:13:43Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2839|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2800 - M204.2999]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2808_footer&amp;diff=116259</id>
		<title>Template:M204.2808 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2808_footer&amp;diff=116259"/>
		<updated>2018-06-08T21:13:32Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COMPILE&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Compilation error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2808|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2800 - M204.2999]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2798_footer&amp;diff=116258</id>
		<title>Template:M204.2798 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2798_footer&amp;diff=116258"/>
		<updated>2018-06-08T21:13:32Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COMPILE&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Compilation error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2798|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2600 - M204.2799]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2797_footer&amp;diff=116257</id>
		<title>Template:M204.2797 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2797_footer&amp;diff=116257"/>
		<updated>2018-06-08T21:13:31Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COMPILE&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Compilation error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2797|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2600 - M204.2799]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2795_footer&amp;diff=116256</id>
		<title>Template:M204.2795 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2795_footer&amp;diff=116256"/>
		<updated>2018-06-08T21:13:30Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COMPILE&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Compilation error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2795|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2600 - M204.2799]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2793_footer&amp;diff=116255</id>
		<title>Template:M204.2793 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2793_footer&amp;diff=116255"/>
		<updated>2018-06-08T21:13:30Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2793|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2600 - M204.2799]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2791_footer&amp;diff=116254</id>
		<title>Template:M204.2791 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2791_footer&amp;diff=116254"/>
		<updated>2018-06-08T21:13:21Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=I&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Information class; the message can be suppressed with the X&#039;02&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITMS&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type MS to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;NOCOUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Does not increment the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2791|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2600 - M204.2799]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2790_footer&amp;diff=116253</id>
		<title>Template:M204.2790 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2790_footer&amp;diff=116253"/>
		<updated>2018-06-08T21:13:20Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=I&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Information class; the message can be suppressed with the X&#039;02&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITMS&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type MS to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;NOCOUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Does not increment the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2790|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2600 - M204.2799]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2781_footer&amp;diff=116252</id>
		<title>Template:M204.2781 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2781_footer&amp;diff=116252"/>
		<updated>2018-06-08T21:13:20Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COMPILE&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Compilation error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2781|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2600 - M204.2799]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2779_footer&amp;diff=116251</id>
		<title>Template:M204.2779 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2779_footer&amp;diff=116251"/>
		<updated>2018-06-08T21:13:19Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COMPILE&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Compilation error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2779|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2600 - M204.2799]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2775_footer&amp;diff=116250</id>
		<title>Template:M204.2775 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2775_footer&amp;diff=116250"/>
		<updated>2018-06-08T21:13:18Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COMPILE&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Compilation error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2775|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2600 - M204.2799]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2718_footer&amp;diff=116249</id>
		<title>Template:M204.2718 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2718_footer&amp;diff=116249"/>
		<updated>2018-06-08T21:13:09Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COMPILE&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Compilation error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2718|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2600 - M204.2799]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2713_footer&amp;diff=116248</id>
		<title>Template:M204.2713 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2713_footer&amp;diff=116248"/>
		<updated>2018-06-08T21:13:09Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2713|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2600 - M204.2799]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2706_footer&amp;diff=116247</id>
		<title>Template:M204.2706 footer</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=Template:M204.2706_footer&amp;diff=116247"/>
		<updated>2018-06-08T21:13:08Z</updated>

		<summary type="html">&lt;p&gt;EllieWiccan: Automatically generated page update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--This page was automatically generated and will be automatically replaced, so any manual edits will be lost. You&#039;ve been warned.--&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Message attributes:&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;table class=&amp;quot;thJustBold&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEO=0&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets online return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;RETCODEB=4&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Sets batch (single user) return code&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;CLASS=E&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Error class; the message can be suppressed with the X&#039;04&#039; bit setting of the &amp;lt;var&amp;gt;[[MSGCTL parameter|MSGCTL]]&amp;lt;/var&amp;gt; parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;AUDITER&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Writes the message with line type ER to the audit trail&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COUNT&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Increments the error count (&amp;lt;var&amp;gt;[[ERCNT parameter|ERCNT]]&amp;lt;/var&amp;gt;) parameter&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;ECHO&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Displays the line that caused the error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&amp;lt;th&amp;gt;COMPILE&amp;lt;/th&amp;gt;&amp;lt;td&amp;gt;Compilation error&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
[[List of Model 204 messages#M204.2706|Back to list of messages]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.nnnn messages]]&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;[[Category:M204.2600 - M204.2799]]&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>EllieWiccan</name></author>
	</entry>
</feed>