I have been using COBOL 85 for a long time, including work with merging COBOL and Z80 assembly. However traditional COBOL doesn't support multi-user/shareable (ie can run concurrently from various terminals) concepts.
Can anyone recommend a newer version of COBOL that will let me rewrite my existing code with minimal effort?
Is there a free/demo version I could test with?