home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol155 / samscr1.cmd < prev    next >
Encoding:
Text File  |  1984-04-29  |  2.2 KB  |  36 lines

  1. *SAMSCR1-Name & number table SCREEN OVERLAY. REFER TO PUBLIC DOMAIN NOTICE
  2. *DATE OF LAST UPDATE  05/10/83               DATED 5/20/83 BY DOUGLAS G. COUSE
  3. *REVISION NUMBER 001.00                      PROGRAM # SAM001 OR SAM002 OR SAMMENU
  4.  
  5. *NOTE----any comment labelled (*P-) is a procedural section numbering reference
  6. *that should be used in flowcharting and other program documentation.
  7.  
  8. *P-001-{START}.  Initial screen literal display.
  9. *and execution procedure
  10. SET INTENSITY OFF
  11. @  1,13 SAY "**************************************"
  12. @  2,13 SAY "**    NAME & NUMBER TABLE "+PROGRAM+"    **"
  13. @  3,13 SAY "**************************************"
  14. @  4, 0 SAY "---------------------------------------------------------------------"
  15. @  5, 0 SAY "|Number  Name    |Number  Name    |Number  Name    |Number  Name    |"
  16. @  6, 0 SAY "---------------------------------------------------------------------"
  17. @  7, 0 SAY "|   -            |   -            |   -            |   -            |"
  18. @  8, 0 SAY "|   -            |   -            |   -            |   -            |"
  19. @  9, 0 SAY "|   -            |   -            |   -            |   -            |"
  20. @ 10, 0 SAY "|   -            |   -            |   -            |   -            |"    
  21. @ 11, 0 SAY "|   -            |   -            |   -            |   -            |"
  22. @ 12, 0 SAY "|   -            |   -            |   -            |   -            |"
  23. @ 13, 0 SAY "|   -            |   -            |   -            |   -            |"
  24. @ 14, 0 SAY "|   -            |   -            |   -            |   -            |"
  25. @ 15, 0 SAY "|   -            |   -            |   -            |   -            |"
  26. @ 16, 0 SAY "|   -            |   -            |   -            |   -            |"
  27. @ 17, 0 SAY "|   -            |   -            |   -            |   -            |"
  28. @ 18, 0 SAY "|   -            |   -            |   -            |   -            |"
  29. @ 19, 0 SAY "|   -            |   -            |   -            |   -            |"
  30. @ 20, 0 SAY "|   -            |   -            |   -            |   -            |"
  31. @ 21, 0 SAY "|   -            |   -            |   -            |   -            |"
  32. @ 22, 0 SAY "---------------------------------------------------------------------"
  33. SET INTENSITY ON 
  34. RETURN
  35. *P-001-{END}
  36.