I read this coming back and realized it might appear that I was talking down to you. Sorry, that was not my intent. Just to be a bit instructive to others that review this later.
However, I have had to do this kind of thing in macros that we have had to capture to ensure correct code expansions (e.g., make sure they don't cause another macro to be generated a second time, such as IHAPSA). If I remember correctly, the "D" (Defined) attribute does not cause LOOK-AHEAD to take place -- But should LOOK-AHEAD have already taken place so that the "generation" or definition of YOUR code has occurred, I believe that HL-ASM ignores this and the AIF would fail and you would still generate the code. So the macro would have to be placed beyond the code where you would have your definitions (or end of the program as the case may be). Regards, Steve Thompson [This being Monday, having had two days off from work, I am having to be retrained in typing, sentence construction, and programming. And more importantly, wehre the blasted coffee pot is and how to use it.] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Ed Finnell Sent: Monday, July 31, 2006 9:44 AM To: [email protected] Subject: Re: S99RBXLN "Head's Up" In a message dated 7/31/2006 9:37:38 A.M. Central Standard Time, [EMAIL PROTECTED] writes: How about AIF (D'S99RBXLN).DONE_ALREADY inside the IBM supplied macro? You apply this to the macro via USERMOD... >> Yeah, guess I'm looking for the snake pits where the usedmod or 3rd party software is applied on one system and copied to others which may not be at correct levels. ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

