CUSTRESP Data Set

DATA Step That Creates the CUSTRESP Data Set

data custresp;
   input customer factor1-factor4 source1-source3 website
store;
datalines;
  1 . . 1 1 1 1 .  0    1
  2 1 1 . 1 1 1 .  0    8
  3 . . 1 1 1 1 .  0    4
  4 1 1 . 1 . 1 . 10    3
  5 . 1 . 1 1 . .  1    0
  6 . 1 . 1 1 . .  3    0
  7 . 1 . 1 1 . .  0    6
...more datalines....
;;;;

Figure A.12. Partial PROC CONTENTS Output of the CUSTRESP Data Set
                                         The CONTENTS Procedure

          Data Set Name        WORK.CUSTRESP                        Observations           120
          Member Type          DATA                                 Variables              10
          Engine               V9                                   Indexes                0
          Created              Thu, Feb 03, 2005 04:31:52 PM        Observation Length     80
          Last Modified        Thu, Feb 03, 2005 04:31:52 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

                                      1    customer    Num        8
                                      2    factor1     Num        8
                                      3    factor2     Num        8
                                      4    factor3     Num        8
                                      5    factor4     Num        8
                                      6    source1     Num        8
                                      7    source2     Num        8
                                      8    source3     Num        8
                                     10    store       Num        8
                                      9    website     Num        8

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

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