cobol85
Dynamic READ ...RECORD INVALID KEY not working properly in COBOL. How to fix it?
A Cobol program with file-control like so: SELECT D-FLAT-FILE ASSIGN TO DFLAT-FILE ORGANIZATION IS INDEXED[详细]
2023-02-22 09:10 分类:问答How do I prevent a Cobol program from going into an infinite loop if no match found on 2 flat files?
A Cobol program reads a record from a first flat file and compares it to the first record on a second flat file. However, because the first record from the first flat file does not match any records o[详细]
2023-02-21 05:38 分类:问答Another C question
I have a piece of code shown below #include <stdio.h> #include <stdlib.h> void Advance_String(char [2],int );[详细]
2022-12-28 09:28 分类:问答