LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (July 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 25 Jul 2008 13:03:50 -0700
Reply-To:   Mindy <master2005_sas@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Mindy <master2005_sas@YAHOO.COM>
Organization:   http://groups.google.com
Subject:   Re: How to get log inforamtion of nested macro
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

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;


Back to: Top of message | Previous page | Main SAS-L page