<?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=CONTINUE</id>
	<title>CONTINUE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.vmssoftware.com/index.php?action=history&amp;feed=atom&amp;title=CONTINUE"/>
	<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=CONTINUE&amp;action=history"/>
	<updated>2026-05-12T05:47:31Z</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=CONTINUE&amp;diff=1647&amp;oldid=prev</id>
		<title>Jane.doe: Created page with &quot;CONTINUE is a DCL command that resumes execution of a DCL command, a program, or a command procedure that was i...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.vmssoftware.com/index.php?title=CONTINUE&amp;diff=1647&amp;oldid=prev"/>
		<updated>2019-12-02T14:04:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;CONTINUE is a &lt;a href=&quot;/DCL&quot; title=&quot;DCL&quot;&gt;DCL&lt;/a&gt; &lt;a href=&quot;/Command&quot; title=&quot;Command&quot;&gt;command&lt;/a&gt; that resumes execution of a &lt;a href=&quot;/DCL&quot; title=&quot;DCL&quot;&gt;DCL&lt;/a&gt; &lt;a href=&quot;/Command&quot; title=&quot;Command&quot;&gt;command&lt;/a&gt;, a &lt;a href=&quot;/Image&quot; title=&quot;Image&quot;&gt;program&lt;/a&gt;, or a &lt;a href=&quot;/Command_Procedure&quot; class=&quot;mw-redirect&quot; title=&quot;Command Procedure&quot;&gt;command procedure&lt;/a&gt; that was i...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;CONTINUE is a [[DCL]] [[Command|command]] that resumes execution of a [[DCL]] [[Command|command]], a [[Image|program]], or a [[Command Procedure|command procedure]] that was interrupted by pressing Ctrl/Y or Ctrl/C. You cannot resume execution of the image if you have entered a command that executes another image or if you have invoked a command procedure. &lt;br /&gt;
=Syntax=&lt;br /&gt;
 CONTINUE&lt;br /&gt;
=Examples=&lt;br /&gt;
 $ RUN MYPROGRAM_A&lt;br /&gt;
    &amp;lt;Ctrl/Y&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 $ SHOW TIME&lt;br /&gt;
      14-DEC-2001 13:40:12&lt;br /&gt;
 $ CONTINUE&lt;br /&gt;
&lt;br /&gt;
In this example, the [[RUN]] command executes the program MYPROGRAM_A. While the program is running, pressing Ctrl/Y interrupts the image. The SHOW TIME command requests a display of the current date and time. The CONTINUE command resumes the image.&lt;br /&gt;
&lt;br /&gt;
 $ ON SEVERE_ERROR THEN CONTINUE&lt;br /&gt;
&lt;br /&gt;
In this example, the command procedure statement requests the command interpreter to continue executing the procedure if any warning, error, or severe error status value is returned from the execution of a command or program. This [[ON]] statement overrides the default action, which is to exit from a procedure following errors or severe errors.&lt;br /&gt;
&lt;br /&gt;
[[Category:DCL Commands]]&lt;/div&gt;</summary>
		<author><name>Jane.doe</name></author>
	</entry>
</feed>