To enable the service layer to properly access the overlay program for your component, ensure that you do the following when writing your MIF file:
start paths name = "EXPOverlay" os2 = "names" unix = "/usr/lpp/sva/bin/names" end paths
In this case, the value of the name statement is used in attribute definitions to refer back to this path definition. The operating system statement identifies the filename of an OS/2 dynamic link library (DLL) that functions as the overlay program.
value = * "EXPOverlay"
This identifies the previous path definition by its name statement and enables the service layer to load the proper overlay program to retrieve the attribute's value.
For implementation details specific to the operating environments supported by SystemView Agent:
Read