Directory Listing UTDIREDT - An Edit and Format Function 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
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.
The following command file (ezDIRLIST01.CMD) describes how to use the UTDIREDT program.
WIP...
The following (UTDIREDT.CBL) is the COBOL Source Code.