I purchased a book, “SAMS Teach Yourself COBOL in 24 Hours”, a number of years ago. I am need of any recommendation on a good/free COBOL compiler and/or IDE for the requirements below. I still have the original CD with Fujitsu COBOL V3 Starter Set but was thinking that there had to be something else more powerful available.
As background, I used to use SAS for data processing and manipulation but that solution is beyond my budget at this point (as I am now self-employed).
The requirements I was looking for are as follows:
• Operate in a Window 7 environment
• Process up to a million records
• Read multiple text files in a single program
• Sort file
• Ability to create something a SAS PROC FREQ report
• Use table lookups during sequential file processing
• Ability to perform date math
• Subroutines
• Ability to write to multiple files based on if-then logic
• Provide basic log information (number of records read from a file, records output)
• DO NOT need this to create application – only to process data from text files (fixed block, CSV)
• I am not a supper techie guy – I can program and know how I want manipulate data – I can’t dig into registers and do complicated installs
Nice to haves: ability to embed some SQL, cluster analysis, factor analysis. Any help would be appreciated.
Regards,
John
As background, I used to use SAS for data processing and manipulation but that solution is beyond my budget at this point (as I am now self-employed).
The requirements I was looking for are as follows:
• Operate in a Window 7 environment
• Process up to a million records
• Read multiple text files in a single program
• Sort file
• Ability to create something a SAS PROC FREQ report
• Use table lookups during sequential file processing
• Ability to perform date math
• Subroutines
• Ability to write to multiple files based on if-then logic
• Provide basic log information (number of records read from a file, records output)
• DO NOT need this to create application – only to process data from text files (fixed block, CSV)
• I am not a supper techie guy – I can program and know how I want manipulate data – I can’t dig into registers and do complicated installs
Nice to haves: ability to embed some SQL, cluster analysis, factor analysis. Any help would be appreciated.
Regards,
John