fork download
  1. IDENTIFICATION DIVISION.
  2. PROGRAM-ID. HELLO-WORLD.
  3. ENVIRONMENT DIVISION.
  4. DATA DIVISION.
  5. PROCEDURE DIVISION.
  6. MAIN.
  7. DISPLAY 'Hello, world.'.
  8. STOP RUN.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cbl:     8: error: syntax error, on or before '.'
prog.cbl:     8: error: unknown or wrong statement, on or before '.'
stdout
Standard output is empty