|
On Jul 23, 3:31 pm, datan...@GMAIL.COM ("data _null_,") wrote:
> You also need the "parent" options.
>
> Options mprint mprintnest mlogic mlogicnest;
>
> On 7/23/08,Mindy<master2005_...@yahoo.com> wrote:
>
>
>
> > Hey, guys,
>
> > Have anyone use option mprintnest mlogicnest ?
>
> > I heard SAS provided options mprintnest mlogicnest in SAS9.* to
> > display log information in nested macro. But it doesn't work in my
> > case, where I have 3 level nested macro.
>
> > Does anyone know any options to display nested macro?
>
> > Many thanks,
> >Mindy- Hide quoted text -
>
> - Show quoted text -
Hey guys,
This this option I used. But it doesn't work. I have more than 2
layers of macro call. ___ Thanks, Mindy
options symbolgen mprint mlogic mfile mcompilenote=all mprintnest
mlogicnest;
|