Start of change

Tracking directed load modules

Use the SETPROG TRACKDIRLOAD command to enable system-wide tracking of directed load modules. A directed load module is a module that is directly loaded to a specified storage address. When enabled, mapping information about directed load modules is included in the maps produced by hardware instrumentation services (HIS). Directed load tracking is enabled by default. The complete syntax for the SETPROG TRACKDIRLOAD command is:
 
SETPROG TRACKDIRLOAD
Use the SETPROG NOTRACKDIRLOAD command to disable system-wide tracking of directed load modules. Any tracking information about directed load modules that was collected before issuing the SETPROG NOTRACKDIRLOAD command is preserved in the buffer and included in maps produced by HIS. The complete syntax for the SETPROG NOTRACKDIRLOAD command is:
 
SETPROG NOTRACKDIRLOAD
End of change