To run the program you have just compiled on your CICS® server, you need to make the executable program available to CICS (that is, make sure it is in a suitable directory or load library). Then, depending on your server, you may need to create a CICS program definition for your executable. Finally, you may logon to a CICS terminal and run the program.
To do this,
IHEL
or
CECI LINK PROGRAM(ICC$HEL)
This is what you should see on the CICS terminal if program ICC$HEL has been successfuly built and executed.
Hello World
Hit an Action Identifier, such as the ENTER key, to return.
[[ Contents Previous Page | Next Page Index ]]