Resident: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
An optional parameter for the [[CLEAR]] command. It indicates that the CLEAR operation is to be performed on all libraries currently loaded resident. When this parameter is not followed by the STATUS parameter, BR clears all resident libraries from memory. Note that if any linkages are active for any of the libraries, an error will result when this operation is attempted. If the STATUS parameter is included, then the resident libraries are demoted from resident status to present status.
An optional parameter for the [[clear]] and [[executed]] [[load]] commands. '''Resident''' indicates that the clear operation is to be performed on all libraries currently loaded resident. When this parameter is not followed by the STATUS parameter, BR clears all resident libraries from memory. Note that if any linkages are active for any of the libraries, an error will result when this operation is attempted. If the STATUS parameter is included, then the resident libraries are demoted from resident status to present status.


See also:
See also:
*[[Clear]]
*[[Load]]
*[[Load]].
*[[Option Retain]]
*[[Option Retain]]
*[[Library Facility#Resident_Library|Resident Library]]


<noinclude>
<noinclude>
[[Category:All Parameters]]
[[Category:All Parameters]]
</noinclude>
</noinclude>

Latest revision as of 15:56, 8 May 2014

An optional parameter for the clear and executed load commands. Resident indicates that the clear operation is to be performed on all libraries currently loaded resident. When this parameter is not followed by the STATUS parameter, BR clears all resident libraries from memory. Note that if any linkages are active for any of the libraries, an error will result when this operation is attempted. If the STATUS parameter is included, then the resident libraries are demoted from resident status to present status.

See also: