IDENTIFICATION DIVISION. PROGRAM-ID. HELLO-WORLD. * ENVIRONMENT DIVISION. * DATA DIVISION. * PROCEDURE DIVISION. PARA-1. DISPLAY "Hello, World!!". * STOP RUN.
Standard input is empty
prog.cob:1: Warning: Invalid indicator 'I' at column 7 prog.cob:11: Warning: File not terminated by a newline prog.cob:1: Error: syntax error, unexpected WORD, expecting PROGRAM_ID
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!