Enumeration Support

Bad Joke of the Month: Yesterday, I ate a clock.  It was very time consuming…especially when I went back for seconds. Enumeration Support On October 10, IBM announced the latest RPG features. Among the new features were Enumerations (sometimes called ‘mnemonics’) – which is a group of named constants meant to identify all of the…

Environment Variables in Cobol? Why not?

Bad Joke of the Month: Q: Why do programmers prefer dark mode?A: Because light attracts bugs. Environment Variables in Cobol?  Why not? After posting last month’s blog post about environment variables, I was asked by a reader if it’s possible to use environment variables in a Cobol program. The answer?  Yes, of course!  You see,…

You Should Use Environment Variables

Deep thought: Computers and AI will never be able to replace human programmers until they learn to laugh at the boss’s bad jokes. You Should Use Environment Variables I’ve noticed that not too many traditional IBM i programmers are using environment variables.  I’ve been wondering why because I find them to be very useful.  I’ve…