RESUME SUBSYSTEM command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
<dl>
<dl>
<dt>Privileges
<dt>Privileges
<dd>Defined in the subsystem definition
<dd>Defined in the [[System requirements for Application Subsystems#Overview of the Subsystem Management facility|subsystem]] definition
<dt>Function
<dt>Function
<dd>To clear a subsystem from the Suspend state and reenter the subsystem.  
<dd>To clear a subsystem from the Suspend state and reenter the subsystem.  
Line 13: Line 13:
<p>Any procedures precompiled prior to the suspend are available without recompiling. The subsystem is set to the Active state.</p>
<p>Any procedures precompiled prior to the suspend are available without recompiling. The subsystem is set to the Active state.</p>
<p>The APSY initialization routine is not rerun.</p>
<p>The APSY initialization routine is not rerun.</p>
<p>Messages that can appear when running this command are described in [[System requirements for Application Subsystems#resume subsystem|Using the RESUME SUBSYSTEM command]].</p>
[[Category:Commands]]
[[Category:Commands]]
[[Category:Subsystem commands]]

Latest revision as of 16:54, 23 March 2017

Summary

Privileges
Defined in the subsystem definition
Function
To clear a subsystem from the Suspend state and reenter the subsystem.

Syntax

RESUME SUBSYSTEM subsys-name

where subsys-name specifies the subsystem to reactivate.

Usage

Any procedures precompiled prior to the suspend are available without recompiling. The subsystem is set to the Active state.

The APSY initialization routine is not rerun.

Messages that can appear when running this command are described in Using the RESUME SUBSYSTEM command.