fork download
  1. Id DIVISION.
  2. Program id. SS.
  3. ENVIRONMENT DIVISION.
  4. DATA DIVISION.
  5. WORKING-STORAGE SECTION.
  6. 01 Z PIC X(02).
  7. PROCEDURE DIVISION.
  8. PARA2.
  9. DISPLAY 'ZZ'.
  10. 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:9: Warning: File not terminated by a newline
prog.cob:1: Error: syntax error, unexpected WORD, expecting PROGRAM_ID
stdout
Standard output is empty