<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=%24RlcFile</id>
	<title>$RlcFile - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://m204wiki.rocketsoftware.com/index.php?action=history&amp;feed=atom&amp;title=%24RlcFile"/>
	<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$RlcFile&amp;action=history"/>
	<updated>2026-05-04T09:46:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$RlcFile&amp;diff=70834&amp;oldid=prev</id>
		<title>Mlarocca: Mlarocca moved page $RLCFILE to $RlcFile: Lower case change</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$RlcFile&amp;diff=70834&amp;oldid=prev"/>
		<updated>2014-07-29T14:23:28Z</updated>

		<summary type="html">&lt;p&gt;Mlarocca moved page &lt;a href=&quot;/index.php?title=$RLCFILE&quot; class=&quot;mw-redirect&quot; title=&quot;$RLCFILE&quot;&gt;$RLCFILE&lt;/a&gt; to &lt;a href=&quot;/index.php?title=$RlcFile&quot; title=&quot;$RlcFile&quot;&gt;$RlcFile&lt;/a&gt;: Lower case change&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:23, 29 July 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Mlarocca</name></author>
	</entry>
	<entry>
		<id>https://m204wiki.rocketsoftware.com/index.php?title=$RlcFile&amp;diff=58471&amp;oldid=prev</id>
		<title>Alex: Automatically generated page update</title>
		<link rel="alternate" type="text/html" href="https://m204wiki.rocketsoftware.com/index.php?title=$RlcFile&amp;diff=58471&amp;oldid=prev"/>
		<updated>2013-04-20T13:18:14Z</updated>

		<summary type="html">&lt;p&gt;Automatically generated page update&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;p&amp;gt;The $RLCFILE function returns the name of the file in which the last record locking conflict occurred. If the file is remote, $RLCFILE also returns the location of the file (in the form &amp;lt;var class=&amp;quot;term&amp;quot;&amp;gt;filename AT location&amp;lt;/var&amp;gt;). This function is most useful when used within an ON FIND CONFLICT or ON RECORD LOCKING CONFLICT unit.    &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The $RLCFILE function takes no arguments. At the beginning of a request, $RLCFILE is set to null values. After a record locking conflict occurs, $RLCFILE returns the name of the conflicting file.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Example&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This request prints the name of the file that invokes the ON RECORD LOCKING CONFLICT unit:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;code&amp;quot;&amp;gt;BEGIN&lt;br /&gt;
ON RECORD LOCKING CONFLICT&lt;br /&gt;
    PRINT &amp;#039;UNABLE TO COMPLETE&amp;#039;&lt;br /&gt;
    PRINT &amp;#039;CONFLICT OCCURING IN FILE = &amp;#039; WITH $RLCFILE&lt;br /&gt;
END ON&lt;br /&gt;
&lt;br /&gt;
GET.NAME: FOR EACH RECORD WHERE -&lt;br /&gt;
              FULLNAME IS LIKE &amp;#039;JOHNST*&amp;#039;&lt;br /&gt;
              CHANGE AGENT TO GOODRICH&lt;br /&gt;
          END FOR&lt;br /&gt;
END   &lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
[[Category:SOUL $functions]]&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>