RESUME SUBSYSTEM command: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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>For more information, see [[System requirements for Application Subsystems#resume subsystem|Using the RESUME SUBSYSTEM command]].</p> | |||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Subsystem commands]] | [[Category:Subsystem commands]] |
Revision as of 16:52, 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.
For more information, see Using the RESUME SUBSYSTEM command.