Getting Started
JOE is installed along with isCOBOL.
You can run it interactively with the following command:
iscrun -joe
The shell is started and waits for commands:
CobShell interactive ready, type 'exit' to exit the session
 
cs>
In order to run a script you must supply the script name as argument, e.g.
iscrun -joe myscript.joe
JOE scripts can also be edited and executed in the isCOBOL IDE.
To edit a script within the IDE, add it to your project and open it with the JOE Editor.
To run a script from the IDE, right click on the script name in the File View and choose Run As > Joe Application. The output is shown in the Console view.