Index
Many programming languages have one or more versions of the so-called “cheatsheet”. A document of a few pages, often only one that summarizes in a synthetic form the most important syntactic rules of the language. A sort of cheat sheet to keep handy as a reminder and brief reference guide to be consulted quickly while writing the code.
A quick way to remember for example data types and basic rules for defining variables, the syntax of cyclic or control structures, and so on.
Of course I know the concepts of programming and have written that particular code constructs before, but … at this very moment, I have a slip and don’t remember exactly the syntax. I may vaguely know that there is a function to manipulate a date field, but I don’t remember the exact name. Sure, I could go looking in the manual for the reference RPG or “googling” right away. But if I had a RPG cheat sheet that in a couple of schematic pages contains everything that in most cases I need when developing a program?
And – even better – if this were it interactive? What if from the name of the function, from the opcode you could click and immediately open the IBM manual page with the complete syntax? Or with another click to open a piece of code on GitHub with some example lines? Wouldn’t that be great?
I have searched and have not found it. Maybe it exists and it would be useful to share the information in the comments of this article if anyone is aware of such a document.
There is a document – now somewhat dated (2009) – by Bob Cozzi available at this link . But something more was needed.
So I thought it might be useful to produce a RPG IV free cheatsheet , because RPG is no less than other so-called “modern” languages. The RPG must also have its own cheat sheet.
I don’t know if the attempt I propose has achieved its purpose. I dubbed it RPG IV free cheatsheet v. 1.0 , because surely it can be improved and will follow the v. 1.1, 1.2 … both to complete any missing content and to improve conciseness, graphics and examples. The aim is to have a really useful document to keep there at your fingertips (or better by mouse) on your desktop.
We are pleased to receive and share this "tip & trick" from Patrick Rizzi, which introduces a technique that allows…
I take inspiration from a response by Michael Mayer on the Midrange.com mailing lists to someone who asked how to…
Businesses are increasingly seeking tools to enhance efficiency, collaboration, and resource management. Enterprise Resource Planning (ERP) systems provide a comprehensive…
Early April saw the release of the "Spring Version" of ACS Access Client Solution, version 1.1.9.5 Interesting new features especially…
If the packed agenda of sessions at Common Europe Congress 2024, June 3-6 Milan, wasn't enough for you, here's another…
Debugging functions with Visual Studio Code have been available for some time but this new version 2.10.0 simplifies the handling…