Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Introductory Programming With COBOL
Rating: 4.0 out of 5(25 ratings)
160 students

Learn Introductory Programming With COBOL

Sixty Years And Going Strong
Created byCraig Kaercher
Last updated 5/2021
English

What you'll learn

  • Learn the introductory concepts of programming using the COBOL language.

Course content

13 sections36 lectures4h 20m total length
  • A Few Things About COBOL5:59

    This lecture describes COBOL, where it is used, and why it is still a very good language to learn.

  • What The Course Covers5:39

    Learn what this course will cover and what it will not cover.

  • Setting Up The Test Environment9:01

    It is essential to set up your environment so you can start coding.  See how to do this.  DO NOT GO FURTHER UNTIL YOU GET THE SOFTWARE WORKING!

Requirements

  • None. It might be helpful to have some basic coding experience in another language only because I mention differences between them, but it is not necessary to have any coding experience.

Description

This course teaches the basics of programming using the COBOL language.  Introductory programming concepts can be shown in practically all programming languages but are rarely done in COBOL.  Some people do not consider it a 'modern' language, however COBOL is still being used(I am still using it).  The same things that are taught in Python or C in an introductory programming class exist in COBOL and I should know because I have been teaching introductory programming courses in multiple languages for almost twenty years.  This class works through the normal progression of programming.  First you have to set up the software.  Then you write your first 'Hello World' program to show how to print output.  After learning how to write out you have to learn how to read in data from the terminal.  After being able to read and write, you get into more details and data types.  Once you have a clear understanding of that, you go into the common programming structures:  if/then, loops, and tables/arrays.  Once you understand them, you have to start breaking up your program into sections/functions.  This is probably the most important concept in all of beginning programming.  COBOL does not have parameters and arguments like other programming languages but I show how COBOL does use the Linkage Sections to accomplish the same thing.  The class will then show how COBOL is used on the mainframe, the most common home of COBOL coding.  I also give an example of a COBOL report program, which is another very common use for a COBOL program.  This will cover everything and introductory class plus some, plus you learn a language that is not commonly taught.,  Whether you have an interest in programming or just an interest in COBOL, I believe this will be a very informative class.

Who this course is for:

  • Curious beginner programmers or experienced programmers who would like to learn COBOL.