fork download
  1. IDENTIFICATION DIVISION.
  2. PROGRAM_ID. HELLO_WORLD.
  3. ENVIRONMENT DIVISION.
  4. DATA DIVISION.
  5. PROCEDURE DIVISION.
  6. PARA-1.
  7. DISPLAY "Hello, World!!".
  8. STOP RUN.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cob:1: Warning: Invalid indicator 'I' at column 7
prog.cob:7: Warning: File not terminated by a newline
prog.cob:1: Error: syntax error, unexpected WORD, expecting PROGRAM_ID
stdout
Standard output is empty