home *** CD-ROM | disk | FTP | other *** search
/ DOS Wares / doswares.zip / doswares / PROGS / SPSS4 / SPSS4-1.ZIP / BASETEST.LIS < prev    next >
Encoding:
File List  |  1991-05-30  |  24.1 KB  |  533 lines

  1.            SPSS/PC+ The Statistical Package for IBM PC                  5/30/91
  2. INC 'd:\spss\basetest.inc'                                                     
  3. SET DISK=ON EJECT=ON SEED=2000000 LOG OFF VIEW 24.
  4.  
  5. Page   2                          SPSS/PC+                              5/30/91
  6. TITLE 'Basetest.inc'.
  7. * Test job for SPSS/PC+ base system.
  8.  
  9. SHOW.
  10.  
  11. Page   3   Basetest.inc                                                 5/30/91
  12.  
  13.           SPSS/PC+ V4.0 (02-221)          Workspace:  176.4K
  14.           Machine:  COMPAQ                Free disk space:   762K
  15.           Coprocessor installed           Work Device C:     762K
  16.           Current directory:  C:\COPY
  17.           SPSS/PC+ directory:  d:\spss
  18.  
  19.           LISTING  SPSS.LIS         SCREEN     ON     INCLUDE  ON
  20.           LOG      OFF              PRINTER    OFF    BEEP     ON
  21.           RESULTS  SPSS.PRC         PTRANSL    ON     MORE     ON
  22.           NULLINE  ON               ECHO       ON     EJECT    ON
  23.  
  24.           PROMPT   SPSS/PC:         LENGTH      24    WIDTH     79
  25.           CPROMPT         :         BLOCK      █      BOX      ─│┼└┌┘┐├┤┬┴
  26.           ENDCMD   .                HIST       ▄      SEED          2000000
  27.           COLOR    (15, 1, 1)       CPI        10.00  LPI       6.00
  28.           WEIGHT   OFF              COMPRESS   ON     BLANKS            .
  29.                                     ERRORBREAK ON     VIEWLENGTH  25
  30.           ______________________ Review Settings ______________________
  31.  
  32.           AUTOMENU  ON              HELPWINDOWS ON    MENUS     STANDARD
  33.           RCOLOR   ( 1, 2, 4)                         RUNREVIEW AUTO
  34.  
  35. DATA LIST /MOHIRED YRHIRED 12-15 DEPT79 TO DEPT82 SEX 16-20
  36.           /SALARY79 TO SALARY82 6-25 AGE 54-55 RAISE80 TO RAISE82 56-70
  37.           /JOBCAT 6 EMPNAME 25-48 (A).
  38. DISPLAY.
  39.  
  40. Page   5   Basetest.inc                                                 5/30/91
  41.            MOHIRED  -           * No label *                                   
  42.            YRHIRED  -           * No label *                                   
  43.            DEPT79   -           * No label *                                   
  44.            DEPT80   -           * No label *                                   
  45.            DEPT81   -           * No label *                                   
  46.            DEPT82   -           * No label *                                   
  47.            SEX      -           * No label *                                   
  48.            SALARY79 -           * No label *                                   
  49.            SALARY80 -           * No label *                                   
  50.            SALARY81 -           * No label *                                   
  51.            SALARY82 -           * No label *                                   
  52.            AGE      -           * No label *                                   
  53.            RAISE80  -           * No label *                                   
  54.            RAISE81  -           * No label *                                   
  55.            RAISE82  -           * No label *                                   
  56.            JOBCAT   -           * No label *                                   
  57.            EMPNAME  -           * No label *                                   
  58.  
  59. MISSING VALUES DEPT79 TO SALARY82 AGE (0) RAISE80 TO RAISE82 (-999) JOBCAT (9).
  60. VAR LABELS AGE 'Age in years'.
  61. VALUE LABELS SEX 1 'Male' 2 'Female'/
  62.              JOBCAT 1 'Stk Clk' 2 'Admin' 3 'Sales' 4 'Mgr'.
  63. * Recode AGE into GRPAGE.
  64.   COMPUTE GRPAGE = AGE.
  65.     RECODE  GRPAGE (low THRU 25=1) (26 THRU 30=2) (31 THRU 39=3) (40 THRU 49=4)
  66.       (50 THRU HI=5).
  67.     VALUE LABELS GRPAGE 1 'Low - 25' 2 '26 - 30' 3 '31 - 39' 4 '40 - 49'
  68.                         5 '50-High'.
  69. DISPLAY GRPAGE JOBCAT.
  70.  
  71. Page   7   Basetest.inc                                                 5/30/91
  72.  
  73.  Variable: GRPAGE        Label: * No label *                                   
  74.    Value labels follow   Type: Number  Width:  8  Dec: 2     Missing: * None * 
  75.        1.00   Low - 25                         2.00   26 - 30                  
  76.        3.00   31 - 39                          4.00   40 - 49                  
  77.        5.00   50-High                                                          
  78.  
  79.  Variable: JOBCAT        Label: * No label *                                   
  80.    Value labels follow   Type: Number  Width:  1  Dec: 0     Missing:     9.00 
  81.        1.00   Stk Clk                          2.00   Admin                    
  82.        3.00   Sales                            4.00   Mgr                      
  83.  
  84. BEGIN DATA.
  85. END DATA.
  86.     100 cases are written to the compressed active file.
  87.  
  88. This procedure was completed at 16:36:56
  89. FREQUENCIES  VARIABLES=AGE GRPAGE /FORMAT=LIMIT(10)/HBAR NORMAL
  90.              INCREMENT(4).
  91.  
  92. ***** Memory allows a total of   8212 Values, accumulated across all Variables.
  93.       There also may be up to    1026 Value Labels for each Variable.
  94.  
  95.  
  96. Page   8   Basetest.inc                                                 5/30/91
  97.  
  98. AGE       Age in years
  99.  
  100.     Count   Midpoint
  101.         5      22.00 │▄▄▄▄▄▄▄▄▄▄  .
  102.        22      26.00 │▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄:▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  103.        19      30.00 │▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄:▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  104.        14      34.00 │▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄:
  105.         6      38.00 │▄▄▄▄▄▄▄▄▄▄▄▄               .
  106.         7      42.00 │▄▄▄▄▄▄▄▄▄▄▄▄▄▄          .
  107.         5      46.00 │▄▄▄▄▄▄▄▄▄▄         .
  108.         7      50.00 │▄▄▄▄▄▄▄▄▄▄▄▄▄:
  109.         9      54.00 │▄▄▄▄▄▄▄:▄▄▄▄▄▄▄▄▄▄
  110.         3      58.00 │▄▄▄:▄▄
  111.         3      62.00 │▄:▄▄▄▄
  112.                      I....+....I....+....I....+....I....+....I....+....I
  113.                      0         5        10        15        20        25
  114.                                Histogram frequency
  115.  
  116. Valid cases     100      Missing cases      0
  117.  
  118. Page   9   Basetest.inc                                                 5/30/91
  119.  
  120. GRPAGE
  121.  
  122.  
  123.                                                         Valid     Cum
  124. Value Label                 Value  Frequency  Percent  Percent  Percent
  125.  
  126. Low - 25                     1.00        13     13.0     13.0     13.0
  127. 26 - 30                      2.00        31     31.0     31.0     44.0
  128. 31 - 39                      3.00        22     22.0     22.0     66.0
  129. 40 - 49                      4.00        16     16.0     16.0     82.0
  130. 50-High                      5.00        18     18.0     18.0    100.0
  131.                                      -------  -------  -------
  132.                             Total       100    100.0    100.0
  133.  
  134. Page  10   Basetest.inc                                                 5/30/91
  135.  
  136. GRPAGE
  137.  
  138.  
  139.             Low - 25 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 13
  140.              26 - 30 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 31
  141.              31 - 39 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 22
  142.              40 - 49 ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 16
  143.              50-High ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ 18
  144.                      │
  145.                      └─────────┴─────────┴─────────┴─────────┴─────────┘
  146.                      0         8        16        24        32        40
  147.  
  148. Valid cases     100      Missing cases      0
  149.  
  150. Page  11   Basetest.inc                                                 5/30/91
  151.  
  152. This procedure was completed at 16:36:59
  153. DES SALARY79 TO SALARY82.
  154.  
  155. Page  12   Basetest.inc                                                 5/30/91
  156.  
  157.  
  158. Number of Valid Observations (Listwise) =        27.00
  159.  
  160. Variable      Mean    Std Dev   Minimum   Maximum      N  Label
  161.  
  162. SALARY79  12192.69    7139.70      6337     45500     49
  163. SALARY80  11770.27    6399.89      5720     48100    100
  164. SALARY81  14790.04    8313.94      7757     52000     55
  165. SALARY82  16634.72    7901.06      5830     50700     50
  166.  
  167. Page  13   Basetest.inc                                                 5/30/91
  168.  
  169. This procedure was completed at 16:37:01
  170. CROSSTABS DEPT82 BY GRPAGE BY SEX/ CELLS = COLUMN NONE
  171.   / STATISTICS = CHISQ GAMMA.
  172.  
  173. Memory allows for 4,308 cells with 3 dimensions for general CROSSTABS.
  174.  
  175. Page  14   Basetest.inc                                                 5/30/91
  176.  
  177. DEPT82  by  GRPAGE
  178. Controlling for..
  179. SEX  Value = 1  Male
  180.  
  181.                     GRPAGE                                  Page 1 of 2
  182.            Col Pct │
  183.                    │Low - 25 26 - 30  31 - 39  40 - 49  50-High
  184.                    │                                               Row
  185.                    │    1.00│    2.00│    3.00│    4.00│    5.00│ Total
  186. DEPT82     ────────┼────────┼────────┼────────┼────────┼────────┤
  187.                 1  │  33.3  │        │  33.3  │  50.0  │ 100.0  │     6
  188.                    │        │        │        │        │        │  46.2
  189.                    ├────────┼────────┼────────┼────────┼────────┤
  190.                 2  │        │  50.0  │  66.7  │  50.0  │        │     4
  191.                    │        │        │        │        │        │  30.8
  192.                    ├────────┼────────┼────────┼────────┼────────┤
  193.                 3  │  33.3  │  50.0  │        │        │        │     2
  194.                    │        │        │        │        │        │  15.4
  195.                    └────────┴────────┴────────┴────────┴────────┘
  196.             Column       3        2        3        2        3       13
  197. (Continued)  Total    23.1     15.4     23.1     15.4     23.1    100.0
  198.  
  199. Page  15   Basetest.inc                                                 5/30/91
  200.  
  201. DEPT82  by  GRPAGE
  202. Controlling for..
  203. SEX  Value = 1  Male
  204.  
  205.                     GRPAGE                                  Page 2 of 2
  206.            Col Pct │
  207.                    │Low - 25 26 - 30  31 - 39  40 - 49  50-High
  208.                    │                                               Row
  209.                    │    1.00│    2.00│    3.00│    4.00│    5.00│ Total
  210. DEPT82     ────────┼────────┼────────┼────────┼────────┼────────┤
  211.                 4  │  33.3  │        │        │        │        │     1
  212.                    │        │        │        │        │        │   7.7
  213.                    └────────┴────────┴────────┴────────┴────────┘
  214.             Column       3        2        3        2        3       13
  215.              Total    23.1     15.4     23.1     15.4     23.1    100.0
  216.  
  217.  
  218. Page  16   Basetest.inc                                                 5/30/91
  219.       Chi-Square                  Value           DF               Significance
  220. --------------------          -----------        ----              ------------
  221.  
  222. Pearson                         13.36111          12                  .34335
  223. Likelihood Ratio                15.36869          12                  .22189
  224. Mantel-Haenszel test for         5.27820           1                  .02159
  225.       linear association
  226.  
  227. Minimum Expected Frequency -     .154
  228. Cells with Expected Frequency < 5 -    20 OF    20 (100.0%)
  229.  
  230.  
  231.                                                                    Approximate
  232.      Statistic                    Value        ASE1      T-value   Significance
  233. --------------------            ---------    --------    -------   ------------
  234.  
  235.  
  236. Page  17   Basetest.inc                                                 5/30/91
  237.                                                                    Approximate
  238.      Statistic                    Value        ASE1      T-value   Significance
  239. --------------------            ---------    --------    -------   ------------
  240.  
  241.  
  242. Gamma                            -.75510       .20794    -2.88246
  243.  
  244.  
  245.  
  246. Page  18   Basetest.inc                                                 5/30/91
  247.  
  248. DEPT82  by  GRPAGE
  249. Controlling for..
  250. SEX  Value = 2  Female
  251.  
  252.                     GRPAGE                                  Page 1 of 2
  253.            Col Pct │
  254.                    │Low - 25 26 - 30  31 - 39  40 - 49  50-High
  255.                    │                                               Row
  256.                    │    1.00│    2.00│    3.00│    4.00│    5.00│ Total
  257. DEPT82     ────────┼────────┼────────┼────────┼────────┼────────┤
  258.                 1  │  33.3  │  30.0  │  14.3  │        │  25.0  │     7
  259.                    │        │        │        │        │        │  18.9
  260.                    ├────────┼────────┼────────┼────────┼────────┤
  261.                 2  │        │  30.0  │  14.3  │        │        │     4
  262.                    │        │        │        │        │        │  10.8
  263.                    ├────────┼────────┼────────┼────────┼────────┤
  264.                 3  │  33.3  │  30.0  │  42.9  │  88.9  │  62.5  │    20
  265.                    │        │        │        │        │        │  54.1
  266.                    └────────┴────────┴────────┴────────┴────────┘
  267.             Column       3       10        7        9        8       37
  268. (Continued)  Total     8.1     27.0     18.9     24.3     21.6    100.0
  269.  
  270. Page  19   Basetest.inc                                                 5/30/91
  271.  
  272. DEPT82  by  GRPAGE
  273. Controlling for..
  274. SEX  Value = 2  Female
  275.  
  276.                     GRPAGE                                  Page 2 of 2
  277.            Col Pct │
  278.                    │Low - 25 26 - 30  31 - 39  40 - 49  50-High
  279.                    │                                               Row
  280.                    │    1.00│    2.00│    3.00│    4.00│    5.00│ Total
  281. DEPT82     ────────┼────────┼────────┼────────┼────────┼────────┤
  282.                 4  │  33.3  │  10.0  │  28.6  │  11.1  │  12.5  │     6
  283.                    │        │        │        │        │        │  16.2
  284.                    └────────┴────────┴────────┴────────┴────────┘
  285.             Column       3       10        7        9        8       37
  286.              Total     8.1     27.0     18.9     24.3     21.6    100.0
  287.  
  288.  
  289. Page  20   Basetest.inc                                                 5/30/91
  290.       Chi-Square                  Value           DF               Significance
  291. --------------------          -----------        ----              ------------
  292.  
  293. Pearson                         13.81253          12                  .31284
  294. Likelihood Ratio                16.11452          12                  .18605
  295. Mantel-Haenszel test for         1.08842           1                  .29682
  296.       linear association
  297.  
  298. Minimum Expected Frequency -     .324
  299. Cells with Expected Frequency < 5 -    19 OF    20 ( 95.0%)
  300.  
  301.  
  302.                                                                    Approximate
  303.      Statistic                    Value        ASE1      T-value   Significance
  304. --------------------            ---------    --------    -------   ------------
  305.  
  306.  
  307. Page  21   Basetest.inc                                                 5/30/91
  308.                                                                    Approximate
  309.      Statistic                    Value        ASE1      T-value   Significance
  310. --------------------            ---------    --------    -------   ------------
  311.  
  312.  
  313. Gamma                             .20113       .21088      .95210
  314.  
  315.  
  316.  
  317. Number of Missing Observations:  50
  318.  
  319. Page  22   Basetest.inc                                                 5/30/91
  320.  
  321. This procedure was completed at 16:37:09
  322.  
  323. * SORT CASES and PLOT require the L module to be installed.
  324.  
  325. SORT CASES BY EMPNAME.
  326.  
  327. Size of File to Be Sorted:       100 Cases of    184 Bytes Each.
  328.     100 cases are written to the compressed active file.
  329. SORT completed successfully.
  330.  
  331. Page  23   Basetest.inc                                                 5/30/91
  332.  
  333. This procedure was completed at 16:37:12
  334. PLOT HORIZONTAL='Raise in 1982' MIN(0)/VERTICAL=MIN(0)
  335.              /SYMBOLS='░▒▓█'/PLOT RAISE81 WITH RAISE82.
  336. PLOT requires 4064 BYTES of workspace for execution.
  337.  
  338. Page  24   Basetest.inc                                                 5/30/91
  339.     
  340. * * * * * * * * * * * * * * * *  P  L  O  T  * * * * * * * * * * * * * * * *
  341.     
  342. Data   Information  
  343.     
  344.         100 unweighted cases accepted.  
  345.     
  346. Frequencies and symbols used (not applicable for control or overlay plots)  
  347.     
  348.           1 - ░
  349.           2 - ▒
  350.           3 - ▓
  351.           4 - █
  352.  
  353. Page  25   Basetest.inc                                                 5/30/91
  354.  
  355.                 PLOT OF RAISE81 WITH RAISE82
  356.           ┌┴────┴────┴────┴────┴────┴────┴────┴──┐
  357.       6750┤                                      ├
  358.           │      ░                               │
  359.           │                                      │
  360.           │                                      │
  361.  R        │                                      │
  362.  A    4500┤            ░                         ├
  363.  I        │      ░░          ░                   │
  364.  S        │    ░                                 │
  365.  E        │                                      │
  366.  8        │        ░░     ░░                     │
  367.  1    2250┤     ░              ░                 ├
  368.           │         ░  ░    ░ ░             ░    │
  369.           │   ░▓   ▒▒░░  ░  ░                 ░  │
  370.           │▒  █░░                                │
  371.           │    ░░  ░░                            │
  372.          0┤    ▒░░  ░                            ├
  373.           └┬────┬────┬────┬────┬────┬────┬────┬──┘
  374.              1500      4500      7500     10500
  375.            0      3000      6000      9000
  376.  
  377.                        Raise in 1982
  378.  
  379. Page  26   Basetest.inc                                                 5/30/91
  380.     
  381. 47 cases plotted.   
  382.  
  383. Page  27   Basetest.inc                                                 5/30/91
  384.  
  385. This procedure was completed at 16:37:16
  386. PROCESS IF (GRPAGE = 5)
  387.  
  388. TITLE 'List of Employees over 50'.
  389. LIST VARIABLES = EMPNAME SALARY80 RAISE80.
  390.  
  391. Page  28   List of Employees over 50                                    5/30/91
  392.  
  393. EMPNAME                  SALARY80 RAISE80
  394.  
  395. B. J. COOK                  10757     618
  396. BESSIE D. GRAVES             9100     520
  397. BILLY J. LYLE               15210    -999
  398. BRIAN M. CURTIS              8619     507
  399. HANNAH GREGG                11700     650
  400. HELEN D. WILK                7605    -999
  401. JACKIE HAMILTON              7410    1040
  402. JOANNA C. DRESSLER          24277       0
  403. JOSEPH C. PARSONS           17550    -999
  404. KARLA METZ                  13000    1300
  405. KELLY D. ODONAHUE            9360    -999
  406. LAURA MCKUEN                11700       0
  407. LOUIS C. BLOUNT              8619     507
  408. ROSE C. LANDA               11700    -999
  409. ROSE C. SHUMWAY             12350    -999
  410. SANDRA KEY                  14300     780
  411. SANDY CRAWFORD              10660    -999
  412. SUSANNE CHARLOTTE ANDERS     9100    -999
  413.  
  414. Page  29   List of Employees over 50                                    5/30/91
  415.  
  416.  
  417. Number of cases read =      18    Number of cases listed =      18
  418.  
  419. Page  30   List of Employees over 50                                    5/30/91
  420.  
  421. This procedure was completed at 16:37:18
  422.  
  423. TITLE 'Motorcycle statistics -- Street models'.
  424. DATA LIST /make 1-10 (A) model 11-20 (A) numcyl 21
  425.            engcc 24-29 (2) etime 33-37 (2) etmph 40-45 (2)
  426.            topspd 48-50 wt 53-55 mileage 59-63 (A)
  427.            brak60 67-69.
  428. VARIABLE LABELS NUMCYL 'Number of cylinders'
  429.                 ENGCC 'Engine size in C.C.'
  430.                 ETIME 'Elapsed time in quarter mile'
  431.                 ETMPH 'Top speed in quarter mile'
  432.                 TOPSPD 'Maximum speed'
  433.                 MILEAGE 'Minimum and maximum miles per gallon'
  434.                 BRAK60 'Stopping distance from 60 to 0 MPH'.
  435. FORMAT engcc (comma7.1) .
  436. BEGIN DATA
  437.  
  438. Page  31   Motorcycle statistics -- Street models                       5/30/91
  439.  
  440. WARNING   153, TEXT: NA                      
  441. INVALID DIGIT READ WITH F FORMAT--Check your data.      
  442.  
  443. END DATA
  444.      33 cases are written to the compressed active file.
  445.  
  446. This procedure was completed at 16:37:20
  447. TRANSLATE to LOTUS3.WK3/ fieldnames/map /REPLACE.
  448.  
  449. Data written to LOTUS3.WK3.
  450. 10 variables and 33 cases written to range:  SPSSPC.
  451. Variable: MAKE       Type: String   Width: 10
  452. Variable: MODEL      Type: String   Width: 10
  453. Variable: NUMCYL     Type: Number   Width:  1   Dec: 0
  454. Variable: ENGCC      Type: Number   Width:  7   Dec: 1
  455. Variable: ETIME      Type: Number   Width:  6   Dec: 2
  456. Variable: ETMPH      Type: Number   Width:  7   Dec: 2
  457. Variable: TOPSPD     Type: Number   Width:  3   Dec: 0
  458. Variable: WT         Type: Number   Width:  3   Dec: 0
  459. Variable: MILEAGE    Type: String   Width:  5
  460. Variable: BRAK60     Type: Number   Width:  3   Dec: 0
  461.  
  462.  
  463. Page  32   Motorcycle statistics -- Street models                       5/30/91
  464.  
  465. This procedure was completed at 16:37:21
  466. TRANSLATE to LOTUS2.WK1/ fieldnames/map /REPLACE.
  467.  
  468. Data written to LOTUS2.WK1.
  469. 10 variables and 33 cases written to range:  SPSSPC.
  470. Variable: MAKE       Type: String   Width: 10
  471. Variable: MODEL      Type: String   Width: 10
  472. Variable: NUMCYL     Type: Number   Width:  1   Dec: 0
  473. Variable: ENGCC      Type: Number   Width:  7   Dec: 1
  474. Variable: ETIME      Type: Number   Width:  6   Dec: 2
  475. Variable: ETMPH      Type: Number   Width:  7   Dec: 2
  476. Variable: TOPSPD     Type: Number   Width:  3   Dec: 0
  477. Variable: WT         Type: Number   Width:  3   Dec: 0
  478. Variable: MILEAGE    Type: String   Width:  5
  479. Variable: BRAK60     Type: Number   Width:  3   Dec: 0
  480.  
  481.  
  482. Page  33   Motorcycle statistics -- Street models                       5/30/91
  483.  
  484. This procedure was completed at 16:37:23
  485. TRANSLATE to SYMPHONY.WRK/ fieldnames/map /REPLACE.
  486.  
  487. Data written to SYMPHONY.WRK.
  488. 10 variables and 33 cases written to range:  SPSSPC.
  489. Variable: MAKE       Type: String   Width: 10
  490. Variable: MODEL      Type: String   Width: 10
  491. Variable: NUMCYL     Type: Number   Width:  1   Dec: 0
  492. Variable: ENGCC      Type: Number   Width:  7   Dec: 1
  493. Variable: ETIME      Type: Number   Width:  6   Dec: 2
  494. Variable: ETMPH      Type: Number   Width:  7   Dec: 2
  495. Variable: TOPSPD     Type: Number   Width:  3   Dec: 0
  496. Variable: WT         Type: Number   Width:  3   Dec: 0
  497. Variable: MILEAGE    Type: String   Width:  5
  498. Variable: BRAK60     Type: Number   Width:  3   Dec: 0
  499.  
  500.  
  501. Page  34   Motorcycle statistics -- Street models                       5/30/91
  502.  
  503. This procedure was completed at 16:37:25
  504. TRANSLATE to DBASE4.DBF/ type=DB4/map /REPLACE.
  505.  
  506. Data written to DBASE4.DBF.
  507. 10 variables and 33 cases written.
  508. Variable: MAKE       Type: String   Width: 10
  509. Variable: MODEL      Type: String   Width: 10
  510. Variable: NUMCYL     Type: Number   Width:  1   Dec: 0
  511. Variable: ENGCC      Type: Number   Width:  7   Dec: 1
  512. Variable: ETIME      Type: Number   Width:  6   Dec: 2
  513. Variable: ETMPH      Type: Number   Width:  7   Dec: 2
  514. Variable: TOPSPD     Type: Number   Width:  3   Dec: 0
  515. Variable: WT         Type: Number   Width:  3   Dec: 0
  516. Variable: MILEAGE    Type: String   Width:  5
  517. Variable: BRAK60     Type: Number   Width:  3   Dec: 0
  518.  
  519.  
  520. Page  35   Motorcycle statistics -- Street models                       5/30/91
  521.  
  522. This procedure was completed at 16:37:26
  523. TRANSLATE to DBASE3.DBF/ type=DB3/map /REPLACE.
  524.  
  525. Data written to DBASE3.DBF.
  526. 10 variables and 33 cases written.
  527. Variable: MAKE       Type: String   Width: 10
  528. Variable: MODEL      Type: String   Width: 10
  529. Variable: NUMCYL     Type: Number   Width:  1   Dec: 0
  530. Variable: ENGCC      Type: Number   Width:  7   Dec: 1
  531. Variable: ETIME      Type: Number   Width:  6   Dec: 2
  532. Variable: ETMPH      Type: Number   Width:  7   Dec: 2
  533. Variable: TOPSPD     Type: Number   Width:  3   Dec: 0
  534. Variable: WT         Type: Number   Width:  3   Dec: 0
  535. Variable: MILEAGE    Type: String   Width:  5
  536. Variable: BRAK60     Type: Number   Width:  3   Dec: 0
  537.  
  538.  
  539. Page  36   Motorcycle statistics -- Street models                       5/30/91
  540.  
  541. This procedure was completed at 16:37:28
  542. TRANSLATE to EXCEL.SLK/ fieldnames/map /REPLACE.
  543.  
  544. Data written to EXCEL.SLK.
  545. 10 variables and 33 cases written to range:  SPSSPC.
  546. Variable: MAKE       Type: String   Width: 10
  547. Variable: MODEL      Type: String   Width: 10
  548. Variable: NUMCYL     Type: Number   Width:  2   Dec: 0
  549. Variable: ENGCC      Type: Number   Width:  7   Dec: 1
  550. Variable: ETIME      Type: Number   Width:  6   Dec: 2
  551. Variable: ETMPH      Type: Number   Width:  7   Dec: 2
  552. Variable: TOPSPD     Type: Number   Width:  4   Dec: 0
  553. Variable: WT         Type: Number   Width:  3   Dec: 0
  554. Variable: MILEAGE    Type: String   Width:  5
  555. Variable: BRAK60     Type: Number   Width:  4   Dec: 0
  556.  
  557.  
  558. Page  37   Motorcycle statistics -- Street models                       5/30/91
  559.  
  560. This procedure was completed at 16:37:30
  561.  
  562. FINISH
  563.  
  564. End of Include file.
  565.    Errors encountered:     0
  566.    Warnings encountered   1
  567.