<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.vmssoftware.com/index.php?action=history&amp;feed=atom&amp;title=Label</id>
	<title>Label - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.vmssoftware.com/index.php?action=history&amp;feed=atom&amp;title=Label"/>
	<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Label&amp;action=history"/>
	<updated>2026-04-30T12:03:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://wiki.vmssoftware.com/index.php?title=Label&amp;diff=2645&amp;oldid=prev</id>
		<title>Jane.doe: Created page with &quot;A &#039;&#039;&#039;label&#039;&#039;&#039; is a statement in a DCL command procedure that marks a certain place in the command procedure for purposes of execution flow control. It ca...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=Label&amp;diff=2645&amp;oldid=prev"/>
		<updated>2023-12-18T14:16:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;A &amp;#039;&amp;#039;&amp;#039;label&amp;#039;&amp;#039;&amp;#039; is a statement in a DCL &lt;a href=&quot;/Command_procedure&quot; title=&quot;Command procedure&quot;&gt;command procedure&lt;/a&gt; that marks a certain place in the command procedure for purposes of execution flow control. It ca...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A &amp;#039;&amp;#039;&amp;#039;label&amp;#039;&amp;#039;&amp;#039; is a statement in a DCL [[Command procedure|command procedure]] that marks a certain place in the command procedure for purposes of execution flow control. It can be any string preceded by a dollar sign and followed by a colon (:):&lt;br /&gt;
 &lt;br /&gt;
 $ SHOW TIME&lt;br /&gt;
 $LOOP:&lt;br /&gt;
 $ FILE = F$SEARCH(&amp;quot;FILE.LIS&amp;quot;)&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
In the example above, &amp;quot;LOOP&amp;quot; is a label. It is possible to refer to this label with [[GOTO]] or [[GOSUB]] as well as /END and /ERROR qualifiers of the [[READ]] command and some other commands.&lt;/div&gt;</summary>
		<author><name>Jane.doe</name></author>
	</entry>
</feed>