home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / viscobv6.zip / vac22os2 / ibmcobol / samples / loan / helpdir / vbhelp.hlp (.txt) < prev    next >
OS/2 Help File  |  1998-01-31  |  4KB  |  45 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Loan Help ΓòÉΓòÉΓòÉ
  3.  
  4.  
  5.  This sample illustrates using the VisualAge COBOL Millennium Language 
  6. Extensions. 
  7.  
  8. Use this application to determine the monthly payments, total interest and the 
  9. year a loan is due. Enter the following: 
  10.  
  11.      Amount you want to borrow (example:10000) 
  12.  
  13.      Interest rate in per cents (example: 5) 
  14.  
  15.      Term for the loan in years (example: 10) 
  16.  
  17.  Then click on the Go Figure button. 
  18.  
  19.  Note:  The year when the loan is due is determined using a two digit data item 
  20.         with ACCEPT FROM DATE. The term of the loan is then added to that year. 
  21.         The VisualAge COBOL Millennium Language Extension allows the date to be 
  22.         correct past the year 2000. 
  23.  
  24.  
  25. ΓòÉΓòÉΓòÉ 2. Go Figure Button Help ΓòÉΓòÉΓòÉ
  26.  
  27. Click on the Go Figure button to compute the information for your loan. 
  28.  
  29.  
  30. ΓòÉΓòÉΓòÉ 3. Close Button Help ΓòÉΓòÉΓòÉ
  31.  
  32. Click on the Close button to close the window. 
  33.  
  34.  
  35. ΓòÉΓòÉΓòÉ <hidden> Message Help ΓòÉΓòÉΓòÉ
  36.  
  37. Check that you have entered valid information for your loan. Be sure that: 
  38.  
  39.      Amount you want to borrow is positive 
  40.  
  41.      Interest rate is between 1 and 25% 
  42.  
  43.      Term for the loan is between 1 and 30 years 
  44.  
  45.  Enter valid loan information and click on the Go Figure button again.