I noticed a problem with the Checks program when I tried to prepare a version for a friend.  Actually, the problem is with the ARC4ADD/CMD program I used.

Profile is sensitive to LRLs (Logical Record Length) in its data files.  Two of the data segments contain data (/KEY, and /DAT).  The first has an LRL of 150; the second 100.  If you take a directory of the files when they are unARCed, you may notice they both have LRLs of 256, the TRSDOS standard (to find out, type "dir checks00 (i)").  They won't run that way.  The LRLs need changing.  I have enclosed LRL/JCL to do the job.  It assumes you will have a disk in drive 1.  It should have about 6k of room.  Just have the /KEY and /DAT files on line and type "do = lrl".
