LINK Help (linker.hlp) (Table of Contents; Topic list)
<load> Attribute
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Attribute:  <load>
 
     Used by:    CODE, DATA, SEGMENTS
 
     Determines when a segment is loaded.
 
     Keyword        Purpose
 
     PRELOAD        Specifies that the segment is loaded when the
                    program starts.
 
     LOADONCALL     Default. Specifies that the segment is not loaded
                    until accessed and only if not already loaded.
                                    -♦-