Is there some way I can check if the application is CLI or Java? I see the followiing in some dbconfig file for this application:
Code:
<Property PropName="DataSource">XXXX</Property>
<Property PropName="DisplayName">DB2Connection</Property>
<Property PropName="DllPath">DB2CLI</Property>
I have no idea what all this means, but I guess DB2CLI means it's a CLI application? Is there some other way I can tell? The application connects to zOS so there is nothing listed in list applications or list dcs applications output.