|
Paige Miller wrote in message <3801D3AD.7FC1DC15@kodak.com>...
>john_iwaniszek@worldnet.att.net wrote:
>>
>> a macro can be 'decompiled' by running it with mprint turned on and also
using
>> mfile to route mprint output to a file.
This is no true decompile, it does not fully list the %IF logic;
even with MLOGIC enabled you get not all statements used.
>
>If the first line of the compiled macro is
>
>OPTIONS NOMPRINT NOSOURCE;
>
>then doesn't this make the remainder of the macro secure?
This is only true if the generated code is at the statement
level, but if you use a macro to generate part of a statement,
then the options statement comes at an inappropriate instance.
Grtz., Fabrizio
|