home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / HTMCK111 / MAC / HCSTERM.MAC < prev    next >
Text File  |  1995-10-17  |  1KB  |  17 lines

  1. /*---------------------------------------------------------------------------*/
  2. /*                                                                           */
  3. /*  hcsTerm - This REXX Macro is called when the report is finished and there*/
  4. /*           is nothing else left to do.  The output file is closed after    */
  5. /*           this Macro Call                                                 */
  6. /*                                                                           */
  7. /*  Valid Variables are:                                                     */
  8. /*      hcReportName    hcReportDescription     hcServerURL                  */
  9. /*      hcServerRoot    hcDocumentRoot          hcTopHTML                    */
  10. /*                                                                           */
  11. /*                                                                           */
  12. /*---------------------------------------------------------------------------*/
  13.  
  14.   Call RxhcLineOut '----- End of Report -----'
  15.  
  16. RETURN
  17.