home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / assort.zip / README.TXT
Text File  |  1995-09-30  |  3KB  |  98 lines

  1.                               Assort Version 1.0
  2.                          Copyright (c) 1993, 1994, 1995
  3.                             Bill Ahlbrandt Software
  4.                              Little Rock, Arkansas
  5.                                 (501) 280-0462
  6.  
  7. Thank you for your interest in Assort!
  8.  
  9. Assort is a generic Sort/Merge/Copy utility that has features that are
  10. similar to programs that have been available on IBM mainframe platforms
  11. for years from products such as SyncSort, CA-Sort and DF/Sort.
  12.  
  13.    o  Fixed, Variable and Text file formats are supported.
  14.  
  15.    o  ANY number of sort fields can be specified.
  16.  
  17.    o  ANY number of INCLUDE/OMIT conditions can be specified for
  18.       record selection/omission.
  19.  
  20.    o  ANY file size can be Sorted/Merged or Copied.
  21.  
  22.    o  ANY number of files can be merged.
  23.  
  24.    o  Data formats such as Packed Decimal, Zoned Decimal, Intel Binary,
  25.       Unsigned Binary, Binary, ASCII Character, and EBCDIC Character
  26.       are supported.
  27.  
  28.    o  Ability to reformat records on input and/or output.
  29.  
  30.    o  Record lengths exceeding 1 gigabyte are supported.
  31.  
  32.    o  Sortwork file size will never exceed 1 percent more than the
  33.       input file size.
  34.  
  35.    o  In all cases, Assort is Faster than any product benchmarked
  36.       (Public Domain, Shareware and Purchased products).
  37.  
  38.    o  Multiple concurrent instances supported when called from other
  39.       programs.
  40.  
  41.    o  Eliminate duplicate records.
  42.  
  43.    o  Sum numeric fields across records with duplicate keys.
  44.  
  45.    o  Includes support for User Exits/Callback Functions.
  46.  
  47.    o  Includes versions for OS/2 2.x, OS/2 Warp, Windows 95 and Windows/NT.
  48.  
  49.    o  No runtime royalties.
  50.  
  51. You may make copies of this software and distribute to other users as long
  52. as there is no charge or other consideration and this notice is not removed
  53. or bypassed.
  54.  
  55.    Assort is user supported software.  If you use this program, please
  56.    register your copy.  The registration fee is $59.  Registered users
  57.    will receive hardcopy documentation and installation materials and 
  58.    technical support.
  59.  
  60.    Mail your name, address and payment to:
  61.  
  62.       Bill Ahlbrandt
  63.       #1 Coffeepot Lane
  64.       Little Rock, AR  72202
  65.       (501) 280-0462
  66.  
  67.    Registration can also be done electronically on CompuServe.
  68.         GO SWREG
  69.         Shareware registration number 7496
  70.  
  71.    Please report any questions or problems to me on CompuServe at 73121,652
  72.    or by mail to the above address.
  73.  
  74. Unzip the file by specifing:
  75.  
  76.      PKUNZIP -d ASSORT.ZIP
  77.  
  78. This installation disk includes the following directories:
  79.  
  80. OS2        OS/2 Executables, DLL, Import Library
  81. WIN32      Win32 Executables, DLL, Import Library
  82. INCLUDE    Include files for calling Assort from a program
  83. IVP        Installation verification procedures
  84. DOC        User and System Documentation files in MS-Word 6 Format
  85.  
  86. For your platform (Win32 or OS/2), copy the files from the appropriate
  87. directory to a directory that is included in your PATH.
  88.  
  89. *** For OS/2 Users, the ASSORT.DLL must be in a directory that is specified
  90. *** in the LIBPATH variable of your CONFIG.SYS file.
  91.  
  92. 1)  Copy ASSORT.EXE, SORT.EXE and ASSORT.DLL to a directory in your path.
  93.  
  94. 2)  Change to the IVP subdirectory.
  95.  
  96. 3)  Issue the RUNIVP command to verify that the product is functioning.
  97.  
  98.