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 (March 2002, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 1 Mar 2002 09:28:48 -0300
Reply-To:     Silvano Cesar da Costa <silvano@UEL.BR>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Silvano Cesar da Costa <silvano@UEL.BR>
Subject:      Re: help for Substr
Content-Type: text/plain; charset="iso-8859-1"

Try this:

data date; input year 1-4 month 5-6 day 7-8; cards; 19470114 19590814 19421128 19451228 19431006 19401012 19351221 19421216 19400322 19411016 ; proc print data=date; run;

Silvano.


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