fork download
  1. IDENFIFICATION DIVISION.
  2. PROGRAM-ID XX.
  3. ENVIRONMENT DIVISION
  4. WORKING-STORAGE SECTION.
  5. 01 A PIC X.
  6. 01 B PIC X.
  7. PROCEDURE DIVISION.
  8. A05 SECTION
  9. A05-000.
  10. MOVE A TO B
  11. 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:10: Warning: File not terminated by a newline
prog.cob:10: Warning: Invalid indicator 'U' at column 7
prog.cob:1: Error: syntax error, unexpected WORD, expecting PROGRAM_ID
stdout
Standard output is empty