IBM Developer for z Systems (IDz) does not provide a Run environment nor a compiler.
IDz does provide a COBOL editor that parses the code to check for syntax errors, but it is not as robust as a COBOL compiler.
The editor will also provide assistance for syntax of a command (CTRL+SPACE).
In order to execute a COBOL program you will need to connect to a system that provides the run environment.
IDz does provide a template to get you started on a COBOL program: https://www.ibm.com/support/knowledgecenter/en/SSQ2R2_14.1.0/com.ibm.etools.zide.cmn.doc/topics/tza100.html
There are some tutorials: https://www.ibm.com/support/knowledgecenter/en/SSQ2R2_14.1.0/com.ibm.wsentdev.doc/topics/c_node_tutorials.html
And other Sample code: https://www.ibm.com/support/knowledgecenter/en/SSQ2R2_14.1.0/com.ibm.wsentdev.doc/topics/c_node_samples.html
----------------------------------------------------------
Answered by pbirkhol on Jul 01, 2019
-----------------------------------------------------------
------------------------------
Meng Chai
------------------------------