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) ...

Get SAS® Guide to Report Writing: Examples, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.