HOUSING Data Set

DATA Step That Creates the HOUSING Data Set

data housing;
   input zone $1. +1 type : $9. bedr bath sqfeet age
         schools : $15. / address & $25. price;
datalines;
4 capecod 4 2.5 2538 6 920:340/400/368
211 Whitehall Way  354900
1 colonial 4 2.5 2700 7 920:470/360/552
1800 Bridgeport  369900
...more datalines... .
;;;;

Figure A.1. Partial PROC CONTENTS Output of the HOUSING Data Set
                                    The CONTENTS Procedure

        Data Set Name        WORK.HOUSING                     Observations           50
        Member Type          DATA                             Variables              9
        Engine               V9                               Indexes                0
        Created              Thu, Feb 03, 2005 04:07:49 PM    Observation Length     96
        Last Modified        Thu, Feb 03, 2005 04:07:49 PM    Deleted Observations   0
        Protection                                            Compressed             NO
        Data Set Type                                         Sorted                 NO
        Label
        Data Representation  WINDOWS_32
        Encoding             wlatin1  Western (Windows)


                          Alphabetic List of Variables and Attributes


                                 #    Variable    Type     Len

                                 8    address     Char      25
                                 6    age         Num        8
                                 4    bath        Num        8
                                 3    bedr        Num        8
                                 9    price       Num        8
                                 7    schools     Char      15
                                 5    sqfeet      Num        8
                                 2    type        Char       9
                                 1    zone        Char       1

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.107.181