Hello:

Suppose I have a macro like this:

MACRO123 FUNC=ABCD,AREA=XYZ


In my program I code it like this:

MACRO123 FUNC=ABCD,AREA=XYZ

Later in the program, I code it like this:

MACRO123 FUNC=EFGH,AREA=XYZ

How can I enforce the requirement that the AREA=parameter is
coded the same in both invocations of the macro?  In other words,
if the second macro invocation is like this:

MACRO123 FUNC=EFGH,AREA=WRONGAREA

then a MNOTE would be generated?  I want to enforce the
requirement that the same AREA=name is used in both
invocations.

Thank you.

Paul

Reply via email to