Merge HTML Files
UTMRGHTM - Create Source Member Documentation
http://www.simotime.com
When technology complements business    Copyright © 1987-2010  SimoTime Enterprises  All Rights Reserved
  Table of Contents Version 10.03.20 
  Introduction
 
  What It Does
  How to Use
  The COBOL Source Code
  Summary
 
  Software Agreement and Disclaimer
  Downloads and Links to Similar Pages
  Glossary of Terms
  Comments or Suggestions
  About SimoTime

Introduction
(Next) (Previous) (Table-of-Contents)

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

UTMRGHTM, What It Does
(Next) (Previous) (Table-of-Contents)

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.

UTMRGHTM, How To Use
(Next) (Previous) (Table-of-Contents)

The following command file (ezMergeHTML.CMD) describes how to use the UTMRGHTM program.

WIP...

The COBOL Source Code
(Next) (Previous) (Table-of-Contents)

The following (UTMRGHTM.CBL) is the COBOL Source Code.