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 (June 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 23 Jun 2004 11:41:16 -0400
Reply-To:     "DePuy, Venita" <depuy001@DCRI.DUKE.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "DePuy, Venita" <depuy001@DCRI.DUKE.EDU>
Subject:      Re: What does this function do
Comments: To: kumar <subramanyam_22@YAHOO.COM>
Content-Type: text/plain

It's creating the macro variable called START.

&PGMdrive is another macro variable created earlier . . . so it's taking the value from that and concatenating it (that's what || does) with \INVEST\START.DAT.

HTH Venita

> ---------- > From: kumar[SMTP:subramanyam_22@YAHOO.COM] > Reply To: kumar > Sent: Wednesday, June 23, 2004 11:26 AM > To: SAS-L@LISTSERV.UGA.EDU > Subject: What does this function do > > Hello guys I am running a Program SAS/AF as I new to it can you > explain what does > CALL SYMPUT('START',"&PGMDRIVE" || '\INVEST\START.DAT'); > > specially what is this "&PGMDRIVE" is doing is it assigned to start or > it is been called from somewhere > I am confused. > > Thankyou in advance. >


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