!   problems with global sections?    The Question is:    L We have an in-house app that creates a global section via sys$crmpsc.  AfterJ upgrading to 6.2, this app started misbehaving.  How do we determin if theA global section is being created on top of other installed images?      The Answer is :   G   Though there is insufficient information on the application to answer C   this with any certainty...  You will probably need to contact the 1   Compaq Customer Support Center to resolve this.    E   The application may have started misbehaving at V6.2 because it was K   potentially performing something that was unsupported and undocumented -- I   the application was likely using "carnal" knowledge of the names of the I   sections created by the image activator and was using this knowledge to K   overmap the image sections.  This procedure is unsupported, undocumented, L   and highly unrecommended.  (Of course, this answer is entirely conjecture,I   as there is insufficient information here for any degree if certainty.)    F   The usual approach is to use a position-independent request (EXPREG)I   when mapping the global section.  An example of mapping global sections D   is available in the left navigation at the Ask The Wizard website.   J   If you need to overmap variables, there are approaches that can be used.=   (The Wizard prefers to avoid position dependence, however.)    L   If the above does not resolve the problem, you will likely need to provideG   a source code example that reproduces the problem being reported, and &   contact the customer support center.   /  Answer written or last revised on  7-JUN-2004  