copy
command to copy the COBOL program
class:mortgage.cob to your area.
into your directory.$ copy class:mortgage.cob *
This produces the object (.OBJ) and listing (.LIS) files.$ cobol /list mortgage
^Y
when you have seen enough.
$ link /map mortgage
^Y
after a
few screens.
$ run mortgage
YEAR BEGIN: 1996 MONTH BEGIN: 10 BEG-BAL: 10000.00 PAYMENT AMT: 500.00 INTEREST RATE: 0.12
$ dir mortgage.*
$ purge mortgage.rpt $ print/delete mortgage.rpt
$ delete mortgage.cob;* $ delete mortgage.lis;* $ delete mortgage.obj;* $ delete mortgage.map;* $ delete mortgage.exe;*
Place the lab in the instructor hand-in box in BUS R6E, the "terminal room".Your-Name Lab 4.4: Mortgage TABER CSC135