README.md
.LEFT MARGIN 10
.RIGHT MARGIN 130
.SPACING 2
.CENTER
INTRODUCTION
.SKIP 1
There are a number of programs contained herein.
.BREAK
CHEKIT : Checks record lengths, Version 1.05. The command file
CHEKIT.CMD is the task builder file.
.BREAK
TRUNCATE (TRC): Deletes trailing blanks from a file, same file
characteristics on the output file as on the input file. The command
file TRUNC.CMD is the task builder file.
.BREAK
TR1: Same as TRC with the difference that in TRC zero length records
(a record with nothing but blanks) are not kept, in
this version a zero length record is written. The command
file TR1.CMD is the task builder file.
.BREAK
SOLO : SOL eliminates duplicate records either in length or
content. The command file SOLO.CMD is the task builder file.
.BREAK
CLEAR: CLR clears the screen on VT52/VT100 series terminals. The command
file CLEAR.CMD is the task builder file.
.BREAK
Several of the programs require the use of a object library
called NOS. The neccesary source modules are also included and are
ASCEBC.MAC, EBCASC.MAC, JDATE.MAC, CDATE.MAC, OPERR.MAC. The best of
luck to you.