Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+1
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #72.7K
~17.3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Dalek Caan

There is a high quality, open source COBOL compiler called GnuCOBOL. It translates COBOL code to C, which can then be compiled to machine language on just about any platform. GnuCOBOL can use a variety of database engines, including the C-ISAM database, which is compatible with MicroFocus. If you take …

Member Avatar for Jim_9
0
1K
Member Avatar for Valmian

I had a similar problem when I was trying to run Excel. If would work if Excel wasn't running, but would fail when other instances of Excel were already in memory. The code shown below worked for me. I think it might work with programs like Matlab that spawn subprocesses, …

Member Avatar for Jim_9
0
16K