On Wed, 2 May 2007 11:09:26 -0300, Shmuel Metz (Seymour J.) <[EMAIL PROTECTED]> wrote:
>... >No it isn't. Further, even if you revised the code to remove the >control and control/RLD records, you'd still have to deal with gaps. >The only bulletproof way to do it is to pre-allocate a variable to the >size of the module and to overlay each text record on it, at the >proper offset. >... The other pretty bulletproof technique (as mentioned several times in this thread) is to load the load module. This would be troublesome for comparisons (relocated adcons, uninitialized storage, etc.) but for searching it should be ok. Pat O'Keefe ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

