home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
viscobv6.zip
/
vac22os2
/
ibmcobol
/
samples
/
loan
/
loandata.cpy
< prev
next >
Wrap
Text File
|
1998-02-09
|
773b
|
17 lines
* -------------------------------------------------
* LOANDATA.CPY
* This copy file contains the data decalarations
* for the data for the loan sample application.
* This copy file is used to import into the
* Visual Builder to create a data part with the
* appropriate formats. Note that DueYear uses
* the MLE syntax.
* -------------------------------------------------
01 LoanData.
05 LoanAmount PIC 9(9).
05 Term pic 99.
05 Rate pic 9(9)V99.
05 Payment pic 9(9)V99.
05 TotalInterest Pic 9(9)V99.
05 DueYear PIC 9(4).