├── CREATE-FILES.COB ├── CREATE-INDEXED-FILE.cob ├── DELETE-FROM-INDEXED.COB ├── OUTPUT-PHYSICAL.COB ├── READ-FILES.COB ├── READ-INDEXED-FILE.cob ├── README.md └── empleados.dat /CREATE-FILES.COB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheHittosLab/COBOL-Files-Program/HEAD/CREATE-FILES.COB -------------------------------------------------------------------------------- /CREATE-INDEXED-FILE.cob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheHittosLab/COBOL-Files-Program/HEAD/CREATE-INDEXED-FILE.cob -------------------------------------------------------------------------------- /DELETE-FROM-INDEXED.COB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheHittosLab/COBOL-Files-Program/HEAD/DELETE-FROM-INDEXED.COB -------------------------------------------------------------------------------- /OUTPUT-PHYSICAL.COB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheHittosLab/COBOL-Files-Program/HEAD/OUTPUT-PHYSICAL.COB -------------------------------------------------------------------------------- /READ-FILES.COB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheHittosLab/COBOL-Files-Program/HEAD/READ-FILES.COB -------------------------------------------------------------------------------- /READ-INDEXED-FILE.cob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheHittosLab/COBOL-Files-Program/HEAD/READ-INDEXED-FILE.cob -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheHittosLab/COBOL-Files-Program/HEAD/README.md -------------------------------------------------------------------------------- /empleados.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheHittosLab/COBOL-Files-Program/HEAD/empleados.dat --------------------------------------------------------------------------------