I have the following COBOL program for Muller's recession:
https://drive.google.com/file/d/1sNhXcrCicnuTD1mxmoO1BcncRo9lSrsw/view?usp=sharing
Compiles and runs fine in GnuCOBOL, but I wanted to try it on z/OS. When I run a foreground job to compile it I get a series of errors that seem to suggest the compiler is ignoring line breaks and treating periods like non-COBOL valid characters. It seems to think the Program-ID section is on line 1 when it's on line 2 (for example)
https://drive.google.com/file/d/1CQ6Z_yhizxWRduUqrRpThFaRP78brS_0/view?usp=sharing
Any ideas?