Tagged Questions

2
votes
1answer
588 views

COBOL: SYSIN JCL for compiling source from PDS

I'm just starting COBOL, and ran into this with JCL... How do I compile a basic cobol program from my PDS, I know through instream it would just be //SYSIN DD * code code code /* I tried something ...