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 (March 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 22 Mar 2002 14:53:42 -0500
Reply-To:     "Fehd, Ronald J." <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J." <rjf2@CDC.GOV>
Subject:      Re: SAS Coding Standards: comments
Content-Type: text/plain; charset="ISO-8859-1"

lest I forget: macro comments can appear -inside- a SAS statement:

attrib %*ids; Record_Type length = $ 1 %*H:Header, P:Program, S:Score, T:Termination==EndoFile; Program_Num length = 3 %*integer2; CLIA_Num length = $10 %*char10.; Test_Yr length = 4 %*integer4: ccYY; Test_ID_Num length = $ 3 %*char3.; Action_Type length = 4 %*integer1; Record_Seq_Num length = 8 %*integer7; Eff_Dt length = 8 %*mdy; format = mmddyy10. ... ;%*attribute closure;

Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov


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