LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 2004, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 6 Dec 2004 16:28:42 -0600
Reply-To:     "Dunn, Toby" <Toby.Dunn@TEA.STATE.TX.US>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Dunn, Toby" <Toby.Dunn@TEA.STATE.TX.US>
Subject:      Re: put a % mark
Comments: To: "Yang, Kai" <Kai.Yang@CSHS.ORG>
Content-Type: text/plain; charset="us-ascii"

Kai,

Harry pointed out that I mistyped %nrst should be %nrstr.

Toby

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Yang, Kai Sent: Monday, December 06, 2004 4:23 PM To: SAS-L@LISTSERV.UGA.EDU Subject: put a % mark

Hi, SAS - L Pls look at the program below. I would like to put "%" mark in a txt file. I got error messages. The SAS consider that I involve a macro, but I did not. Is there a way to solve the problem?

data _null_; set mk_name3; file "c:\_chk.txt"; put "%chk(ab=" col1 ");"; run;

Thank you Kai


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