IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Interest Amortization function in COBOL


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sangiah

New User


Joined: 10 Jun 2005
Posts: 62

PostPosted: Fri Jun 10, 2005 1:25 pm
Reply with quote

Anyone knows/own sample code for Interest Amortization in COBOL
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Wed Jun 29, 2005 3:08 am
Reply with quote

sangiah,

Attached is Interest Amortization program for your reference.

A 2 min search on google would have given you this.
This was free available on some of the site i searched.

Anyways, let me know if this doesnt help


Quote:
When you unzip it, you will find 3 files. AMORTIZ1.COB is the source of the version of the program I wrote back in 1976 in the programming style of the day, the straight-line style. AMORTIZ2.COB is the same program restructured in a modular style. AMORTIZE.INP is the parameter file which contains the information required by either program to produce the amortization schedule as well as instructions as to what goes in each field. You will need to compile the source, and then link the object. To amortize your own loan, merely change the parameters in the first line of AMORTIZE.INP and execute whichever version of the program you like. They both produce exactly the same output.

Make sure your printer accepts data via the PRN: printer device. Otherwise, you'll have to change the writes to the printer to writes to a disk file, then print the disk file with a word processor or editor.


Regards
Mayuresh
Back to top
View user's profile Send private message
sangiah

New User


Joined: 10 Jun 2005
Posts: 62

PostPosted: Wed Jun 29, 2005 4:41 am
Reply with quote

Thanks a lot
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top