fork download
  1. *****************************
  2. IDENTIFICATION DIVISION.
  3. PROGRAM-ID. HELLO.
  4. ENVIRONMENT DIVISION.
  5. DATA DIVISION.
  6. PROCEDURE DIVISION.
  7. MAIN SECTION.
  8. DISPLAY "Hello World!"
  9. STOP RUN.
  10. ****************************
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:9: Warning: File not terminated by a newline
prog.cob:2: Error: syntax error, unexpected WORD, expecting PROGRAM_ID
stdout
Standard output is empty