COBOL Programming Course - Part I - Synopsis
- - Documentation
Not just the two COBOL manuals but some other manuals which may be useful, plus the relevance of COBOL today. - - Syntax and Structure
Statement structure, the four Divisions, plus the ACCEPT, DISPLAY and MOVE instructions, and how to end a program. - - Compiling & Debugging
The compilation process, the Address Space, plus compile and run-time errors and how to resolve them. - - Define and Move Data
WORKING-STORAGE Section in detail, LINKAGE SECTION, Literals, plus the MOVE instruction and COPY statement with pseudo-code. - - Sequential File Processing
All aspects of non-VSAM sequential file processing, including print files. - - Structured Programming
Structure DATA and PROCEDURE DIVISIONs, the PERFORM instruction, and an exercise in converting a non-structured program to structured. - - Decision Making
Relational expressions, Class Types, Figurative Constants, the IF and EVALUATE instructions, plus how to set a condition. - - Arithmetic
The ADD, COMPUTE, DIVIDE, MULTIPLY and SUBTRACT instructions.