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 (November 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 1 Nov 2006 17:51:02 -0500
Reply-To:     Jim Groeneveld <jim2stat@YAHOO.CO.UK>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jim Groeneveld <jim2stat@YAHOO.CO.UK>
Subject:      Re: %Global option problem
Comments: To: sathevaibhav@GMAIL.COM

Hi Sathe,

I have never heard of an option Ro1000. Where did you read about that? What should it do? Or is it something specific to your case?

What you are doing with %GLOBAL is specifying a global macro variable which is only valid within a defined macro. This obviously is not what you intend.

So what do you want to do? What is the whole story? Please supply more detail to the list.

Regards - Jim. -- Jim Groeneveld, Netherlands Statistician, SAS consultant home.hccnet.nl/jim.groeneveld

On Wed, 1 Nov 2006 14:06:04 -0800, SAS-USER <sathevaibhav@GMAIL.COM> wrote:

>Hi All, > >Here right now in my code i am specifying >%global RO1000; >option and the when i run it, i want to check if that option is getting >created or not i.e. is it getting read or not. Then where should i >check it? so that i will know if that option is getting created or not? >This RO1000 stands for a report option which i am selecting from the >GUI (Graphical user interface) and in my code i reference the interface >link. So, i want to know if this option which i am specifying is >getting created or not? so where should i look in to see if it is >created? > >SAS-USER.


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