home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL28.ARJ / VOL2813 < prev    next >
Text File  |  1992-01-07  |  6KB  |  106 lines

  1.  
  2.  Volume 2813 - Released november 1986  -  Abstract (C) CP/MS gg
  3.  
  4. CP/MS gg NL volume 2813
  5.  
  6. gelijk aan CP/M 1079
  7.  
  8. Titel:PL/1 Inventory & P.O.S. system
  9.  
  10. Number Name            Size    Date    Comments
  11. 813.01 ACCESS   OVL     1536   9-04-86 Overlay for below
  12. 813.02 ACCESS   PLI     1536   9-04-86 Inventory database access module
  13. 813.03 ADUMP    PLI     1664   9-04-86 CP/M hex memory dump routine
  14. 813.04 AODUMP   PLI     1792   9-04-86 idem
  15. 813.05 ATTRIB   DCL      384   9-04-86 Inventory data definition
  16.        CATALOG  813     2197   9-04-86 This list
  17. 813.06 COMP     SUB      256   9-04-86 Compile inventory & pos system (adapt
  18.                                        to .BAT)
  19. 813.07 COPY     PLI     8960   9-04-86 File copy utility (CP/M - adapt)
  20. 813.08 COPY     SUB      128   9-04-86 Compile job for above
  21. 813.09 CREATE   OVL     1536   9-04-86 Overlay for below
  22. 813.10 CREATE   PLI     1152   9-04-86 Create inventory database module
  23. 813.11 DATA     DAT      384   9-04-86 Inventory database file
  24. 813.12 DEF      DAT      128   9-04-86 Inventory database definition file
  25. 813.13 DOC      813    22656   9-04-86 All DOC files for Inventory & POS
  26.                                        system
  27. 813.14 DUMPTEST PLI     1024   9-04-86 Test program for ?DUMP programs
  28. 813.15 DUMPTEST SUB      128   9-04-86 Compile job for above
  29. 813.16 ERAQ     PLI     4352   9-04-86 File erase utility (CP/M - adapt)
  30. 813.17 ERAQ     SUB      128   9-04-86 Compile job for above
  31. 813.18 HEXBIN   PLI      384   9-04-86 Converts hex string to fixed
  32. 813.19 HEXTEST  PLI      896   9-04-86 Test program for above
  33. 813.20 HEXTEST  SUB      128   9-04-86 Compile job
  34. 813.21 IO       PLI     1664   9-04-86 Inventory I/O module
  35. 813.22 KEY      DAT      128   9-04-86 Inventory DB key file
  36. 813.23 KEY      DCL      256   9-04-86 Inventory DB key definition
  37. 813.24 MENU     PLI     2688   9-04-86 Inventory & pos menu program
  38. 813.25 ODUMP    PLI     1664   9-04-86 Hex memory dump routine
  39. 813.26 REPORT   OVL     1280   9-04-86 Overlay for below
  40. 813.27 REPORT   PLI      640   9-04-86 Inventory report module
  41. 813.28 SALE     OVL     4224   9-04-86 Overlay for below
  42. 813.29 SALE     PLI     3968   9-04-86 Inventory Point-Of-Sale module
  43. 813.30 SETDEF   OVL     2432   9-04-86 Overlay for below
  44. 813.31 SETDEF   PLI     1920   9-04-86 Inventory DB definition module
  45. 813.32 SETKEY   OVL     1152   9-04-86 Overlay for below
  46. 813.33 SETKEY   PLI     1024   9-04-86 Initializes database access
  47. 813.34 UPDATE   OVL      896   9-04-86 Overlay for below
  48. 813.35 UPDATE   PLI     1408   9-04-86 Inventory DB update module
  49. 813.36 VOL2813  ABS     3072   9-04-86 Disk abstract
  50.               37 File(s)    222208 bytes free on volume VOL2813
  51.  
  52.                          PL/I-80TM User's Group Library
  53.  
  54.                                 Disk #2 Contents
  55.  
  56.   This disk contains an inventory and point-of-sale system used   as an 
  57. example  in the Digital Research Independent Softwar
  58. Vendor (ISV) Seminar and several useful PL/I-80 utilities and  subroutines.
  59. The CP/M-80 specific material was removed as far as it seemed not  useful or
  60. too hard to convert to PL/I-86; some other utilities  (part 3 of the abstract)
  61. still need slight adaptations to MS-DOS.
  62.  
  63. 2.  ISV Inventory and Point-of-Sale System
  64.  
  65. Ref #   File Name      Description
  66. ----------------------------------------------------------------------
  67. 2-6     ACCESS.OVL     Overlay for ACCESS.PLI
  68. 2-7     ACCESS.PLI     Inventory data base access module
  69. 2-8     ATTRIB.DCL     Inventory data definition attributes
  70. 2-9     COMP.SUB       Submit to compile inventory & pos system
  71. 2-10    CREATE.OVL     Overlay for CREATE.PLI
  72. 2-11    CREATE.PLI     Create Inventory data base module
  73. 2-12    DATA.DAT       Inventory data base file
  74. 2-13    DEF.DAT        Inventory data base definition file
  75. 2-14    IO.PLI         Inventory I/O module
  76. 2-15    KEY.DAT        Inventory data base key file
  77. 2-16    LINK1.SUB      Submit to link modules as an overlay system
  78. 2-17    LINK2.SUB      Submit to link modules as a single program
  79. 2-19    MENU.PLI       Inventory and point-of-sale menu program
  80. 2-20    REPORT.OVL     Overlay for REPORT.PLI
  81. 2-21    REPORT.PLI     Inventory report module
  82. 2-22    SALE.OVL       Overlay for SALE.PLI
  83. 2-23    SALE.PLI       Inventory point-of-sale module
  84. 2-24    SETDEF.OVL     Overlay for SETDEF.PLI
  85. 2-25    SETDEF.PLI     Inventory data base definition module
  86. 2-26    SETKEY.OVL     Overlay for SETKEY.PLI
  87. 2-27    SETKEY.PLI     Initializes data base access
  88. 2-28    UPDATE.OVL     Overlay for UPDATE.PLI
  89. 2-29    UPDATE.PLI     Inventory data base update module
  90.  
  91. 3.  Some Useful Utilities and Subroutines
  92.  
  93. Ref #   File Name      Description
  94. ----------------------------------------------------------------------
  95. 2-30    COPY.PLI       File copy utility with query for verification
  96. 2-31    COPY.SUB       Submit for creating COPY.COM
  97. 2-32    ERAQ.PLI       File erase utility with query for verification
  98. 2-33    ERAQ.SUB       Submit for creating ERAQ.COM
  99. 2-54    ADUMP.PLI      Hex memory dump routine (displays address)
  100. 2-55    ODUMP.PLI      Hex memory dump routine (displays offset)
  101. 2-56    AODUMP.PLI     Hex memory dump routine (displays both)
  102. 2-57    DUMPTEST.PLI   Test program for hex dump procedures
  103. 2-58    DUMPTEST.SUB   Submit to create DUMPTEST.COM
  104. 2-59    HEXBIN.PLI     Converts string of hex digits to fixed(15)
  105. 2-60    HEXTEST.PLI    Test program for HEXBIN procedure
  106. 2-61    HEXTEST.SUB    Submit to create HEXTEST.COM