Problem:
How do you identify if Server for COBOL or Server for SOA is running on the installed system?
Resolution:
Server for COBOL and Server for SOA are identified by the licenses that are installed.
To find out which is installed look at $COBDIR/etc/cobver.
If there is an entry “PTI=ES” then Server for SOA has been configured.
A typical cobver may look like:
cd $COBDIR/etc
cat cobver
cobol v6.0.00
PRN=RXCTU/AAN:9m.Z3.60.08
PTI=32/64 bit
PTI=SP2
PTI=WrapPack 2
PTI=ES
PTI=Fixpack60.08_01
PTI=Fixpack60.08_02
PTI=Fixpack60.08_04
PTI=Fixpack60.08_05
PTI=Fixpack60.08_06
In this example PTI=ES, has been highlighted to show Server for SOA is installed.

