home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / statstcs / separate.arc / SEPARATE.TXT < prev   
Encoding:
Text File  |  1987-07-20  |  2.4 KB  |  40 lines

  1.                  SEPARATE vs. 1.0 by Jim Groeneveld, July 1987.
  2.                  ----------------------------------------------
  3.  
  4. STATGRAPHICS can not read ASCII (fixed formatted) data files with multiple
  5. records (more than one record per case). In order to prepare existing data
  6. files of such a kind for STATGRAPHICS the program SEPARATE separates records
  7. with different record numbers or any number of records without record numbers
  8. within data files into separate data files for each set of occurring or
  9. corresponding record numbers. These resulting data files with one record per
  10. case may then be read independently into STATGRAPHICS one after the other.
  11.  
  12. This utility may also be of value in preparing data files for other
  13. (statistical) programs. Records may actually be separated into different files
  14. based on any (numeric) field in the original file as long as the field is not
  15. more than 3 columns wide. Fields which contain characters or only blanks or
  16. are completely beyond EOL are treated as one discriminating mark and define one
  17. output file (with extension .-00) alltogether. All output file names are
  18. generated automatically. They consist of the original name and a numeric
  19. extension corresponding to the distinguishing field contents. If no
  20. discriminating field is specified the extensions consist of increasing values
  21. starting with .001.  This implies that it is not allowed to input file names
  22. with this type of three digit numerical extensions. Existing output files with
  23. corresponding names and extensions will be overwritten without prompting!
  24.  
  25. Optionally corresponding input records are compared with regard to their
  26. record lengths. If miscompares are found information about them are listed
  27. in a file with the original file name and the extension .MSG.
  28.  
  29. Limitation: maximum input record length: 80 bytes (max. 80 characters per
  30. line) (the 'prehistoric' FORTRAN compiler does not allow to handle this
  31. number flexibly).
  32.  
  33. =============================================================================
  34. NIPG TNO - - - - - <work> - - - - -|- <home> - - - - -| GROENEVELD@HDETNO51
  35. Postbus 124    | Wassenaarseweg 56 | Schoolweg 14     | GROENEVELD@TNO.NL
  36. 2300 AC Leiden | 2333 AL Leiden    | 8071 BC Nunspeet | TNOSUR::GROENEVELD
  37. Nederland (NL)   071-178810        | 03412-60413      | RULTNO::JIM
  38. =============================================================================
  39.  
  40.