<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.signature.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fstop</id>
		<title>IB Statements/stop - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fstop"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/stop&amp;action=history"/>
		<updated>2026-04-22T10:26:03Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.signature.net/index.php?title=IB_Statements/stop&amp;diff=373&amp;oldid=prev</id>
		<title>Badge: New page: '''STOP statement'''   '''Syntax:'''  STOP    '''Discussion:'''  The STOP statement terminates a program and runs the QMONITOR program.  There can be more than one STOP statement in a prog...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/stop&amp;diff=373&amp;oldid=prev"/>
				<updated>2009-05-20T12:04:22Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;STOP statement&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  STOP    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The STOP statement terminates a program and runs the QMONITOR program.  There can be more than one STOP statement in a prog...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''STOP statement''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  STOP  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The STOP statement terminates a program and runs the QMONITOR program. &lt;br /&gt;
There can be more than one STOP statement in a program. &lt;br /&gt;
&lt;br /&gt;
'''Application note:''' The most common way to terminate a program is to run another program, such as a menu program, via the RUN statement. &lt;br /&gt;
&lt;br /&gt;
The STOP statement is a runtime statement, as opposed to the END statement which is a compile-time statement indicating the physical end of the source program. &lt;br /&gt;
 &lt;br /&gt;
'''Example:'''&lt;br /&gt;
&lt;br /&gt;
  READ (1,400) EXCP=1000&lt;br /&gt;
  .&lt;br /&gt;
  .&lt;br /&gt;
  .&lt;br /&gt;
  1000    IF EXCP NE 33 STOP&lt;br /&gt;
&lt;br /&gt;
In this example, the STOP statement is used in the exception routine at statement-label 1000. In this case, if the system variable EXCP does not equal 33 (which indicates that a record is extracted by another user), the program will stop executing.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>