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 (November 2007, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 24 Nov 2007 16:17:40 -0500
Reply-To:   "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Richard A. DeVenezia" <rdevenezia@WILDBLUE.NET>
Organization:   Internet News Service
Subject:   Re: informats reading NUMERIC data
Comments:   To: sas-l@uga.edu

RolandRB wrote: > I think there is a profound misunderstanding about the nature of > informats when I see a statement like this: > > "Now to be accurate, as the more informed members of SAS-L have said, > informats read character data and transform it to either numeric or > character." > > I would argue that there are a number of informats that read NUMERIC > data... discourse ensues ...

A more accurate description of what informats do is likely to confusing to the layuser of SAS.

To me, an informat is a specification for transforming a sequence of bytes or bits into either a SAS numeric value or SAS character value.

The operant behavior of an informat is an automatic inline function call whose processing is specific to the informat name, the arguments W and D, and the source byte sequence.

If Potter Stewart were a SAS programmer, he might have been quoted as follows: "informats" are hard to define, but "I know it when I see it". :)

-- Richard A. DeVenezia http://www.devenezia.com/


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