COBOL Tutorial - For Beginners & Professionals

COBOL Program to print a list of the ten best selling books (by copies sold) in the Book Club

COBOL Program to print a list of the ten best selling books (by copies sold) in the Book Club

Exam paper model answer. The Folio Society is a Book Club that sells fine books to customers all over the world. A program is required to print a list of the ten best selling books (by copies sold) in the Book Club. Read the program specification first. The required data files may be downloaded from there.

Demo and Full Guide

Sequential Files Print Files SORT with Input Procedure and Output Procedure Tables COBOL Program COBOL example program


COBOL Program to required which will produce a file, sorted on ascending email domain, from the unsorted GraduateInfo file

COBOL Program to required which will produce a file, sorted on ascending email domain, from the unsorted GraduateInfo file

Exam paper model answer. A program is required which will produce a file, sorted on ascending email domain, from the unsorted GraduateInfo file. Read the program specification first. The required data files may be downloaded from there.

Demo and Full Guide

COBOL Program to required which will produce a file SORT with Input Procedure and Output Procedure Sequential Files Pre-Defined Tables Run time filled tables SEARCH


COBOL Program to a program is required to produce a summary sales report from an unsorted sequential file

COBOL Program to a program is required to produce a summary sales report from an unsorted sequential file

Exam paper model answer. A program is required to produce a summary sales report from an unsorted sequential file containing the details of sales of essential and base oils to Aromamora customers. Read the program specification first. The required data files may be downloaded from there.

Demo and Full Guide

COBOL Program to a program is required to produce a summary sales report from an unsorted sequential file COBOL Program COBOL example program


COBOL Program Uses the MERGE to insert records from a transaction file into a sequential master file

COBOL Program  to Uses the SORT and an INPUT PROCEDURE with example

COBOL program to Demonstrates how to insert records into a sequential file from a file of transaction records

COBOL example program that reads a sequential file and displays the records

COBOL Example program demonstrating how to create a sequential file from data input by the user

COBOL Program Demonstrates how the PERFORM..VARYING and the PERFORM..VARYING..AFTER (fourth format)

COBOL Program Demonstrates how the PERFORM..VARYING and the PERFORM..VARYING..AFTER