LIBRARIES Data Set

DATA Step That Creates the LIBRARIES Data Set

data libraries;
  infile datalines dsd;
  length media audience type category subcategory $ 20;
  input media audience type category subcategory items;
datalines;
Audio,Adult,Audiocassettes,All,General,1569
Audio,Adult,CompactDiscs,All,General,2018
Books,Adult,Hardcover,Fiction,General,5210
Books,Adult,Paperback,Fiction,General,1353
Books,Adult,Hardcover,Fiction,Mystery,1293
Books,Adult,Paperback,Fiction,Mystery,1521
Books,Adult,Hardcover,Fiction,Romance,170
Books,Adult,Paperback,Fiction,Romance,854
...more datalines... .
;;;;

Figure A.10. Partial PROC CONTENTS Output of the LIBRARIES Data Set
                                    The CONTENTS Procedure

        Data Set Name        WORK.LIBRARIES                   Observations           61
        Member Type          DATA                             Variables              6
        Engine               V9                               Indexes                0
        Created              Thu, Feb 03, 2005 04:30:00 PM    Observation Length     112
        Last Modified        Thu, Feb 03, 2005 04:30:00 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

                                2    audience       Char      20
                                4    category       Char      20
                                6    items          Num        8
                                1    media          Char      20
                                5    subcategory    Char      20
                                3    type           Char      20

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

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