fork download
  1. IDENTIFICATION DIVISION.
  2. PROGRAM-ID. HELLO-WORLD.
  3.  
  4. ENVIRONMENT DIVISION.
  5.  
  6. DATA DIVISION.
  7.  
  8. PROCEDURE DIVISION.
  9. DISPLAY "Olá, Mundo!".
  10. STOP RUN.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cob:1: Warning: Invalid indicator 'F' at column 7
prog.cob:4: Warning: Invalid indicator 'I' at column 7
prog.cob:6: Warning: Invalid indicator 'U' at column 7
prog.cob:8: Warning: Invalid indicator 'Y' at column 7
prog.cob:9: Warning: File not terminated by a newline
prog.cob:1: Error: syntax error, unexpected WORD, expecting PROGRAM_ID
stdout
Standard output is empty