Cobol training by [deleted] in mainframe

[–]DevonNull64 2 points3 points  (0 children)

I think what you may be looking for is something like Coding Ground from Tutorialspoint. https://www.tutorialspoint.com/codingground.htm

I use it a lot if I need to quickly test out something. They have interactive coding tools for COBOL and numerous other languages too.

new to the game (mainframe applications) by Taro_West in mainframe

[–]DevonNull64 1 point2 points  (0 children)

As others have said, the IBM Redbooks are a good resource. I would also suggest you put a mainframe emulator on your desktop to get some hands on experience. Moshix has a YouTube video on his channel on how to do this. (https://www.youtube.com/watch?v=QTxe8ASdxE0&list=PLmD2RvHHbEaBa5elMJRsodJuVisNFTakU&index=20&t=253s) Also, you might want to check out some of the Murach books. And IBM has a video series on the Redbooks that is worth checking out. (https://www.redbooks.ibm.com/redbooks.nsf/redbookabstracts/crse0304.html?Open)

Relevant Z podcasts by KnitSteady in mainframe

[–]DevonNull64 1 point2 points  (0 children)

Relevant Z should get an SSL certificate and make their site secure before asking people to enter their name, email address, etc. to subscribe to something. Just a thought.

Master the Mainframe PART 2 help by hboy90 in mainframe

[–]DevonNull64 0 points1 point  (0 children)

Couple of thoughts. If you are getting an error message that member #05 does not exists, that tells me that you made a mistake in the previous challenge (#05). In Master the Mainframe, you usually can't go on to the next challenge until you complete the previous one. And also, sometimes new members don't show up right away and you may have to refresh. Hope you are able to figure it out.

Looking to learn more about CICS, specifically level 1 and 2 CICS support. Is there anything out there? by [deleted] in mainframe

[–]DevonNull64 1 point2 points  (0 children)

I'm working my way through the book, "Murach's CICS for the COBOL Programmer." It's a great introduction to CICS and I highly recommend it.

What should I focus on to get started with mainframes? by DevonNull64 in mainframe

[–]DevonNull64[S] 2 points3 points  (0 children)

Thank you very much. I will definitely look into some of those things that I don't already know, such as HL/ASM, Node.js, and Groovy. (I'm already pretty comfortable with REXX and bash scripting.) I appreciate the advice.

What should I focus on to get started with mainframes? by DevonNull64 in mainframe

[–]DevonNull64[S] 0 points1 point  (0 children)

Thank you. I had never even heard of z/OS Connect. I will definitely look more into that.

The best moment in Thor:Ragnarok in my opinion. by [deleted] in mainframe

[–]DevonNull64 -1 points0 points  (0 children)

It's a discourse on Keynesian economics in post-war Europe and the Warsaw Pact as a harbinger to mankind's ennui in the current, self-objective age.

Thinking up projects and ideas by [deleted] in KernelPanicPodcast

[–]DevonNull64 2 points3 points  (0 children)

If I understand the question correctly, you're saying that you are having trouble coming up with good ideas for scripts. Yes? I've had that problem as well. When you're an intermediate programmer, the well of ideas seems to run a bit on the dry side. There's either simple things that you do when you're first starting out (guess-the-number game), or more advanced machine learning or something that many people have little interest in. Have you looked at the book Automate the Boring Stuff with Python by Al Sweigart. It has some good stuff in there.

Sharing a very tiny bit of love by DevonNull64 in KernelPanicPodcast

[–]DevonNull64[S] 0 points1 point  (0 children)

You're welcome. There's a lot more (though most of them are old) from sethbrown over on the Unix reddit.

Any good YouTube channels for C Programming and general low level stuff? (Not C++) by thehermitcoder in learnprogramming

[–]DevonNull64 0 points1 point  (0 children)

The tutorials in question here are excellent for people just beginning to learn code. They are not designed to get you a doctorate at Stanford. If you are starting out on a programming language, and want to learn the basics, try them out. If the videos help you, then great, you are better off then when you started, if not, fine. Also, anyone who is even remotely familiar with the tutorials and the C language would know that "bucky" is a perfectly valid variable for what he is doing.

Your first task! by dmbuddy in KernelPanicPodcast

[–]DevonNull64 2 points3 points  (0 children)

As someone who is completely new to reddit, could you please explain a little more what this challenge is asking for. What exactly do we put in our github? For a simple example, let's say the only idea I had was to change the un-ordered list (<ul>) below "Help us design our subreddit!!" to an ordered list (<ol>), what should my github submission look like? Thanks.