Library /sys$common/syshlp/HELPLIB.HLB  —  INSTALL  ADD  Qualifiers  /RESIDENT
       /RESIDENT[=([NO]CODE,[NO]DATA)]

    Causes image code segments/sections or read-only data
    segments/sections to be placed in the granularity hint regions and
    compresses other image segments/sections, which remain located in
    process space. If you do not specify the /RESIDENT qualifier,
    neither code nor data is installed resident. If you specify the
    /RESIDENT qualifier without keyword arguments, code is installed
    resident, and data is not installed resident.

    On x86-64, the image must be installed with /SHARED=ADDRESS_DATA.

    On Alpha, the image must be linked using the /SECTION_BINDING=
    (CODE,DATA) qualifier.

    An image installed with resident code or data is implicitly
    installed header resident and shared.
Close Help