CLOSE LINK: TPROCESS, Transfer Control link, or UL/DB2: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
 
Line 11: Line 11:
   
   
<b>Where:</b>
<b>Where:</b>
<var class="term">linkname</var> is the link specified on the DEFINE LINK command.
<var class="term">linkname</var> is the link specified on the <var>[[DEFINE_LINK_command:_TPROCESS|DEFINE LINK]]</var> command.


==Usage notes==
==Usage notes==

Latest revision as of 12:19, 11 February 2019

Summary

Privileges
User 0, system administrator, system manager
Function
Disables the link specified in the link entity definition

Syntax

CLOSE LINK linkname

Where: linkname is the link specified on the DEFINE LINK command.

Usage notes

CLOSE LINK disables the link specified in the link entity definition. Processes using the link are ended and new processes are not allowed to start. All internal resources, buffers, and control blocks are released.

The CLOSE LINK command is not required at shutdown; an implicit CLOSE LINK is performed during Model 204 termination.