Audience:
COBOL tutorial will be useful for anyone, be in a student, a software Engineer or anyone who is serious towards mastering the COBOL in Mainframe. Also, this COBOL tutorial will be helpful to mainframe programmer to increase their level of expertise in COBOL.
Pre-requisites:
There are no prerequisites for this COBOL tutorial. If you have fair idea on JCL, VSAM, FIle creation using option 3.2 and IBM Utilities like IEBGENER, then it will help you to understand COBOL better but this is not mandatory and you can still learn COBOL easily without any prior understanding of any programming language.
Would you like to learn TSO-ISPF ? Go to TSO-ISPF Tutorial
Would you like to learn JCL ? Go to JCL Tutorial
Would you like to learn VSAM ? Go to VSAM Tutorial
After completing the COBOL tutorial, you will be able to:
-
Explain the concepts involved in COBOL programming.
-
Identify how to code effectively in COBOL.
-
Describe the problem solving concepts in COBOL.
Topics covered in COBOL Tutorial:
- Introduction to COBOL
- Program Terminology
- Lanuage Structure
- Program Format
- Program structure
- Identification Division
- Environment Division
- Data Division
- Procedure Division
- Basic Verbs
- "Hello World" Program
- Data Items
- Edited Pictures Clause
- Arithmetic Expressions
- Intrinsic Function
- Conditional Expressions
- Scope Terminators
- String Handling
- Perform Statements
- COBOL Statements
- COBOL Table/Arrays
- File Handling
- Sort and Merge
- Inter-Programming Communication
- COBOL Sub-Program
- COBOL Compile Process
- Performance Tuning
- Advance COBOL