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 (October 1996, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 21 Oct 1996 17:26:43 -0400
Reply-To:     julierog@ix.netcom.com
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Roger L. Lustig" <julierog@IX.NETCOM.COM>
Organization: Netcom
Subject:      Re: This Format and Length Change Shouldn't Be Difficult

Walter Davis wrote: > > I'm not entirely sure if this will work for your problem but I'm pretty > sure it will. You need to set the length of the variable before setting > the input data set.

Right! Specifically, LENGTH .... ; must be the second statement in the DATA step, right after the DATA statement. Only then will it re-length variables that already exist.

Roger


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