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 (September 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 2 Sep 2005 05:06:08 -0700
Reply-To:     jshansen <selchauhansen@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         jshansen <selchauhansen@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: detecting which dataset is the current
Comments: To: sas-l@uga.edu
In-Reply-To:  <1125661534.074158.35510@g47g2000cwa.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"

Joep,

I don't think that will work.

The line %if (d1 = 'N') %then c = put(&var, z5.); is mixing macro-code & data-step-code.

A %if MUST cheak the value of a MACRO-var, not a data-step-var.

Thanx anyway, any suggestion gives me new ideas.

Jan


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