home *** CD-ROM | disk | FTP | other *** search
/ Sams Cobol 24 Hours / Sams_Cobol_24_Hours.iso / Cobol32 / PowerCBL / powercbl.Z / bus.prc < prev    next >
Text File  |  1997-03-12  |  199b  |  8 lines

  1. @POWER POWSHEET BUS *
  2. @POWER POWPSBTN PUSH1 CLICK
  3.  ENVIRONMENT DIVISION.
  4.  DATA        DIVISION.
  5.  PROCEDURE   DIVISION.
  6. * Close the sheet and return to the main menu.
  7.         CALL CLOSESHEET OF BUS.
  8.