Mainframe: The Complete COBOL Course From Beginner To Expert
- Offered byUDEMY
Mainframe: The Complete COBOL Course From Beginner To Expert at UDEMY Overview
Duration | 10 hours |
Total fee | ₹649 |
Mode of learning | Online |
Credential | Certificate |
Mainframe: The Complete COBOL Course From Beginner To Expert at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- Learn from 9 downloadable resources & 5 article
- Get full lifetime access of the course material
- Comes with 30 days money back guarantee
Mainframe: The Complete COBOL Course From Beginner To Expert at UDEMY Course details
- For anyone who wants to master COBOL can take up this course. This teaches COBOL from Scratch to Advanced level
- Execute COBOL Program with confidence
- Develop COBOL Programs along the way as you take the program
- Build a strong knowledge base on COBOL from Scratch to Advanced level
- To be able to clear the Job interviews on Cobol
- Programmed to debug the program and to check for any errors for a program
- Advance, boost and expand the skill set on COBOL if you have a fair understanding of COBOL
- Redesign and code a Particular program in multiple ways
- This course does not include VSAM.
- This course comes with a 30 day money-back guarantee
- The course starts from Introduction of COBOL, history and versions of COBOL
- Data types, Structure and various level clause are covered in detail
- Complete demonstration of executing a program is shown
- How to compile and execute a program is covered with ease.
- All 4 DIVISIONS of COBOL are illustrated, edited, documented and defined
Mainframe: The Complete COBOL Course From Beginner To Expert at UDEMY Curriculum
Introduction to COBOL
Introduction
History and Versions of COBOL
Structure of a COBOL Program
Coding Rules in COBOL
Divisions in COBOL
Let us connect to mainframe using our personal computer
Understand background connection between Local Operating system and Mainframe
Let us connect to MVS 3.8 on our Local computer
Common Question which students ask about MVS 3.8J Tur(n)key
Connect to Modern Mainframe server using an IP address other than localhost
Variables, Literals, Figurative Constants, Data types, levels and much more
Variables, Literals and Figurative Constants
Data Types in COBOL
Lets understand about the General Level Numbers in COBOL
Advance(Special) Level Numbers
Explore a program with various level numbers in Detail
DISPLAY and MOVE in COBOL
ACCEPT in COBOL
Relation of ACCEPT statement with SYSIN and SYSOUT Parameter of JCL
Lets Create our First HELLO WORLD Program
Basic commands, Creation of PS and PDS, SPOOL, Display, MOVE and ACCEPT
Basic commands to start with
Let us create datasets (PS and PDS) - Optional
SPOOL - Analyze the process where you can see the output of your program
Arithmetic Operations in COBOL
Arithmetic Operations - ADD
Lets code an Example of ADD statement
Arithmetic Operation - SUBTRACT
Arithmetic Operation - MULTIPLY
Arithmetic Operations - DIVIDE
Example of DIVIDE in COBOL
COMPUTE in COBOL
Examples of COMPUTE in COBOL
Conditional Processing and Iterations
IF-ELSE Statement
Example of IF-ELSE statement in COBOL
Lets understand the EVALUATE statement in COBOL
Different Types of EVALUATE statements
Example of EVALUATE Statement - Part 1
Example of EVALUATE Statement - Part 2
Different Types of PERFORM statements
Examples of PERFORM Statements