<?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%2Fwakeup</id>
		<title>IB Statements/wakeup - 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%2Fwakeup"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/wakeup&amp;action=history"/>
		<updated>2026-04-05T18:04:42Z</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/wakeup&amp;diff=369&amp;oldid=prev</id>
		<title>Badge: New page: '''WAKEUP statement'''   '''Syntax:'''  WAKEUP time-string    '''Discussion:'''  The WAKEUP statement suspends processing of the current program until a specified &quot;wakeup time.&quot;   The time...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/wakeup&amp;diff=369&amp;oldid=prev"/>
				<updated>2009-05-20T11:49:26Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;WAKEUP statement&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  WAKEUP time-string    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The WAKEUP statement suspends processing of the current program until a specified &amp;quot;wakeup time.&amp;quot;   The time...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''WAKEUP statement''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  WAKEUP time-string  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The WAKEUP statement suspends processing of the current program until a specified &amp;quot;wakeup time.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
The time-string parameter may be a string constant, a single-element string variable, a string array element, a string expression, or a string function in the format &amp;quot;HH:MM:SS&amp;quot; (where &amp;quot;HH&amp;quot; indicates the hour, &amp;quot;MM&amp;quot; indicates the minute, and &amp;quot;SS&amp;quot; indicates the second for the current program to resume processing). &lt;br /&gt;
&lt;br /&gt;
The partition running a suspended program will show the program as active even though its processing has been suspended. No other jobs may be executed in this partition while the original program is suspended. &lt;br /&gt;
&lt;br /&gt;
'''Application note:''' The WAKEUP statement does not require system resources and is preferred over other processing suspension methods, such as repetitive looping. &lt;br /&gt;
 &lt;br /&gt;
'''History&lt;br /&gt;
:'''  Starting with Comet version 504.211, the target time and current time are written to the system buffer (#) on the exit from a WAKEUP. This was added primarily as an internal debugging tool, but please note that the contents of the system buffer contain this data when the WAKEUP statement is executed. &lt;br /&gt;
 &lt;br /&gt;
'''Example:''' &lt;br /&gt;
 LENGTH 2 &amp;amp; LOCAL FLAG$&lt;br /&gt;
  .&lt;br /&gt;
  CLEAR&lt;br /&gt;
  .&lt;br /&gt;
  WAKEUP &amp;quot;21:30:00&amp;quot;&lt;br /&gt;
  .&lt;br /&gt;
  .&lt;br /&gt;
  .&lt;br /&gt;
&lt;br /&gt;
In the above example, the program will suspend processing as soon as it encounters the WAKEUP statement. The program will resume processing at 9:30 p.m.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>