Skip to content

Instantly share code, notes, and snippets.

View sandeep-sparrow's full-sized avatar
🏠
Working from home

Sandeep prajapati sandeep-sparrow

🏠
Working from home
View GitHub Profile
@sandeep-sparrow
sandeep-sparrow / EXTERM.cbl
Created October 21, 2020 06:51
A Main Program that opens a sequential file and calls a subprogram each time it need a record. share the same file between the two program by making the file external with a shared file status.
IDENTIFICATION DIVISION.
PROGRAM-ID. EXTERM.
AUTHOR. SANDEEP.
DATE-WRITTEN. 21-10-2020.
************************************************************
* DATA DIVISION
************************************************************
ENVIRONMENT DIVISION.