Merge HTML Files UTMRGHTM - Create Source Member Documentation http://www.simotime.com |
When technology complements business | Copyright © 1987-2010 SimoTime Enterprises All Rights Reserved |
This document provides a listing of the COBOL source code for viewing. Additional information about this program may be obtained by sending an e-mail to: helpdesk@simotime.com
The purpose of this program is to read an HTML File with header and footer information and insert a second HTML file of a member source code listing and write a new HTML file of the merged information.
When the program reads the following comment statement in the Header/Footer file it inserts the second source listing file.
!--.Insert_Source_Code--
The input files are not changed. A new file that contains the merged information is created.
The following command file (ezMergeHTML.CMD) describes how to use the UTMRGHTM program.
WIP...
The following (UTMRGHTM.CBL) is the COBOL Source Code.