simonsobisch.bsky.social
@simonsobisch.bsky.social
Yes, I work both as a COBOL programmer and as a programmer of COBOL (direct on GnuCOBOL, with testing and some input to GCC COBOL and indirect in the ISO COBOL Development Group on the COBOL standards).
April 3, 2025 at 7:09 PM
@ellyse7777.bsky.social What about your plans to go on until you possibly get a COBOL related job, working from home?

Will you work on your COBOL skills, now that you can edit them locally and upload/compile/run them to the mainframe using the CLI parts you've learned?
April 3, 2025 at 7:04 AM
Nice that you also provide PeerTube. If you reorder the links, then people are more likely to have a look at the video there and also have it shown in the preview.
January 7, 2025 at 9:37 PM
This makes me wonder what language(s) you are targeting (Japanese, perhaps?) - and what your Duo ID is...
January 7, 2025 at 1:23 PM
and possibly with a try to get it run on z/OS using IBMs learning environment soon github.com/meyfa/CobolC...
Getting it running on actual mainframes? · Issue #211 · meyfa/CobolCraft
Currently this is written in GnuCOBOL, which is considered significantly easier than setting up an actual IBM z/OS mainframe. How hard would it be to port this to run on an actual mainframe, where ...
github.com
December 27, 2024 at 8:18 PM
Looks a lot easier than the first ones ;-)

"Feel proud for a job well done."

I'm looking forward to seeing you master COBOL next... or the first steps. I'm sure you'll find some nice features as well.
November 30, 2024 at 12:28 AM
Maybe the video should be renamed "COBOL Mainframe Online course traumatized me" :-)

If you just want to run COBOL online: godbolt.org/z/WhTrxfdGh (two free COBOL compilers doing the compile and execution)
Compiler Explorer - COBOL
identification division. program-id. hello. procedure division. display "Hello World!". stop run.
godbolt.org
November 26, 2024 at 3:29 PM
I do and am fixing a COBOL program which is about dynamic data-caching for a bank which runs GnuCOBOL on GNU/Linux while watching the rest of your video :-)

There are definitely jobs for COBOL on distributed systems, too.
November 26, 2024 at 11:33 AM
Checkout superbol.eu/gnucobol/gnu... for documentation, as well as "HelloWorld" + "worldcities" from sourceforge.net/p/gnucobol/c... to dive into using it and learning about COBOL in general.
As you work locally "no mainframe required" you may use any editor - superbol.eu#solutions-su... for vscode.
November 26, 2024 at 11:12 AM
In case you want a different (non mainframe) perspective: have a look into #GnuCOBOL, you can `apt/yum/... install gnucobol` in most distributions (including WSL) and also get Windows binaries, for example from superbol.eu/developers/w... (English version available as well).
SuperBOL - Les outils open source les plus avancés pour COBOL
Notre équipe d’experts des langages de programmation aident les entreprises à reprendre le contrôle de leurs infrastructures COBOL en utilisant SuperBOL, les outils open-source les plus avancés constr...
superbol.eu
November 26, 2024 at 11:12 AM
What happened between Part 1 (all data sets returned an error) and Part 2 (around minute 96 of the video) where you seem to work on those and also do COBOL the first time [just restarting vscode, possibly]?
November 26, 2024 at 11:04 AM
Hi Ellyse - I really felt sorry for you watching your first steps.

I totally can see why you were frustrated with the course document not matching the current Zowe extensions and with also learning vscode and "more about mainframes" (while you originally wanted to learn COBOL).
November 26, 2024 at 11:01 AM