fork download
  1. IDENTIFICATION DIVISION.
  2. PROGRAM-ID. HELLO.
  3.  
  4. PROCEDURE DIVISION.
  5. DISPLAY 'Hello World'.
  6. STOP RUN.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cob:1: Error: Invalid indicator 'F' at column 7
stdout
Standard output is empty