fork download
  1. IDENTIFICATION DIVISION.
  2. PROGRAM-ID. Shortest Program.
  3.  
  4. PROCEDURE DIVISION.
  5. DisplayPrompt.
  6. DISPLAY "I did it".
  7. STOP RUN.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cbl:     2: error: syntax error, on or before 'Program'
stdout
Standard output is empty