home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / DATABASE / DIMS103.ARK / OVERVIEW.DOC < prev    next >
Text File  |  1986-12-07  |  3KB  |  65 lines

  1. DIMS -- Dan's Information Management System -- Overview
  2.  
  3. DIMS is a file management program for handling list type 
  4. information which runs under MBASIC on CP/M computers.  (There is 
  5. another version for PC DOS machines.)
  6.  
  7. The author, Dan Dugan of San Francisco, has contributed DIMS to 
  8. the public domain.  DIMS received a highly favorable review in 
  9. the former MicroSystems magazine some time back.  
  10.  
  11. DIMS might be regarded as a "poor man's data base manager" and 
  12. will satisfy the file management requirements of many users.  The 
  13. author has used it to maintain mailing lists and to print labels 
  14. for clients, with lists of over 5000 names, monthly updating.  
  15.  
  16. The user must select record lengths of either 128 or 256 bytes 
  17. for a particular data base.  DIMS uses the direct access 
  18. facilities of MBASIC to get at records.  However, utilities are 
  19. furnished to read in and write out records in the "comma 
  20. separated variable" format used by MailMerge and many other data 
  21. handling programs.  Thus DIMS can incorporate data from other 
  22. programs and DIMS data can be easily exported to other programs.  
  23.  
  24. Like all powerful programs, DIMS has a fairly elaborate set of 
  25. commands with which the user must become familiar.  Installation 
  26. for a particular computer requires some minimum knowledge of 
  27. BASIC language programming.  Perhaps these requirements for the 
  28. user to invest a little bit of time in learning are why DIMS has 
  29. been largely overlooked in the public domain software area.  DIMS 
  30. is not as simple as ABC, it is only as simple as A C E, or 
  31. thereabouts.  
  32.  
  33. The main documentation file is a WordStar file entitled 
  34. DINSTALL.DOC.  There are a couple of DWS files included which
  35. are not documentation, but are DWS WordStar files for use in
  36. an advanced DIMS application.  
  37.  
  38. The meat of the DIMS system consists of 17 BASIC programs.
  39. There are several "main" programs and many auxiliary utilities
  40. which chain to the main program when called from the DIMS menu.
  41. There are some other standalone utilities which process your data
  42. in various ways separately from the main DIMS program.  The public
  43. owes Dan Dugan a vote of thanks for the contribution he has made
  44. of many hundreds of line of sophisticated BASIC code.  
  45.  
  46. All the DIMS programs are furnished in file type ASC and can be
  47. perused and worked on with a text editor.  They can be loaded
  48. into the MBASIC interpreter.  
  49.  
  50. CAUTION:  Due to an unresolved bug, the ASCII programs should be 
  51. loaded into the BASIC interpreter, then saved in MBASIC's regular 
  52. compressed non-ASCII format, then re-loaded and run.  This 
  53. procedure is well-explained in the documentation.  
  54.  
  55. There are 14 short example files furnished by the author of DIMS
  56. for use when breaking in the system.
  57.  
  58. User's Guide magazine announced in issue #16 (August 85, p.6) 
  59. that the next issue would include a review of DIMS and a detailed 
  60. tutorial by the author of the program, Dan Dugan.  Perhaps that 
  61. will stimulate interest in this fine public domain data file 
  62. management system.  
  63.  
  64. End of Overview.  RDE
  65.