Wrote my first COBOL program that reads a KSDS. It compiles and runs but hangs partway through. I think the READ is looping and never hitting end of file, or maybe I am not positioning right on the file.
I declared a few temp variables I have not used yet. Can someone point me at the usual mistake here? I can post code if needed.