Skip to main content

Hi,

I recently restored my old backup and testing my programs under visual cobol for eclipse. Initially the programs were created under MF Cobol, then customized for MS Cobol (screen section).

I'm attaching a sample programs (part of accounting system i did in mid 90's). I made some modification to it recently.

I would appreciate having a second opinion and ideas about what to change? what to enhance?

Thanks in advance

NB: CHPBNY.TXT = CHPBNY.DAT | LOCBNY.TXT = LOCBNY.DAT | CURBNY.TXT = CURBNY.DAT | MAFBNY.TXT = MAFBNY.DAT

Hi,

I recently restored my old backup and testing my programs under visual cobol for eclipse. Initially the programs were created under MF Cobol, then customized for MS Cobol (screen section).

I'm attaching a sample programs (part of accounting system i did in mid 90's). I made some modification to it recently.

I would appreciate having a second opinion and ideas about what to change? what to enhance?

Thanks in advance

NB: CHPBNY.TXT = CHPBNY.DAT | LOCBNY.TXT = LOCBNY.DAT | CURBNY.TXT = CURBNY.DAT | MAFBNY.TXT = MAFBNY.DAT

What is you problem?
What is you wanted solution?
Screen section is not a graphical Interface and actual i mean that isam is obsolete and better work with SQL database as mssql, Oracle, db2, mysql, postgres, etc....

Since every years i don't use go to's, better is to use evaluate

What help do you want?

 


What is you problem?
What is you wanted solution?
Screen section is not a graphical Interface and actual i mean that isam is obsolete and better work with SQL database as mssql, Oracle, db2, mysql, postgres, etc....

Since every years i don't use go to's, better is to use evaluate

What help do you want?

 

Thanks for the advice, will use it.
I have no technical problem in it, I just needed to hear an advice about coding structure, etc..