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 (February 2000, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 17 Feb 2000 22:12:44 -0800
Reply-To:     Robert Virgile <virgile@MEDIAONE.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Robert Virgile <virgile@MEDIAONE.NET>
Subject:      Re: re-order variables
Content-Type: text/plain; charset=us-ascii

No promises, but here's a thought.

Since retained variables get processed differently than nonretained, the logical order of variables in the PDV is influenced by whether the variable is retained or not. (4 sections: character vs. numeric, and retained vs. nonretained). All variables regardless of position must have a keep/drop flag. But retaining a variable in part determines its location in the PDV.

That said, to us outsiders it's all tea leaves.

Bob V.


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