Directory Listing
UTDIREDT - An Edit and Format Function
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

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

This program provides editing and reformatting capabilites for a Directory Listing file. The input file is created using the following Windows DIR command.

     dir /on /b -ad *.ext >OUTPUT.EXT

The input file is not changed. A new file is created based on the selected edit or reformat function selected.

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

The following command file (ezDIRLIST01.CMD) describes how to use the UTDIREDT program.

WIP...

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

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