INVENTORY Data Set

DATA Step That Creates the INVENTORY Data Set

data inventory;
  input partnmbr $ quantity price @@;
datalines;
B01-03/06 100  5.75 B02-03/08 100  6.60 B03-03/10  79  7.25
B04-03/12  37  7.80 B05-03/14   3  8.40 B06-03/16  15  7.95
B07-03/20  97  8.80 B08-03/25  24  4.25 B09-03/30  18  7.40
B10-03/06  92  7.10 B11-03/08  12  7.20 B12-03/10   9  7.70
B13-03/12   2  8.00 B14-03/14  37  8.80 B15-03/16  22  9.05
B16-03/20  15  9.20 B17-03/25  50  5.75 B18-03/30  50  8.00
B19-04/06 100 10.10 B20-04/08  33  5.90 B21-04/10  41  6.40
B22-04/12   7  6.80 B23-04/14  11  7.50 B24-04/16  17  6.95
B25-04/18  26  7.95 B26-04/20  31  7.20 B27-04/22  99  9.60
B28-04/25  50  3.95 B29-04/30  42  4.60 B30-04/06  87 11.60
B31-04/08  31  6.70 B32-04/10  11  7.10 B33-04/12   8  7.70
B34-04/14  14  8.80 B35-04/16  19  9.05 B36-04/18  17  9.60
B37-04/20  33  8.80 B38-04/22  51 11.20 B39-04/25  50  5.25
B40-04/30  47  5.50 B41-05/06  97 11.80 B42-05/08  13  6.40
B43-05/10  17  6.60 B44-05/12  15  6.80 B45-05/14   2  7.70
B46-05/16   4  6.60 B47-05/18  77  7.95 B48-05/20  11  7.20
B49-05/22  81  8.80 B50-05/25  50  4.15 B51-05/30  31  4.60
B52-05/06 100 13.75 B53-05/08  23  7.05 B54-05/10  59  7.10
B55-05/12  87  7.70 B56-05/14  22  7.95 B57-05/16  83  8.15
B58-05/18  16  8.45 B59-05/20  18  8.90 B60-05/22  29 10.40
B61-05/25  50  4.85 B62-05/30  31  5.25 B63-06/06 100 12.20
B64-06/08 100  7.00 B65-06/10  52  7.20 B66-06/12  43  7.45
B67-06/14  66  7.95 B68-06/16  69  8.05
;;;;

Figure A.16. Partial PROC CONTENTS Output of the INVENTORY Data Set
                                    The CONTENTS Procedure

        Data Set Name        WORK.INVENTORY                   Observations           68
        Member Type          DATA                             Variables              3
        Engine               V9                               Indexes                0
        Created              Thu, Feb 03, 2005 04:42:38 PM    Observation Length     24
        Last Modified        Thu, Feb 03, 2005 04:42:38 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    partnmbr    Char       8
                                 3    price       Num        8
                                 2    quantity    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.116.69.240